set xterm_set_titles lists git@vger.kernel.org set followup_to=no set alias_file=~/.mutt/aliases set editor="vim" set edit_headers # See the headers when editing set autoedit # Go straight to editing; don't prompt for recipients set forward_format="Fwd: %s" # traditional Fwd: subject set attribution="On %{%a, %d %b %Y %H:%M:%S %z}, %n wrote:" set signature="signify|" set mbox_type=Maildir set spoolfile=+/INBOX set mail_check=3 set record=+/"[Gmail].Sent Mail" set postponed=+/"[Gmail].Drafts" set realname = "Jacob Helwig" source ~/.mutt/muttrc.mailboxes # Setup goobook Google Contacts tab completion set query_command = "goobook query '%s'" macro index,pager a "goobook add" "add the sender address to Google contacts" bind editor complete-query bind editor ^T complete macro index E "+/[Gmail].All Mail~B " "search everything" macro index,pager D "+/[Gmail].Trash" "move message to the trash" macro index,pager S "+/[Gmail].Spam" "mark message as spam" set envelope_from=yes set reverse_name set header_cache=~/.mutt/cache/headers set message_cachedir=~/.mutt/cache/bodies set certificate_file=~/.mutt/certificates set move = no set pager_context=1 set pager_index_lines=6 #show a mini-index in pager set menu_scroll set status_on_top #put status line at top set sort=threads #sort by message threads in index set sort_aux = 'last-date-sent' set duplicate_threads # PGP setup set header my_hdr X-PGP-Key: http://technosorcery.net/pubkey.asc set pgp_good_sign="^gpg: Good signature from" set pgp_timeout=1800 set pgp_use_gpg_agent set pgp_verify_sig # show pgp in pager set pgp_autosign set pgp_replysign set pgp_replyencrypt set pgp_replysignencrypted # END PGP setup set status_format=" %r %b %f %n Del %d Msgs %m %l %%> (%P)" set pager_format="[%4C/%4m] (%S%Z) %%=%N $i %%> [%lL]" set date_format="!%H:%M %a %d %b " set index_format="%4C %Z %[%b%d] %-15.15F %s" set folder_format="%2C %t %8s %d %N %f" set record='' set copy=no set include=yes #quote msg in reply set fast_reply=yes #no prompting on reply set beep=no #no noise set markers=no #no + on wrapped lines set to_chars=" +TCF" #no L for mail_list save-hook .* ~/keep #default mbox to (s)ave mail is ~/keep bind pager h display-toggle-weed #toggle headers with h key bind pager previous-line bind pager next-line # simulate the old url menu macro index \cb |urlview\n 'call urlview to extract URLs out of a message' macro pager \cb |urlview\n 'call urlview to extract URLs out of a message' # Render HTML email auto_view text/html alternative_order text/plain text/enriched text/html text image/* # Colorize diffs. set allow_ansi auto_view text/x-diff auto_view text/x-patch color body brightred black "^-.*" color body brightgreen black "^[+].*" color body brightwhite black "^diff --git.*" color body brightwhite black "^index [a-f0-9].*" color body brightyellow black "^@@.*" # default list of header fields to weed out when displaying mail #ignore them all and then unignore what you want to see ignore * unignore Date To Cc Bcc From Subject X-Mailer Organization User-Agent Message-ID hdr_order Date From To Cc Bcc X-Mailer User-Agent Organization Message-ID Subject ##your Mutt has to have some colors color quoted green black color quoted1 magenta blue color quoted2 yellow black color quoted3 red black color signature cyan cyan color hdrdefault brightcyan black color header brightwhite black "^from:" color header brightwhite black "^subject:" color quoted brightgreen black color signature brightwhite black color indicator black blue color error red black mono error bold color status black cyan mono status bold color tree green black color tilde brightmagenta black color body brightwhite black "[-a-z_0-9.]+@[-a-z_0-9.]+" mono body bold "[-a-z_0-9.]+@[-a-z_0-9.]+" color body brightyellow black "^Good signature" mono body bold "^Good signature" color body brightwhite red "^Bad signature from.*" mono body bold "^Bad signature from.*" color normal white black color message green black color attachment black blue color body brightgreen default "^gpg: Good signature .*" color body white default "^gpg: " color body brightwhite red "^gpg: BAD signature from.*" color index brightyellow black ~N # New color index yellow black ~O # Old color index magenta black ~F # Flagged color index blue black ~T # Tagged color index red black ~D # Deleted color index white black ~R # Read