# # Various things stolen from Dave Pearson's muttrc # http://www.davep.org/mutt/muttrc/ # # don't show the full hostname in my return address set hidden_host # keep messages in $MAIL -- important for IMAP! set nomove set folder=~/Mail set spoolfile=/var/mail/alex set alias_file=~/.mutt/aliases set nomark_old set nostrict_threads set nomarkers set from="alex ball <me@your.server.com>" set editor=emacs macro index "y" "<sync-mailbox><change-folder>?<toggle-mailboxes>" 'go to mailbox list # set C-b to invoke urlview on the current message macro index \cb "|urlview\n" 'extract URLs in message macro pager \cb "|urlview\n" 'extract URLS in message # weed out some headers that I don't want to see # first, ignore everything ignore * # then, specify only the headers we want to see unignore from: date subject to cc unignore x-mailer: organization organisation user-agent: source ~/.mutt/colors source ~/.mutt/imap-options source ~/.mutt/folder-options source ~/.mutt/mailboxes source ~/.mutt/aliases