]> Sergey Matveev's repositories - dotfiles.git/blobdiff - mutt/.mutt/muttrc
Working mouse wheel in Mutt
[dotfiles.git] / mutt / .mutt / muttrc
index 4256f0e6645334fc0f0b81d80730803bc33e9aac..f3bde967b4e067abce4d7d92dbc5ff01c00d995f 100644 (file)
@@ -16,24 +16,35 @@ set timeout = 60
 set rfc2047_parameters
 set reply_to = yes
 set fcc_clear = yes
+set ssl_starttls = no
 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 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"
+
+macro index <F1> "<next-unread-mailbox><enter>" "Go to new mail"
+macro index <F5> ":set mbox_type = mbox\n" "mbox mailbox type"
 
 macro index <F8> "<shell-escape>mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find"
 macro index <F9> "<change-folder-readonly>~/mail/search<enter>" "mu find results"
 
-macro index <F5> ":set mbox_type = mbox\n" "mbox mailbox type"
-
 macro pager \cu |urlview\n
-macro index \cn "<next-unread-mailbox><enter>" "Go to new mail"
+
+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 \
@@ -59,23 +70,17 @@ mailboxes =mbox \
     =arbeit \
     =crypto \
     =debian \
-    =fsf \
-    =gnunet \
+    =gnu \
     =gnupg \
     =golang \
+    =gopher \
+    =guix \
     =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
+    =zsh
 
 # set mime_forward = yes
 # set mime_forward_rest = yes
@@ -86,7 +91,7 @@ folder-hook . "set sort = threads; push <collapse-all>"
 
 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"
+source ~/.mutt/monthly
+
+source ~/.mutt/accounts/stargrave.org