2 set mbox_type = maildir
5 set record = =back-`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 date_format = "%Y-%m-%d %H:%M"
27 set index_format = "%4C %Z[%1H] %D [%N] %-15.15L (%?l?%4l&%4c?)%?M?[#%02M]?%?Y?[%Y]? %s"
29 set print_command = "cat > /tmp/mail-printed"
30 set attribution = "*** %n [%{%Y-%m-%d %H:%M}]:"
31 set forward_attribution_intro = "----- BEGIN %i -----"
32 set forward_attribution_trailer = "----- END %i -----"
34 set folder_format="%3C %t %N [%3n|%3m] %D %f"
36 set crypt_protected_headers_write = yes
37 set crypt_opportunistic_encrypt = yes
38 set crypt_autosign = yes
40 source ~/.mutt/useragent.rc
42 macro index,pager,browser <F1> "<next-unread-mailbox><enter>"
43 macro index <F5> ":set mbox_type = mbox\n" "mbox mailbox type"
44 macro index S "<save-message>=spamdb<enter>"
46 macro index <F6> "<shell-escape>mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find"
47 macro index <F7> "<change-folder-readonly>~/mail/search<enter>" "mu find results"
48 macro index <F8> "<change-folder-readonly>~/mail/search-sent<enter>" "mu find sent results"
50 macro pager \cu |urlview\n
52 macro index \cb <decrypt-copy>
53 macro pager \cb <decrypt-copy>
55 macro index \ce <next-entry>
56 macro index \cy <previous-entry>
57 macro pager \ce <next-line>
58 macro pager \cy <previous-line>
60 alternative_order text/plain text/enriched text/html
78 folder-hook . "set sort = threads; push <collapse-all>"
80 source ~/.mutt/mailboxes.rc
81 source ~/.mutt/accounts/rc
82 source ~/.mutt/hooks.rc
84 # set mime_forward = yes
85 # set mime_forward_rest = yes