From f7b574340d1890724c0f71e5ac1bf780372a9031 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Oct 2023 12:53:40 +0545 Subject: [PATCH] mutt: update --- .config/mutt/list-mailboxes.py | 1 + .config/mutt/main.rc | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/mutt/list-mailboxes.py b/.config/mutt/list-mailboxes.py index 0e5577f..d0a54eb 100755 --- a/.config/mutt/list-mailboxes.py +++ b/.config/mutt/list-mailboxes.py @@ -11,6 +11,7 @@ IGNORED_DIRS = { 'outbox', 'templates', '.inbox.directory', + '.gentoo.org.directory/.bugs.directory/.arches.directory/noise', } MAILDIR_DIRS = { 'cur', 'new', 'tmp', diff --git a/.config/mutt/main.rc b/.config/mutt/main.rc index 95c67c4..1878982 100644 --- a/.config/mutt/main.rc +++ b/.config/mutt/main.rc @@ -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 -- 2.39.2