From 8c8abe5a2389daea9268fc0db1e548c15f97a58b Mon Sep 17 00:00:00 2001 From: Roman Rudakov Date: Mon, 4 Mar 2024 11:09:56 +0100 Subject: [PATCH] Fix typo --- mu4e/mu4e-compose.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 9e878c23..41463436 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -140,7 +140,7 @@ All `sign-*' options have a `encrypt-*' analogue." (const :tag "Encrypt all messages" encrypt-all-messages) (const :tag "Sign new messages" sign-new-messages) (const :tag "Encrypt new messages" encrypt-new-messages) -y (const :tag "Sign forwarded messages" sign-forwarded-messages) + (const :tag "Sign forwarded messages" sign-forwarded-messages) (const :tag "Encrypt forwarded messages" encrypt-forwarded-messages) (const :tag "Sign edited messages" sign-edited-messages)