mu4e: add special handling for mailing-list replies

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-11 15:10:37 +02:00
parent 763ae799c8
commit f6b5fff83e
2 changed files with 60 additions and 17 deletions

View File

@ -417,9 +417,10 @@ predicate function. A value of nil keeps all the addresses."
(defcustom mu4e-compose-reply-recipients 'ask
"Which recipients to use when replying to a message.
May be 'ask, 'all, 'sender."
May be 'ask, 'all, 'sender. Note that that only applies to
non-mailing-list message; for those, mu4e always asks."
:type '(choice ask
all
all
sender)
:group 'mu4e-compose)