# # gelfand/vanbaal/etc/muttrc 2001-03-05 # # 2014-02-20 Joost van Baal-Ilić # * systems/beskar/joostvb/etc/mutt/rc: tnx lionel # # git/ad1810-private/systems/beskar/joostvb/etc/mutt/rc my_hdr From: Joost van Baal-Ilić # https://gitlab.com/muttmua/mutt/-/merge_requests/49 # Omit User-Agent: header by default (security) # I'm a proud mutt user set user_agent=yes set envelope_from=yes set mbox_type=Maildir # Maildir speedup set header_cache = "~/var/cache/mutt" unignore * ignore "from " received content- mime-version status ignore sender return-path lines ignore delivered-to x-loop x-sender x-msmail-priority x-mimeole x-status ignore x-cron-env ignore x-beenthere list-post list-subscribe errors-to ignore resent- set index_format="%4C %Z %{%b %d} %-15.15F (%4c) %s" macro index \es "bogofilter -s -v\n~/spam/missed\n" "bogofilter learn as spam, save in spam/missed" macro index \eh "bogofilter -n -v\n=inbox\n" "bogofilter learn as ham, save in inbox" # notmuch-mutt(1) # # Zoek macro index \ez \ "unset wait_keynotmuch-mutt --prompt search~/.cache/notmuch/mutt/results" \ "notmuch: search mail" # Thread macro index \et \ "unset wait_keynotmuch-mutt thread~/.cache/notmuch/mutt/resultsset wait_key" \ "notmuch: reconstruct thread" # Remove macro index \er \ "unset wait_keynotmuch-mutt tag -inbox" \ "notmuch: remove message from inbox" set autoedit # go to the editor right away when composing set noconfirmappend # don't ask me if i want to append to mailboxes set copy=yes # always save a copy of outgoing messages set delete=yes # purge deleted messages without asking set move=no set edit_headers # let me edit the message header when composing set sig_dashes=no unset metoo set help # show the help lines set include # always include messages when replying set mime_forward=ask-no # ask me if i'd like to forward the message as a # mime attachment. set charset=utf-8 # once when we sent mail # From: Jelena en Joost van Baal-Ilić: mariposadesueno@gmail.com, joostvb@mdcc.cx; # we didn't get a Fcc in ~/sent set record=+outbox # default location to save outgoing mail set reply_to # always use reply-to if present set sort=threads # primary sorting method set sort_browser=alpha # how to sort files in the dir browser set tilde # virtual lines to pad blank lines in the pager color hdrdefault cyan default color quoted green default color signature cyan default color attachment brightyellow default color indicator black cyan color status brightgreen blue color tree red default color markers brightred default color tilde blue default color header brightgreen default ^From: color header brightcyan default ^To: color header brightcyan default ^Reply-To: color header brightcyan default ^Cc: color header brightcyan default ^Mail-Followup-To: color header brightblue default ^Subject: color body black yellow "\\*[A-Za-z]+\\*" # *Bold* text.