mu4e: mu4e-compose: Fix configuration choices

End the choice group in the right place.
This commit is contained in:
Dirk-Jan C. Binnema 2019-08-10 10:53:52 +03:00
parent 7e72c6ebac
commit ca699324a3
1 changed files with 21 additions and 21 deletions

View File

@ -150,9 +150,9 @@ We have the following choices:
(const :tag "Sign the reply" sign)
(const :tag "Sign and encrypt the reply" sign-and-encrypt)
(const :tag "Encrypt the reply" encrypt)
(const :tag "Don't do anything" nil)
(const :tag "Don't do anything" nil))
:safe 'symbolp
:group 'mu4e-compose))
:group 'mu4e-compose)
(defcustom mu4e-compose-crypto-reply-plain-policy nil
"Policy for signing/encrypting replies to messages received unencrypted.
@ -166,9 +166,9 @@ We have the following choices:
(const :tag "Sign the reply" sign)
(const :tag "Sign and encrypt the reply" sign-and-encrypt)
(const :tag "Encrypt the reply" encrypt)
(const :tag "Don't do anything" nil)
(const :tag "Don't do anything" nil))
:safe 'symbolp
:group 'mu4e-compose))
:group 'mu4e-compose)
(make-obsolete-variable 'mu4e-compose-crypto-reply-policy "The use of the
'mu4e-compose-crypto-reply-policy' variable is deprecated.