Skip to content

Commit

Permalink
Merge pull request #2655 from rrudakov/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
djcb committed Mar 4, 2024
2 parents 1e5a807 + 8c8abe5 commit e9c8ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9c8ab9

Please sign in to comment.