# mailboxes ~/Maildir/ # Hmm... this doesn't seem to work as a replacement # for setting the $MAIL variable. Unfortunate. # In 0.93.1i, mutt does double deliveries with -t! :-( #set sendmail="/usr/sbin/sendmail -t -oem -oi" set sendmail="/usr/sbin/sendmail -oem -oi" set pgp_autosign=yes set pgp_timeout=1200 my_hdr X-Operating-System: `uname -sr` #my_hdr X-www.distributed.net: `grep '\] Summary' "$HOME/dnet-dwarf/log" | tail -1 | cut -d' ' -f5-` #my_hdr X-www.distributed.net: `perl -e 'while (<>) { chomp; if (/Summary:/) { $s = $_; $n = ; } } $s =~ s/^.*Summary: //; $n =~ s/^.*\[/\[/; print $s, " ", $n;' < $HOME/dnet-pegasus/log` #Moved the X-www.distributed.net stuff to .mutt-default so it gets triggered #on each message. set move=no # NO NO NO NO NO! send-hook . "source ~/.mutt-default" # Can't do command groups # any other way. send-hook onenet-ici\.com "source ~/.mutt-onenet" # Ditto. send-hook icixcorp\.com "source ~/.mutt-icixcorp" # Ditto. set reverse_name set edit_hdrs bind index y next-unread alternates "^(greg@wooledge\.org|gwooledge@onenet-ici\.com|gwooledge@icixcorp\.com|greg@greycat\.yi\.org|greycat@greycat.yi.org|greg@dwarf\.local|greg@jekyll\.local|greg@pegasus\.local|greg@minotaur\.local)$" set sort=threads macro pager \cb |urlview\n set alias_file=~/.mutt-aliases source ~/.mutt-aliases source ~/.mutt-lists set folder=~/mail set record=~/mail/sent-mail set attribution="%n (%a) wrote:\n" set fast_reply set include=yes set pager_context=1 set pager_stop set tilde unignore * ignore in-reply-to received status return-path content-length lines ignore mime-version delivered-to references errors-to sender originator ignore precedence content-type content-transfer-encoding message-id X-UIDL ignore x-comment x-listprocessor-version x-archive-position x-listar-version ignore x-list x-original-sender x-accept-language x-loop ignore x-priority x-msmail-priority x-mailman-version list-help ignore list-post list-subscribe list-id list-unsubscribe list-archive face unignore received-spf #set web_browser="lynx %s" color hdrdefault green white color header blue white ^From: color header blue white ^Subject: color header blue white ^To: color header blue white ^Cc: color header red white "^Received-SPF: [a-zA-Z]*fail" color header red white "^X-SRS-Filter: fail" color normal blue white color quoted red white # Override system-wide settings color body brightred white [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ color body brightblue white (https|http|ftp)://[\-\.\,/%~_:?\#=&a-zA-Z0-9]+ color attachment black white color markers red white color tree red white color indicator black cyan color status white blue ## "^[[>#|{}].*$" color signature red white color tilde black white