]> git.wh0rd.org - home.git/commitdiff
mutt: update
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Oct 2023 07:08:40 +0000 (12:53 +0545)
committerMike Frysinger <vapier@gentoo.org>
Fri, 13 Oct 2023 07:08:40 +0000 (12:53 +0545)
.config/mutt/list-mailboxes.py
.config/mutt/main.rc

index 0e5577f8d1b903b81c1c2645522459b6300bc9b0..d0a54eb71b51befab6df7f7b5cb4a58b1653bf9f 100755 (executable)
@@ -11,6 +11,7 @@ IGNORED_DIRS = {
     'outbox',
     'templates',
     '.inbox.directory',
+    '.gentoo.org.directory/.bugs.directory/.arches.directory/noise',
 }
 MAILDIR_DIRS = {
     'cur', 'new', 'tmp',
index 95c67c4ca495adb2a47c4492369432033d5ea078..187898202bf5efcda1ba2b067e2f2a2469440d10 100644 (file)
@@ -31,6 +31,8 @@ set pager_stop = yes
 
 set autoedit = yes
 set editor = "nano -r 80"
+set reply_to = yes
+set followup_to = no
 set fast_reply = yes
 # The regex is case-insensitive POSIX ERE.  Handle multiple prefixes using diff
 # common languages seen in groups.
@@ -43,9 +45,9 @@ set reply_regexp = "^((re|fwd|aw|sv|答复|回复):[ \t]*)*"
 set include = yes
 
 ignore *
-unignore from date subject to cc x-mailing-list list-id message-id
+unignore from reply-to mail-reply-to date subject to mail-followup-to cc x-mailing-list list-id message-id 
 unhdr_order *
-hdr_order subject from to cc date list-id x-mailing-list message-id
+hdr_order subject from reply-to mail-reply-to to mail-followup-to cc date list-id x-mailing-list message-id
 
 source ~/.config/mutt/bindings.rc
 source ~/.config/mutt/formatting.rc