color status brightyellow blue #set index_format="%4C %Z %{%b %d %H:%M} %-15.15F (%4c) [%?Y?%-3.3y&---?] %s" set index_format="%4C %Z %[%b %d %H:%M] %-22.22F (%4c) [%?Y?%-3.3y&---?] %s" set forward_format="Fwd: %s" set sleep_time=0 #set realname="Paul W. Frields" set use_from=yes set envelope_from=yes set editor="emacs -nw" set net_inc=5 set imap_keepalive=300 alternates stickster@gmail.com pfrields@fedoraproject.org pfrields@redhat.com # Use msmtp # set sendmail="/usr/bin/msmtp" # Supercool evolution-data-server hook set query_command="mutt-eds-query '%s'" # Using goobook? #set query_command="goobook query '%s'" # and use goobook for adding contacts too #macro index,pager a "goobook addgoobook reload" "add the sender address to Google contacts"" set crypt_autopgp=yes set crypt_autosmime=no set crypt_verify_sig=yes set imap_keepalive=300 # Tune this back up for IMAP as opposed to local folders! set mail_check=10 # wrap lines and don't use annoying markers #set wrap=80 set markers=no # Don't go to next message on page-down set pager_stop=yes save-hook . '~/Desktop/%f' account-hook . 'unset imap_user; unset tunnel' account-hook .*imap.gmail.com.* 'set imap_user="stickster"' account-hook .*mail.corp.redhat.com.* 'set imap_user="pfrields"' # This account-hook was useful when using SSH local port forwarding # account-hook .*localhost:10025.* 'set imap_user="pfrields"' folder-hook . 'unset smtp_url; unset record; unset from; unset use_from' # Set 'From' addresses according to the incoming email reply-hook "~t pfrields@fedoraproject.org" 'set from="Paul W. Frields " use_from record=""' reply-hook "~t stickster@gmail.com" 'set from="Paul W. Frields " use_from record=""' reply-hook "~t pfrields@redhat.com" 'set from="Paul W. Frields " use_from record="~/Mail/RH/Sent"' ## LOCAL FOR OFFLINEIMAP folder-hook GM/.* 'set record="" from="Paul W. Frields " use_from signature="~/.signature" smtp_url=smtp://localhost' folder-hook RH/.* 'set record="~/Mail/RH/Sent" from="Paul W. Frields " use_from use_domain=no signature="~/.signature.short" smtp_url=smtp://localhost:10025' ## ONLINE FOR GMAIL, RED HAT folder-hook .*imap.gmail.com.* 'set record="" from="Paul W. Frields " use_from' send2-hook From:.*redhat.com.* 'set record="~/Mail/RH/Sent"' # This is a holdover from using SSH local port forwarding # folder-hook .*localhost:10993.* 'set record="imaps://pfrields@localhost:10993/Sent" from="Paul W. Frields " use_from use_domain=no' set mbox_type=Maildir # mailboxes {pfrields@localhost:10993/ssl}INBOX {stickster@imap.gmail.com/ssl}INBOX {pfrields@mail.corp.redhat.com/ssl}INBOX # I use ~/bin/mutt-wrap script to create the following file, and # alias mutt='~/bin/mutt-wrap' source $HOME/.mutt/mutt-mb.tmp set imap_check_subscribed=yes # Mutt likes to throw away my mail sometimes. set sendmail_wait=0 set pgp_sign_as="0xBD113717" set pgp_timeout=1200 set pgp_autoinline=yes set pgp_show_unusable=yes set pgp_auto_decode=yes # Auto-sign only announcements send-hook (.*) 'set pgp_autosign=no' send-hook announce@lists.fedoraproject.org 'set pgp_autosign' set folder="$HOME/Mail" # set record="+sent" set mbox="+mbox" set postponed="+postponed" set move=ask-yes set mark_old=no # Cache headers set header_cache="$HOME/.mutt/mutt.hdr" # Cache messages set message_cachedir="$HOME/.mutt/cache" # Header ignores ignore * unignore from date subject to cc unignore organization organisation x-mailer: x-newsreader: x-mailing-list: unignore x-beenthere: unignore posted-to: # Identify lists subscribe fedora-.*@redhat.com subscribe .*-list@redhat.com subscribe .*-staff@redhat.com subscribe .*-devel@redhat.com subscribe .*-announce@redhat.com subscribe .*-commit.*@redhat.com subscribe .*@lists.fedoraproject.org subscribe rel-eng@fedoraproject.org subscribe fredlug@googlegroups.com subscribe novalug@.*tux.org # Interface #set smart_wrap set pager_context=5 set pager_index_lines=10 set sort=threads # ALIASES source $HOME/.mutt/mutt-aliases # auto_view text/html set mailcap_path=~/.mutt/mailcap auto_view text/html # look at html last alternative_order text/enriched text/plain text/html ### BEGIN NOTMUCH-MUTT SETTINGS macro index \ "unset wait_key~/.mutt/mutt-notmuch.pl --prompt search~/.cache/mutt_results" \ "search mail (using notmuch)" macro index \ "unset wait_key~/.mutt/mutt-notmuch.pl thread~/.cache/mutt_resultsset wait_key" \ "search and reconstruct owning thread (using notmuch)"