# -*- muttrc -*- # # rc file for mutt # set hostname=hagbard.davep.org # Name of our local host. set hidden_host # Hide host details. 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_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. # Attribution line. set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n" set edit_headers # I want to edit the message headers. # Use emacs. set editor="emacs -geometry 90x73+298+0 --load post-mode" set query_command="lbdbq '%s'" # Use the little brother database for doing queries. set nomark_old # Don't mark unread new msgs as old. set mbox=+mbox # Default mailbox. set copy # Keep copies of outgoing mail... set record=+outbox # ... and it gets saved in =outbox. 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 fcc_clear # Keep fcc's clear of signatues and encryption. set nopipe_decode # Don't decode messages when piping. # Print via a2ps set print_command="a2ps -1gEmail --borders=no --strip=3" 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=~/.mutt/mailcap:/usr/local/etc/mailcap:/etc/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 /usr/local/doc/mutt/samples/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/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 <show-version>