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 chakra ram-z@chakra chakra@rmz.io
 
   7 alternates -group me -group unimaas s.benmendil@student.maastrichtuniversity.nl
 
   8 alternates -group me -group cadscan sb@cad-scan.co.uk
 
   9 alternates -group me -group ultrahaptics samir.benmendil@ultrahaptics.com
 
  10 alternates -group me -group fpp samir@fppnt.com
 
  12 group -group ultrahaptics -rx @ultrahaptics.com
 
  13 group -group fpp -rx @fppnt.com
 
  17 set forward_format = "Fwd: %s"
 
  18 set forward_quote = yes
 
  20 # ask to forward email as attachement
 
  21 set mime_forward = ask-no
 
  23 set edit_headers = yes   # more power
 
  24 set askcc        = yes   # ask until I have goobook completion in vim
 
  25 set editor       = vim   # d'uh
 
  26 set include      = yes   # don't ask, just do
 
  27 set delete       = yes   # don't ask, just do
 
  28 set date_format  = "!%b %d, %Y at %-H:%M" # use 24-hour clock
 
  29 unset signature  # don't try to include a signature
 
  32 my_hdr X-Clacks-Overhead: GNU Terry Pratchett
 
  36 set sort_aux          = last-date-received
 
  38 set duplicate_threads = yes
 
  39 set collapse_unread   = no
 
  42 subscribe -group chakra      ^chakra-.*@googlegroups.com
 
  43 subscribe -group clementine  clementine-player@googlegroups.com
 
  44 subscribe -group ros         @lists.ros.org$
 
  45 subscribe -group sailfish    @lists.sailfishos.org
 
  46 subscribe -group neovim      ^neovim.*github.com
 
  47 subscribe -group mutt        mutt-users@mutt.org
 
  48 subscribe -group zsh         zsh-users@zsh.org
 
  49 subscribe -group qutebrowser ^qutebrowser.*
 
  50 subscribe -group lug         @mailman.lug.org.uk
 
  53 set read_inc  = 1000   # nb of messages read before printing status
 
  54 set write_inc = 1000   # nb of messages written before printing status
 
  55 set time_inc  = 100    # time interval (ms) between status print
 
  58 set pager_index_lines = 12
 
  60 set pager_stop        = yes   # don't jump to next message
 
  61 set resolve           = yes   # jump when flagging
 
  64 set reflow_wrap       = 78    # reflow received format=flowed msgs
 
  65 set text_flowed       = yes   # write f=f messages
 
  66 set smart_wrap        = yes   # wrap at word boundaries
 
  67 set tilde             = yes   # fills end of messages with tilde
 
  69 set mark_old          = no    # leave messages as new if unread
 
  70 set status_on_top     = yes   # also help on bottom
 
  71 set wait_key          = no    # don't wait for enter key
 
  73 set index_format="[%Z] %-6@date@ %15.15L  %?M?+ ?%s"
 
  74 index-format-hook date "~d<1d"  "%[%H:%M]"
 
  75 index-format-hook date "~d<1y"  "%[%e/%m]"
 
  76 index-format-hook date "~A"     "%[%m/%Y]"
 
  80 unignore from: to: cc: date: subject: x-clacks-overhead:
 
  82 hdr_order from: to: cc: date: subject: x-clacks-overhead:
 
  85 set mailcap_path = $my_config_dir/mailcap
 
  86 auto_view text/html      # view html automatically
 
  87 auto_view text/calendar  # view ical automatically
 
  88 auto_view application/gzip application/zip  # for dmarc reports
 
  89 alternative_order text/calendar text/plain text/enriched text/html  # view ical first, html last
 
  92 set folder       = "$MAILDIR"       # mail folder
 
  93 set header_cache = "~/.cache/mutt"  # cache headers for speedss
 
  95 set send_charset="utf-8"            # only utf8
 
  98 set crypt_replyencrypt       = yes  # encrypt replies to encrypted messages
 
  99 set crypt_replysign          = yes  # sign replies to signed messages
 
 100 set crypt_replysignencrypted = yes  # you get the idea
 
 101 set crypt_verify_sig         = yes  # verify signatures
 
 102 set pgp_long_ids             = yes  # use 64 bit key IDs
 
 103 set pgp_mime_auto            = no   # don't fallback to inline mime
 
 104 set pgp_use_gpg_agent        = yes  # don't ask for passwords
 
 107 group -group nosign -rx .*@bitbucket.org
 
 108 group -group nosign -rx jira@.*atlassian.net
 
 109 group -group nosign -rx gitlab.incoming@ultrahaptics.com
 
 110 group -group nosign -rx .*@incoming.gitlab.com
 
 111 group -group nosign -rx .*@reply.github.com
 
 112 send-hook .            "set crypt_autosign = yes"
 
 113 send-hook "%t nosign"  "set crypt_autosign = no"
 
 117 source colors/nord         # color theme
 
 119 source accounts/mailfence  # source default account