# # .muttrc-local-w3c # # $Id: muttrc-local-w3c,v 1.38 2006/10/07 23:26:40 gerald Exp $ # set hostname="w3.org" # my DNS domain set signature="~/.signature-w3c" # file which contains my signature set folder=~/mail/w3c set mbox=~/mail/w3c/inbox set spoolfile=~/mail/w3c/inbox set postponed=+postponed set record=+`hostname | cut -d. -f1`-outbox unignore message-id # use these settings for most folders send-hook . 'set signature="~/.signature-w3c"' send-hook . 'my_hdr From: Gerald Oskoboiny ' send-hook . 'set attribution="* %n <%a> [%d]"' # use w3t sig for w3t-internal mailboxes send-hook w3t 'set signature="~/.signature-w3t"' send-hook sysreq 'set signature="~/.signature-w3t"' send-hook webreq 'set signature="~/.signature-w3t"' send-hook adminreq 'set signature="~/.signature-w3t"' send-hook mit-help 'set signature="~/.signature-w3t"' send-hook request 'set attribution="On %d, %n wrote\n%t:"' # view root mailbox sorted by subject folder-hook root 'set sort=subject' # highlight specific messages depending on the mailbox folder-hook . 'color index default cyan "~N ~b gerald"' folder-hook inbox 'uncolor index "~N ~b gerald"' # workaround for only one message displayed when switching back to inbox folder-hook inbox 'exec current-bottom"' # special settings for unknown-sender mailbox (for skimming through spam) folder-hook . 'set pager_index_lines=8 menu_scroll' folder-hook unknown-sender 'set pager_index_lines=20 nomenu_scroll' # set specific order for mailboxes mailboxes ! mailboxes +w3t mailboxes +w3t-sys mailboxes +sysreq mailboxes +root mailboxes +postmaster mailboxes +w3t-foo-request mailboxes +w3c-foo-request mailboxes +unknown-sender mailboxes +================= mailboxes `ls -at ~/mail/w3c/* | grep -v spam | grep -v 200 | fmt -2500` # "grep -v 200" above is used to exclude e.g. sysreq.2001-12 # tell mutt which mailing lists I am on subscribe `ls $HOME/mail/w3c | xargs echo` unsubscribe w3t unsubscribe w3t-archive unsubscribe webreq