2 set mbox_type = maildir
5 set record = =sent-`date "+%y-%m"`
6 set postponed = =postponed
7 set certificate_file = ~/.mutt/certificates
13 set sort_aux = "last-date-received"
14 set pager_index_lines = 6
16 set rfc2047_parameters
19 set ssl_force_tls = no
21 set signature = ~/.signature
22 set hostname = "stargrave.org"
23 set realname = "Sergey Matveev"
24 set query_command="mu cfind --format=mutt-ab '%s'"
25 set forward_format = "Fwd: %s"
26 set index_format = "%4C %Z[%1H] %{%m-%d} [%N] %-15.15L (%?l?%4l&%4c?)%?M?[#%02M]?%?Y?[%Y]? %s"
28 set crypt_protected_headers_write = yes
29 set print_command="cat > /tmp/mail-printed"
30 my_hdr User-Agent: Mutt/2.1.4 GnuPG/2.3.4 Vim/8.2 FreeBSD/12.0 (amd64)
31 set attribution = "*** %n [%{%Y-%m-%d %H:%M}]:"
32 set forward_attribution_intro = "----- BEGIN %i -----"
33 set forward_attribution_trailer = "----- END %i -----"
35 macro index <F1> "<next-unread-mailbox><enter>" "Go to new mail"
36 macro index <F5> ":set mbox_type = mbox\n" "mbox mailbox type"
38 macro index <F8> "<shell-escape>mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find"
39 macro index <F9> "<change-folder-readonly>~/mail/search<enter>" "mu find results"
41 macro pager \cu |urlview\n
43 macro index \cb <decrypt-copy>
44 macro pager \cb <decrypt-copy>
46 macro index \ce <next-entry>
47 macro index \cy <previous-entry>
48 macro pager \ce <next-line>
49 macro pager \cy <previous-line>
51 alternative_order text/plain text/enriched text/html
66 folder-hook . "set sort = threads; push <collapse-all>"
68 source ~/.mutt/mailboxes.rc
69 source ~/.mutt/accounts/rc
71 # set mime_forward = yes
72 # set mime_forward_rest = yes