# vim: comments=n\:# et ft=muttrc
# settings
set abort_unmodified=ask-yes
set ascii_chars  # set: use ASCII characters to build the thread tree
set attribution="* %n <%a> [%(%y%m%d %H:%M)]:"
set confirmcreate  # set: prompt for confirmation on creation of folders
set copy           # Always keep a copy of my mails!
set delete=ask-yes
set edit_hdrs
set edit_headers     # edit all headers lines in the editor
set editor="vim -c 'set tw=72 et' -c '+/^$'"
set folder=~/Mail    # directory with all mail folders
set forw_format="(fwd) %s"
set hidden_host=yes
set history=100 # 0.51: number of input lines for prompts to remember
#set ignore_list_reply_to  # ignore the "Reply-To" lines
set include      # set: include mail as quoted text in replies
set index_format="%3C %Z %[!%b %d] %-18.18n (%3l) %s"  # piaip's favorite
set mime_forward=ask-yes        # mutt-0.92:  now a quadoption!
set noconfirmappend  # set: prompt for confirmation on appending mail to folder
set nomark_old # set: make distinction between New mail and Old mail.
set nomove  # do not move read mails from mailbox to $mbox (was: "set hold")
set noprompt_after  # set: gives you a prompt when pager exits
set pager_context=1      # number of lines that overlap on paging
set pager_format="%S [%C/%T] %n (%l) %s"      # Sven's favourite
set pager_index_lines=0   # number of lines to see from the index
set pager_stop            # next-undeleted when the end of the mail is shown
set print_command="mp|lpr"
set quote_regexp="^>"          # some people just use '>' - *sigh*
set read_inc=10    # '10': show count number for every tenth mail
set recall=ask-yes # do not prompt for recalling postponed mails with 'm'
set record=+outbox
set reply_regexp="^((aw|antw.?|antwort|re|r e|r?f|sv):[ \t]*)*"
set reply_to=ask-yes   # "reply":          set:  Use address in Reply-To?
set reverse_alias  # show the name of sender as set with my alias for him
set reverse_name   # reply as the user to whom the mail was sent to
set save_name      # set: save outbound mail to =username if it exists
set shell=bash     # use the bash for shell commands
set sig_dashes=no
set signature="~/.dash-signature"
set sort=threads # sorting method - I definitely like "threads" best
set status_format="%v: %f (%s) [%M/%m] [N=%n,*=%t,new=%b]"
set status_on_top # set: present the status bar at top, ie before the index
set strict_threads # set: use references: for threading only, ie do not
set tilde  # show non-existant lines of text with a tilde at begin-of-line
#set tmpdir="~/tmp" # directory where temporary files are to be placed
set to_chars="X+TCF"
set use_domain
set write_inc=10#  update number after each tenth read mail
# unset
unset arrow_cursor #  Show current mail with an inverse bar.
unset followup_to # do not generate a Followup-To header
# Header Settings
unhdr_order *
ignore *
unignore delivered-to
unignore from: date: subject: to: cc: reply-to:
unignore mail-followup-to:
unignore message-id: newsgroups: posted-to: posted-and-mailed:
unignore organization organisation
unignore priority: importance:
unignore resent- x-resent
unignore sender:
unignore user-agent: x-agent: x-mailer: x-newsreader: x-mailing-list:
unignore x-accept-language
unignore x-also-posted-to: x-newsgroups:
unignore x-editor
unignore x-lotus
unignore x-webtv
# Misc
hdr_order Sender: From From: Reply-To: Subject: Organization: Date: Message-Id: User-Agent: X-Editor: X-Mailer: X-Newsreader: X-Agent: To: Cc: Newsgroups: X-Resent Followup-To: Mail-Followup-To:
