# $Id$ set alias_file=~/Mail/mutt.addressbook # File to search for aliases in source ~/Mail/mutt.addressbook set ssl_starttls=yes set certificate_file=~/Mail/certificates #set spoolfile=pop://aplixcorp.com0053@pop.aplixcorp.com set spoolfile={hendry@mail.dabase.com/ssl}INBOX set folder={hendry@mail.dabase.com/ssl} # mailboxes I like to hear about when there is new mail mailboxes imaps://hendry@mail.dabase.com set realname="Kai Hendry" set from="hendry@iki.fi" set hostname="iki.fi" alternates hendry\@(iki.fi|cs.helsinki.fi|natalian.org|dabase.com|nipl.net|khanworks.com) set beep_new # beep if new mail comes in set editor="vim -c 'set tw=72' -c 'set filetype=mail' -c 'setlocal spell spelllang=en_gb'" set ispell="aspell -e -c" set charset="utf-8" set date_format="!%Y-%m-%dT%R%Z"# iso8601 set attribution="On %d %n wrote:" # Archive inbox mail set mbox=imaps://hendry@mail.dabase.com/"INBOX.inbox.`date +%Y-%m`" # Location of postponed messages set postponed=imaps://hendry@mail.dabase.com/INBOX.postponed # Archive send mail set record=imaps://hendry@mail.dabase.com/"INBOX.Sent.`date +%Y-%m`" color status white blue color index brightwhite black ~N # Some of these contain special ppl :) source ~/Mail/mutt.colours set ascii_chars # So the threading arrows show up properly set sort=threads # Sort by threads set menu_scroll # scroll on last line of menu unset suspend set smart_wrap set wrap_search set abort_unmodified=no # this is cool, dual text/html mails have only the text part shown alternative_order text/plain # I like plaintext more than html. auto_view text/html # When viewing next page of info, retain last line of previous page set pager_context=5 # Works a bit like a "preview" screen; # you can see the pager and 5 lines of the index at the same time set pager_index_lines=5 set pgp_replysign # always sign reply to signed message set pgp_replyencrypt # always encrypt reply to encrypted message hdr_order From From: To: Cc: Subject: Date: X-Note: X-Mailer: User-Agent: \ X-MimeOLE: Content-Type: unignore * ignore "from " received mime-version status x-status ignore sender references return-path lines precedence content-length ignore priority x-priority x-auth ignore X-eGroups-Return X-Mailing-List List-Help List-Unsubscribe List-Archive ignore X-Sieve ignore Message-Id ignore Envelope-to ignore Content-Type ignore content-transfer-encoding content-disposition ignore In-reply-to ignore x-originalarrivaltime ignore x-bogosity ignore x-spam-status ignore x-spam-level ignore x-mailer user-agent #set autoedit # start editor without asking for to, subject,... set auto_tag # if something is tagged, run commands on tagged msgs. set fast_reply # do not ask for to, subject,... when replying set index_format="%4C %Z %[!%d/%m] %-17.17F (%3l) %s" set pager_format="%S [%C] %n (%l) %s" set folder_format="%F %d %8s %N %f" set print_command="enscript -2r -o /tmp/email.ps -Email" #set envelope_from=yes #set envelope_from envelope_from_address=hendry@dabase.com set envelope_from=no set sendmail='/usr/lib/sendmail -oem -oi -f hendry@dabase.com' #set sendmail = "ssh melkinpaasi.cs.helsinki.fi -t /usr/lib/sendmail" #set sendmail = "/home/hendry/server.soltecsoftware.com.au-sendmail" # Need this if using cygwin(win32) #set sendmail = "/usr/sbin/ssmtp.exe" send-hook . 'my_hdr From: Kai Hendry ' send-hook . 'my_hdr Reply-To: Kai Hendry ' message-hook "~h multipart" "set mime_forward=ask-yes" send-hook '~C list@dcglug.org.uk' 'my_hdr From: Kai Hendry ' send-hook '~C feedback@webconverger.com' 'my_hdr From: Kai Hendry ' send-hook '~C hendry@aplixcorp.com' 'my_hdr From: Kai Hendry ' send-hook '~C bugs\.debian\.org$' 'my_hdr X-Debbugs-No-Ack: please' set reverse_name unset reverse_realname bind attach S save-entry macro attach s S^A~/Mail/mail-attachments/ #more powerful editing :) #set edit_headers lists whatwg@whatwg.org subscribe whatwg@whatwg.org # For a mutt bug around the end of 2005 #unset imap_idle #set imap_idle=no # Control-b calls urlscan macro index,pager \cb " urlscan" "call urlscan to extract URLs out of a message" macro attach,compose \cb " urlscan" "call urlscan to extract URLs out of a message"