]> Sergey Matveev's repositories - dotfiles.git/blobdiff - mutt/.mutt/muttrc
Mutt aware of gopher URL highlighting
[dotfiles.git] / mutt / .mutt / muttrc
index 638f9690d61f9fc72f52463da9e5dfa13f3522bb..889a4fc0e0dc73b3796b35e57a0ca841f1d73413 100644 (file)
@@ -16,7 +16,8 @@ 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"
@@ -40,6 +41,11 @@ macro pager \cu |urlview\n
 macro index \cb <decrypt-copy>
 macro pager \cb <decrypt-copy>
 
+macro index \ce <next-entry>
+macro index \cy <previous-entry>
+macro pager \ce <next-line>
+macro pager \cy <previous-line>
+
 alternative_order text/plain text/enriched text/html
 auto_view text/html
 unignore \
@@ -54,39 +60,12 @@ unignore \
     User-Agent \
     Message-Id
 
-macro index <F2> ":source ~/.mutt/accounts/stargrave.org\n" "Profile: stargrave.org"
-macro index <F3> ":source ~/.mutt/accounts/stcnet.ru\n" "Profile: stcnet.ru"
-macro index <F4> ":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 <collapse-all>"
-
 folder-hook =rss "set sort = date"
-folder-hook =monitoring "set sort = date"
 
-source ~/.mutt/monthly
+source ~/.mutt/mailboxes
+source ~/.mutt/accounts/rc
 
-source ~/.mutt/accounts/stargrave.org
+# set mime_forward = yes
+# set mime_forward_rest = yes