X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=mutt%2F.mutt%2Fmuttrc;h=38cde43bf069ae1de4a3212553ec8e15562cf94e;hb=c74e2cfa98b9a748dd49370b63a902c6cc3fa6cb;hp=638f9690d61f9fc72f52463da9e5dfa13f3522bb;hpb=4db29ff6a507318853e515932806f347040604a6;p=dotfiles.git diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 638f969..38cde43 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -16,18 +16,21 @@ set timeout = 60 set rfc2047_parameters set reply_to = yes set fcc_clear = yes -set ssl_starttls = no +set ssl_force_tls = no +set user_agent = 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 set print_command="cat > /tmp/mail-printed" +my_hdr User-Agent: Mutt/2.1.2 GnuPG/2.3.2 Vim/8.2 FreeBSD/12.0 (amd64) +set attribution = "*** %n [%{%Y-%m-%d %H:%M}]:" +set forward_attribution_intro = "----- BEGIN %i -----" +set forward_attribution_trailer = "----- END %i -----" macro index "" "Go to new mail" macro index ":set mbox_type = mbox\n" "mbox mailbox type" @@ -40,6 +43,11 @@ macro pager \cu |urlview\n macro index \cb macro pager \cb +macro index \ce +macro index \cy +macro pager \ce +macro pager \cy + alternative_order text/plain text/enriched text/html auto_view text/html unignore \ @@ -54,39 +62,11 @@ unignore \ 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 \ - =gnu \ - =gnupg \ - =golang \ - =gopher \ - =guix \ - =spam \ - =suckless \ - =fbsd \ - =vim \ - =zfs \ - =zsh - -# 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" +source ~/.mutt/mailboxes +source ~/.mutt/accounts/rc -source ~/.mutt/monthly - -source ~/.mutt/accounts/stargrave.org +# set mime_forward = yes +# set mime_forward_rest = yes