# Reset to defaults and remove all hooks reset all unhook * # Source alias files source ~/.mutt/alias/auto source ~/.mutt/alias/family source ~/.mutt/alias/friends source ~/.mutt/alias/incogen source ~/.mutt/alias/lists source ~/.mutt/alias/school source ~/.mutt/alias/tfcc source ~/.mutt/alias/groups # Source GPG config file source ~/.mutt/gpg # Show which headers? ignore * unignore subject to from: cc date reply-to # Colours color header brightcyan black ^From: color header brightgreen black ^Subject: color header brightcyan black ^To: color header brightcyan black ^Cc: color header brightcyan black ^Date: color header brightcyan black ^Reply-To: color status brightwhite blue color search brightwhite red color indicator white red color tree white black # Default to jmglov@ send-hook . 'my_hdr From: Josh Glover ' # Send mail to mailing lists from the subscribed address send-hook '~t ^tlug(\-request)?@tlug\.jp$' 'my_hdr From: Josh Glover ' send-hook '~t ^colug1@colug\.net$' 'my_hdr From: Josh Glover ' send-hook '~t gentoo\.org$' 'my_hdr From: Josh Glover ' # Send mail to my friends from friends@ send-hook '~t sydneyadamsteele@hotmail\.com' 'my_hdr From: Josh Glover ' send-hook '~t jonathan@yamame\.org' 'my_hdr From: Josh Glover ' send-hook '~t scottro' 'my_hdr From: Josh Glover ' # Send mail to my family from family@ send-hook '~t greenthumbglover@hotmail\.com' 'my_hdr From: Josh Glover ' # Treat all of the archive mailboxes as read-only folder-hook . unset read_only folder-hook archive/. set read_only # Mailboxes mailboxes +inbox # Mailing lists source ~/.mutt/mailing-lists source ~/.mutt/mailing-list-subscriptions # Booleans (set) set allow_8bit # convert 8-bit data, but allow it set attach_split # split attachments instead of concatenating set beep # beep on error set check_new set pager_stop # stop at the end of each message set pgp_autosign # automatically sign all outgoing messages set pgp_replysignencrypted # sign replies to encrypted messages set reverse_name # reply to the recipient's address set smart_wrap # wrap long lines at word boundaries set wrap_search # automatically wrap searches # Booleans (unset) unset beep_new # do not beep when there is new mail unset confirmappend # do not prompt when appending messages unset wait_key # prompt for keypress only on non-zero exit status # Strings set alias_file=~/.mutt/alias/auto set attribution="Quoth %n (%d):" set charset="iso-8859-1" set date_format="!%a %F %I:%M:%S%p %Z" set editor="vim" set folder=/data/mail/jmglov/ set forward_format="Fwd: %s" set from="jmglov@jmglov.net" set mail_check=60 set mbox=+inbox set mbox_type=Maildir set mime_forward=ask-no set move=no set nomark_old set pager="builtin" set pager_context=2 set postponed=+postponed set realname="Josh Glover" set record=+archive/sent-`date +%Y-%m` set reverse_realname=no set sendmail="/usr/sbin/sendmail" set send_charset="us-ascii:iso-8859-1" set signature=~/.mutt/sigs/jmglov.net set sort=threads set spoolfile=+inbox