From: Samir Benmendil Date: Sun, 3 Mar 2024 19:22:01 +0000 (+0000) Subject: mutt: treat googlegroups as lists and don't autosign X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8535868b0c65d8c68e8be1c91c5b5e6319d69dad mutt: treat googlegroups as lists and don't autosign --- diff --git a/mutt/muttrc b/mutt/muttrc index fcb0a7f..33a3ade 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -48,6 +48,7 @@ subscribe -group mutt mutt-users@mutt.org subscribe -group zsh zsh-users@zsh.org subscribe -group qutebrowser ^qutebrowser.* subscribe -group lug @mailman.lug.org.uk +subscribe -group googlegroup @googlegroups.com$ # performance tuning set read_inc = 1000 # nb of messages read before printing status @@ -109,6 +110,7 @@ group -group nosign -rx jira@.*atlassian.net group -group nosign -rx gitlab.incoming@ultrahaptics.com group -group nosign -rx .*@incoming.gitlab.com group -group nosign -rx .*@reply.github.com +group -group nosign -rx .*@googlegroups.com send-hook . "set crypt_autosign = yes" send-hook "%t nosign" "set crypt_autosign = no"