mu4e: don't insist of message-signature being a string
Better not to ignore message-signature, even when it's not a string.
This commit is contained in:
@ -53,12 +53,10 @@ messages. This is the mu4e-specific version of
|
||||
:group 'mu4e-compose)
|
||||
|
||||
(defcustom mu4e-compose-signature
|
||||
(or (and (stringp message-signature) message-signature)
|
||||
"Sent with my mu4e")
|
||||
(or message-signature "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'."
|
||||
:type 'sexp
|
||||
:group 'mu4e-compose)
|
||||
|
||||
(defcustom mu4e-compose-signature-auto-include t
|
||||
|
||||
Reference in New Issue
Block a user