# Rory Donohue # .muttrc config file # Based on Eoin's (leeroybrown) .muttrc # Includes source ~/.addressbook #source ~/.gpgrc set alias_file=~/.addressbook # Set mail header fields to show #unignore * unignore from: date subject to cc reply-to: #unignore organization organisation unignore user-agent: x-agent: x-mailer: x-newsreader: #unignore newsgroups: posted-to: x-spam-rule: # Header order in pager #unhdr_order * hdr_order Date: From: To: Cc: X-Mailer: Reply-To: #X-Newsreader: X-Mailer: Organization: Organisation: User-Agent: X-Fnord: X-WebTV-Stationery: X-Message-Flag: Newsgroups: Reply-To: # Add a custom mail header field #my_hdr # Settings for mail sending unset askbcc #Don't ask for BCC unset askcc #Don't ask for CC set folder=~/mail #Set Mail folder location set realname="Rory Donohue" #Set my real name set delete=yes #Ask for confirmation when deleting messages set quit=yes #Ask before quitting set move=no #Don't move mail-spool to $mbox set include=yes #Quote message when replying set copy #Always keep a copy of my mails set mark_old #Mark new articles as old set delete=ask-yes #Delete message set delete_untag #Untag deleted messages #set alternates=USERNAME@compsoc.nuigalway.ie|USERNAME@frink.nuigalway.ie set mime_forward=ask-yes #Allows forwarding of attachments set sig_on_top #Adds signature to the top of replies/forwards # Saving of sent messages set record="~/mail/sent-mail" # Key bindings for cursor navigation bind pager previous-line bind pager next-line bind pager exit bind pager view-attachments bind attach exit bind attach view-attach bind index display-message # Bindings for index macro index "c?" bind browser select-entry bind browser exit bind browser i exit bind index next-page bind index previous-page # Bindings for going to INBOX macro index i "c!\n" "Go to Inbox" macro pager i "c!\n" "Go to Inbox" # Bindings for fetchmail macro index G "!fetchmail\r" macro pager G "!fetchmail\r" # Colour settings color attachment brightyellow blue color tree magenta default color indicator white blue color message white blue color error brightwhite red color bold blue default color underline yellow default color markers blue default color search white blue color signature blue default color status brightgreen blue color tilde blue default color normal white default color quoted blue default color quoted1 cyan default color quoted2 yellow default color body cyan default "ftp://[^ ]*" color body cyan default "http;//[^ ]*" color body cyan default "" color header cyan default "^From" color header white blue "^From:" color header green default "^to:" color header green default "^cc:" color header yellow default "^date:" color header magenta default "^reply-to:" color header white red "^subject:" color index brightyellow default ~N #New color index yellow default ~O #Unread color index blue default ~F #Flagged color index cyan default ~p #To self color index brightcyan default ~p~O #To self - Old color index brightblue default ~p~N #To self - New color index green default ~P #From self color index brightgreen default ~P~O #From self - New color index brightblue default ~P~N #From self - Old color index magenta default ~D #Deleted color index brightmagenta default ~p~D #Deleted - to self color index brightmagenta default ~P~D #Deleted - from self # spamassassin macro index z |"sa-learn --no-rebuild --spam\n" macro pager z |"sa-learn --no-rebuild --spam\n" macro index Z |"sa-learn --no-rebuild --ham\n" macro pager Z |"sa-learn --no-rebuild --ham\n" # Save-hooks # Compsoc save-hook '~C compsoc-discuss@compsoc.nuigalway.ie' +"compsoc/compsoc-discuss" save-hook '~C compsoc-announce@compsoc.nuigalway.ie' +"compsoc/compsoc-announce" save-hook '~C compsoc-technical@compsoc.nuigalway.ie' +"compsoc/compsoc-technical"