# General set my_name = "Danny Holman" set editor=`echo \$EDITOR` set sort=threads set mailcap_path = ~/.mutt/mailcap alternative_order text/enriched text/plain text/html text auto_view text/html set header_cache = "~/.cache/mutt" set message_cachedir = "~/.cache/mutt" unset imap_passive set imap_keepalive = 300 set mail_check = 120 # Tennesee Tech Email source "~/.mutt/tech" folder-hook $folder 'source ~/.mutt/tech' # Gymli Email source "~/.mutt/gymli" folder-hook $folder 'source ~/.mutt/gymli' # PGP set pgp_replyencrypt set pgp_replysign set pgp_replysignencrypted set pgp_show_unusable=no set pgp_verify_sig=yes set pgp_sign_as=87B76D64AF9090B9C527B4D44EE2AB8BAFCB5561 source ~/.gpg.rc # Keybinds bind index ^ imap-fetch-mail bind index - collapse-thread bind index _ collapse-all # Macros macro index,pager A 'git am -s' 'Apply patch in git repo' macro pager \cb 'urlview' 'Follow links with urlview' macro index,pager S "=Spamecho 'Saved to Spam'" 'Mark message as read and move into Spam folder' macro index,pager R "=Archiveecho 'Saved to Archive'" 'Move message to archives' macro index,pager 'source ~/.mutt/gymli! macro index,pager 'source ~/.mutt/tech! # Hooks folder-hook =INBOX 'push " ~d>30d\n"' folder-hook =INBOX.LKML 'push " ~d>7d\n"' folder-hook =INBOX.next 'push " ~d>30d\n"' folder-hook =INBOX.doc 'push " ~d>7d\n"' # -*-muttrc-*- # Palette for use with the Linux console. Black background. color hdrdefault blue black color quoted blue black color signature blue black color attachment red black color prompt brightmagenta black color message brightred black color error brightred black color indicator black red color status brightgreen blue color tree white black color normal white black color markers red black color search white black color tilde brightmagenta black color index blue black ~F color index red black "~N|~O" # color body brightwhite black '\*+[^*]+\*+' # color body brightwhite black '_+[^_]+_+'