]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Remove monthly-related Mutt commands
authorSergey Matveev <stargrave@stargrave.org>
Sun, 1 Sep 2019 11:05:20 +0000 (14:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 1 Sep 2019 11:05:20 +0000 (14:05 +0300)
mutt/.mutt/muttrc

index 4256f0e6645334fc0f0b81d80730803bc33e9aac..610c77004a6a59054a21286cfa9e144b6429e566 100644 (file)
@@ -26,6 +26,7 @@ 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 <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"
@@ -60,7 +61,6 @@ mailboxes =mbox \
     =crypto \
     =debian \
     =fsf \
-    =gnunet \
     =gnupg \
     =golang \
     =spam \
@@ -70,12 +70,7 @@ mailboxes =mbox \
     =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 +81,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