# Sample .muttrc # # Make sure you understand what these settings do # before you copy them. set edit_headers=yes set pager_stop=yes set ascii_chars=yes set move=no set spoolfile=~/.maildir ## "+" or "=" before a foldername expands to this: set folder=~/.maildir ## "mask" is the regexp for directory view ## use TAB to toggle between folder view & directory view ## note that "../" is not the same as "=/" set mask="!^(cur|new|tmp)$" ## Default folder-hooks folder-hook . my_hdr From: "John Doe" folder-hook . my_hdr Reply-To: "John Doe" folder-hook . my_hdr Bcc: ## mutthooks.rc has folder-hooks and mailbox declarations ## for other folders source ~/mutthooks.rc # .Trash is used by Spamassassin and is not defined # in mutthooks.rc mailboxes =.Trash # EOF