1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00

Marked mu4e-compose-context-policy type as greedy

This commit is contained in:
Philip K 2020-04-13 14:46:09 +02:00 committed by Dirk-Jan C. Binnema
parent bd87dcfd9b
commit 29ad71fdf2

View File

@ -163,7 +163,8 @@ in turn implies `sign-plain-replies'. Adding both to the set, is
not a contradiction, but a redundant configuration.
All `sign-*' options have a `encrypt-*' analogue."
:type '(set (const :tag "Sign all messages" sign-all-messages)
:type '(set :greedy t
(const :tag "Sign all messages" sign-all-messages)
(const :tag "Encrypt all messages" encrypt-all-messages)
(const :tag "Sign new messages" sign-new-messages)
(const :tag "Encrypt new messages" encrypt-new-messages)