From a860d61b984c5d4adc57578e9f435fcf767fd92d Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 26 Dec 2013 18:51:02 +0200 Subject: [PATCH] * fix mu4e-compose-signature --- mu4e/mu4e-draft.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 91945fcd..896db7a5 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -54,7 +54,7 @@ messages. This is the mu4e-specific version of (defcustom mu4e-compose-signature (or (and (stringp message-signature) message-signature) - message-signature "Sent with my mu4e") + "Sent with my mu4e") "The message signature (i.e. the blob at the bottom of messages). This is the mu4e-specific version of `message-signature'."