diff .muttrc @ 0:f3ab51c79813

adding configuration from https://svn.openplans.org/svn/config_jhammel/
author k0s <k0scist@gmail.com>
date Thu, 15 Oct 2009 11:41:26 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.muttrc	Thu Oct 15 11:41:26 2009 -0400
@@ -0,0 +1,49 @@
+set allow_ansi		# allow ANSI color codes in messages.
+set attach_split	# handle every single attachment instead of concat
+set check_new		  # search for new messages in maildir/MH folders.
+set smtp_url="smtp://jhammel@mail.openplans.org"
+set spoolfile=imaps://mail.openplans.org/INBOX
+set folder=imaps://mail.openplans.org
+set editor="emacs -nw"
+set nomove
+set from="jhammel@openplans.org"
+set hostname="openplans.org"
+set timeout=5
+set mail_check=5
+set sort=reverse-threads
+set sort_aux=date-received
+set pager_stop
+set realname="Jeff Hammel"
+set record="imaps://mail.openplans.org/INBOX.Sent"
+set abort_unmodified=no
+set implicit_autoview
+set markers=no
+
+set use_from=yes
+set use_envelope_from=yes
+
+source ~/.mutt/aliases
+set alias_file=~/.mutt/aliases            # Keep aliases in this file.
+
+color normal default default
+
+macro index d "<delete-message><previous-undeleted>"
+macro pager d "<delete-message><previous-undeleted>"
+
+# Ignore all headers
+ignore *
+
+# Then un-ignore the ones I want to see
+unignore From:
+unignore To:
+unignore Reply-To:
+unignore Subject:
+unignore Date:
+unignore CC:
+unignore BCC:
+
+# Now order the visable header lines
+hdr_order From: Subject: To: CC: BCC: Reply-To: Date:
+
+bind pager < previous-line
+bind pager > next-line
\ No newline at end of file