# -*- muttrc -*- # # rc file for mutt # # $Id: muttrc 20 2007-03-11 04:40:46Z vdanen $ # alternates are regexps that match your email address(es) alternates ^vdanen@linsec\\.ca$ ^vdanen@annvix\\.org$ ^vdanen@gmail\\.com$ ^vdanen@mandriva\\.com$ set realname="Vincent Danen" # our real name set from=vdanen@linsec.ca # our default email address set hostname=linsec.ca # Name of our local host. set hidden_host # Hide host details. set envelope_from # set the envelope-from information set reverse_name=yes # build From: in the reply based on the To: address (must have # a working 'alternates' line above set spoolfile=~/.mutt/Inbox # default location of new mail set alias_file=~/.mutt/aliases # Keep aliases in this file. set postpone=ask-no # Ask about postponing. set postponed=+postponed # Where postponed messages live. set nomove # Hold messages in $MAIL. set print=ask-yes # Ask before printing. set delete=ask-yes # Ask before doing a delete. set include # Include the message in replies. set sort=threads # always sort by thread set sort_aux=date-received # Sort threads by date received. set charset=iso-8859-1 # One of those days in England... set noallow_8bit # 8bit isn't safe via Demon. set ascii_chars=yes # use ascii characters when displaying trees # Attribution line. set meta_key=yes # allow to use alt or ESC set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n" set edit_headers # I want to edit the message headers. set fast_reply # skip initial prompts when replying set nohelp # don't show the help line at the top # Use vim #set editor="/Users/vdanen/bin/mate_mutt" set editor="vim +13 -c 'set tw=72 ft=mail noautoindent'" set query_command="/sw/bin/lbdbq '%s'" # Use the little brother database for doing queries. set nomark_old # Don't mark unread new msgs as old. set mbox=+Inbox # Default mailbox. # these are handled by our fcc-hook #set copy # Keep copies of outgoing mail... #set record="=Archives/sentmail-`date +%Y-%m`" # ... and it gets saved in =Archives/sentmail-[year]-[month]. set nobeep # We don't need no beeping software. set nosmart_wrap # Don't want smart wrapping. set nomarkers # Don't want any wrap markers. set mime_forward # Forward message as MIME attachments. set pager_context=3 # Display 3 lines of context in pager. set nostrict_threads # Lets have some fuzzy threading. set sendmail_wait=-1 # Don't wait around for sendmail. set sendmail="/sw/bin/sendmail" # The path to sendmail set fcc_clear # Keep fcc's clear of signatues and encryption. set nopipe_decode # Don't decode messages when piping. set text_flowed # label messages as format-flowed # Print via a2ps #set print_command="a2ps -1gEmail --borders=no --strip=3" set print_command="enscript --font=Times-Roman10 --pretty-print" set tilde # Fill out messages with '~'. set read_inc=100 # Read counter ticks every 100 msgs. set write_inc=100 # Write counter ticks every 100 msgs. set noconfirmappend # Just append, don't hassle me. set pager_stop # Don't skip msgs on next page. # Where to find the mailcap. set mailcap_path="~/.mailcap" # What we consider to be a quote. set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set to_chars=" +TCF " # Drop the "L". source ~/.mutt/gpg.rc # Use GPG source ~/.mutt/auto_views # Define auto_views. source ~/.mutt/aliases # Load in my aliases. source ~/.mutt/subscriptions # Define the list of subscribed mailing lists. source ~/.mutt/mailboxes # Define the list of folders that receive mail. source ~/.mutt/headers # Configure header display. source ~/.mutt/folder-hooks # Define folder-hooks. source ~/.mutt/save-hooks # Define save-hooks. source ~/.mutt/fcc-hooks # Define fcc-hooks. source ~/.mutt/message-hooks # Define message hooks. source ~/.mutt/bindings # Define key bindings. source ~/.mutt/macros # Define macros. source ~/.mutt/colours # Define colours. source ~/.mutt/sidebar # Define sidebar support (requires sidebar patch) ##source ~/.mutt/non-standard # Support for mutt patches. # HTML is the last option. #alternative_order text/enriched text/plain text/html # Last, but not least, get mutt to display its version on startup. push