# # $Id: dot.muttrc,v 1.16 2001/10/29 14:20:34 sethk Exp $ # source ~/.muttrc.local # # Aliases # source ~/.mail_aliases set alias_file=~/.mail_aliases # # Global Options # set folder="~/mail" set record="=sent" #set auto_tag unset mark_old set pager_stop set arrow_cursor=yes # # Default Folders # save-hook '^([Rr]oot|root@)' =rootmail save-hook 'cert-advisory@cert.org' =cert-advisory save-hook 'updates@bsdi.com' =bsdi-updates # # General # set hidden_host=yes set auto_tag unset beep unset beep_new set abort_unmodified=ask-yes set edit_headers set editor="vim -c '/^$/+1'" set fast_reply unset move set history=100 set include=yes #set ascii_chars set arrow_cursor=yes # # Colors # color normal white black color indicator brightgreen black color hdrdefault red black color signature blue black color error brightred black color status brightwhite blue color tree magenta black color tilde magenta black color message cyan black color markers cyan black color attachment brightmagenta black color search black green color quoted blue black color quoted1 magenta black color quoted2 red black color quoted3 green black color quoted4 cyan black color quoted5 blue black color quoted6 magenta black color quoted7 red black color quoted8 green black color quoted9 cyan black color underline brightgreen black color index green black ~F color index red black ~N color index magenta black ~T color index yellow black ~D color header brightred black ^(From|To|Cc|Subject): color body magenta black "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" color body cyan black [-a-z_0-9.]+@[-a-z_0-9.]+ color body black yellow "<[Gg]>" color body black yellow "<[Bb][Gg]>" color body black yellow ">?[;:][-^]?[][)(><}{|/DP][)}]*" # # Mono # mono normal none mono indicator reverse mono tree none mono status reverse mono error bold mono error standout mono message none mono quoted bold mono signature none mono attachment underline mono search reverse mono tilde none mono markers bold mono hdrdefault none mono bold bold mono underline underline mono header bold "^(from|subject):" mono body underline "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" mono body underline "[-a-z_0-9.]+@[-a-z_0-9.]+" mono body bold "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]" mono body underline "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]" # # Bindings # # move 1/2 page up/down like in vi bind generic \Cu half-up bind generic \Cd half-down bind pager \Cu half-up bind pager \Cd half-down bind generic b previous-page bind generic \Cb previous-page bind generic \Cf next-page bind generic 1G first-entry bind generic 1g first-entry bind generic first-entry bind generic \Ca first-entry bind generic G last-entry bind generic last-entry bind generic \Ce last-entry bind pager \ef forget-passphrase bind pager \eD delete-thread bind pager \eU undelete-thread bind pager \eN read-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind pager \Ca top bind pager top bind pager 1G top bind pager 1g top bind pager \Ce bottom bind pager bottom bind pager G bottom bind pager i exit bind pager exit bind pager B bounce-message bind pager b previous-page bind pager \Cb previous-page bind pager \Cf next-page bind pager previous-line bind pager next-line bind pager previous-entry bind pager next-entry macro pager \Cv |urlview\n bind index \ef forget-passphrase bind index \eD delete-thread bind index \eU undelete-thread bind index \eN read-thread # ^U and ^D were bound otherwise, so bind it now again to something else bind index B bounce-message bind index \Cb previous-page bind index \Cf next-page bind index previous-entry bind index next-entry bind index display-message bind index first-entry bind index last-entry bind index 1G first-entry bind index 1g first-entry bind index \Ca first-entry bind index G last-entry bind index \Ce last-entry bind index \t next-new bind index \S\t previous-new # # Extra Headers # my_hdr X-Operating-System: `uname -rsm` my_hdr X-GPG-Key-ID: 1024D/5C413B08 my_hdr X-GPG-Key-Fingerprint: F772 5D24 02B4 D233 90F5 080F 0F50 3298 5C41 3B08 my_hdr X-URL: http://www.meowfishies.com/ # # Attachment Handling # set mailcap_path=~/.muttcap auto_view text/html text/enriched text/x-vcard application/x-zip-compressed auto_view application/postscript application/pdf application/msword auto_view application/ #alternative_order text/plain text/html # # Mailing Lists # lists ~/spool/cvs-all ~/spool/freebsd-hackers ~/spool/freebsd-current lists ~/spool/freebsd-arch ~/spool/freebsd-ia64 ~/spool/freebsd-audit mailboxes ~/spool/cvs-all ~/spool/freebsd-hackers mailboxes ~/spool/freebsd-current ~/spool/freebsd-arch mailboxes ~/spool/freebsd-ia64 ~/spool/freebsd-audit folder-hook ~/spool/.* set sort=threads # XXX: argh!, using $spool here crashes mutt folder-hook /var/mail/sethk set sort=date folder-hook ~/Mailbox set sort=date set index_format="%4C %Z %{%m/%d [%R]} %-15.15L %s" set folder_format="%t %N [%d] %f" # # PGP Stuff # source ~/etc/gpg.rc set pgp_replyencrypt set pgp_autosign set pgp_timeout=4800 #send-hook '~C ^.*@offmyserver\.com$' 'my_hdr From: Seth Kingsley ; my_hdr X-URL: http://www.offmyserver.com/; set signature="~/.signature.oms"'