set folder = "~/mail" set mbox_type = maildir # set mbox_type = mbox set spoolfile = =mbox set record = =sent-`date "+%y-%m"` set postponed = =postponed set certificate_file = ~/.mutt/certificates set net_inc = 1 set edit_headers = yes set charset = "utf-8" set pager_stop = yes set sort = "threads" set sort_aux = "last-date-received" set pager_index_lines = 6 set timeout = 60 set rfc2047_parameters set reply_to = yes set fcc_clear = yes set signature = ~/.signature set hostname = "stargrave.org" set realname = "Sergey Matveev" set query_command="mu cfind --format=mutt-ab '%s'" set forward_format = "Fwd: %s" set indent_string = ">" set attribution = "*** %n [%(%Y-%m-%d %H:%M)]:" set index_format = "%4C %Z[%1H] %{%m-%d} [%N] %-15.15L (%?l?%4l&%4c?)%?M?[#%02M]?%?Y?[%Y]? %s" set pipe_decode = yes set crypt_protected_headers_write = yes macro index "mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find" macro index "~/mail/search" "mu find results" macro index ":set mbox_type = mbox\n" "mbox mailbox type" macro pager \cu |urlview\n macro index \cn "" "Go to new mail" alternative_order text/plain text/enriched text/html auto_view text/html unignore \ Mail-Followup-To \ List-Id \ Reply-To \ Mail-Reply-To \ Organization \ OpenPGP \ Return-Path \ X-Mailer \ User-Agent \ Message-Id macro index ":source ~/.mutt/accounts/stargrave.org\n" "Profile: stargrave.org" macro index ":source ~/.mutt/accounts/stcnet.ru\n" "Profile: stcnet.ru" macro index ":source ~/.mutt/accounts/riseup.net\n" "Profile: riseup.net" alternates stargrave@stargrave.org junk@stargrave.org mailboxes =mbox \ =rss \ =monitoring \ =arbeit \ =crypto \ =debian \ =fsf \ =gnunet \ =gnupg \ =golang \ =spam \ =stcnet \ =suckless \ =fbsd \ =tortalk \ =vim \ =zfs \ =zsh \ =sent-19-07 \ =sent-19-08 \ =back-19-07 \ =back-19-08 source ~/.mutt/accounts/stargrave.org # set mime_forward = yes # set mime_forward_rest = yes fcc-hook .* $record folder-hook . "set sort = threads; push " folder-hook =rss "set sort = date" folder-hook =monitoring "set sort = date" folder-hook =sent-19-07 "set sort = date-sent" folder-hook =sent-19-08 "set sort = date-sent" set print_command="cat > /tmp/mail-printed"