1 set my_config_dir = $XDG_CONFIG_HOME/mutt
 
   4 alternates -group me samir.benmendil@gmail.com ram-z@hotmail.com @rmz.io
 
   5 alternates -group me samir.benmendil@mailfence.com
 
   6 alternates -group me -group fpp samir@fppnt.com
 
   8 group -group fpp -rx @fppnt.com
 
  12 set forward_format = "Fwd: %s"
 
  13 set forward_quote = yes
 
  15 # ask to forward email as attachement
 
  16 set mime_forward = ask-no
 
  18 set edit_headers = yes   # more power
 
  19 set askcc        = yes   # ask until I have goobook completion in vim
 
  20 set editor       = vim   # d'uh
 
  21 set include      = yes   # don't ask, just do
 
  22 set delete       = yes   # don't ask, just do
 
  23 set date_format  = "!%b %d, %Y at %-H:%M" # use 24-hour clock
 
  24 unset signature  # don't try to include a signature
 
  27 my_hdr X-Clacks-Overhead: GNU Terry Pratchett
 
  31 set sort_aux          = last-date-received
 
  33 set duplicate_threads = yes
 
  34 set collapse_unread   = no
 
  37 subscribe -group neovim      ^neovim.*github.com
 
  38 subscribe -group mutt        mutt-users@mutt.org
 
  39 subscribe -group zsh         zsh-users@zsh.org
 
  40 subscribe -group qutebrowser ^qutebrowser.*
 
  41 subscribe -group lug         @mailman.lug.org.uk
 
  42 subscribe -group googlegroup @googlegroups.com$
 
  45 set read_inc  = 1000   # nb of messages read before printing status
 
  46 set write_inc = 1000   # nb of messages written before printing status
 
  47 set time_inc  = 100    # time interval (ms) between status print
 
  50 set pager_index_lines = 12
 
  52 set pager_stop        = yes   # don't jump to next message
 
  53 set resolve           = yes   # jump when flagging
 
  56 set reflow_wrap       = 78    # reflow received format=flowed msgs
 
  57 set text_flowed       = yes   # write f=f messages
 
  58 set smart_wrap        = yes   # wrap at word boundaries
 
  59 set tilde             = yes   # fills end of messages with tilde
 
  61 set mark_old          = no    # leave messages as new if unread
 
  62 set status_on_top     = yes   # also help on bottom
 
  63 set wait_key          = no    # don't wait for enter key
 
  65 set index_format="[%Z] %-6@date@ %15.15L  %?M?+ ?%s"
 
  66 index-format-hook date "~d<1d"  "%[%H:%M]"
 
  67 index-format-hook date "~d<1y"  "%[%e/%m]"
 
  68 index-format-hook date "~A"     "%[%m/%Y]"
 
  72 unignore from: to: cc: date: subject: x-clacks-overhead:
 
  74 hdr_order from: to: cc: date: subject: x-clacks-overhead:
 
  77 set mailcap_path = $my_config_dir/mailcap
 
  78 auto_view text/html      # view html automatically
 
  79 auto_view text/calendar  # view ical automatically
 
  80 auto_view application/gzip application/zip  # for dmarc reports
 
  81 alternative_order text/calendar text/plain text/enriched text/html  # view ical first, html last
 
  84 set folder       = "$MAILDIR"       # mail folder
 
  85 set header_cache = "~/.cache/mutt"  # cache headers for speedss
 
  87 set send_charset="utf-8"            # only utf8
 
  90 set crypt_replyencrypt       = yes  # encrypt replies to encrypted messages
 
  91 set crypt_replysign          = yes  # sign replies to signed messages
 
  92 set crypt_replysignencrypted = yes  # you get the idea
 
  93 set crypt_verify_sig         = yes  # verify signatures
 
  94 set pgp_long_ids             = yes  # use 64 bit key IDs
 
  95 set pgp_mime_auto            = no   # don't fallback to inline mime
 
  96 set pgp_use_gpg_agent        = yes  # don't ask for passwords
 
  99 group -group nosign -rx .*@bitbucket.org
 
 100 group -group nosign -rx jira@.*atlassian.net
 
 101 group -group nosign -rx .*@incoming.gitlab.com
 
 102 group -group nosign -rx .*@reply.github.com
 
 103 group -group nosign -rx .*@googlegroups.com
 
 104 send-hook .            "set crypt_autosign = yes"
 
 105 send-hook "%t nosign"  "set crypt_autosign = no"
 
 109 source colors/nord         # color theme
 
 111 source accounts/mailfence  # source default account