diff options
| -rw-r--r-- | lisp/gnus/message.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 71e1750ba4b..0a540a62214 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -836,14 +836,13 @@ symbol `never', the posting is not allowed. If it is the symbol | |||
| 836 | (const ask))) | 836 | (const ask))) |
| 837 | 837 | ||
| 838 | (defcustom message-sendmail-f-is-evil | 838 | (defcustom message-sendmail-f-is-evil |
| 839 | (if (boundp 'mail-specify-envelope-from) | 839 | ;; FIXME: This is related to `mail-specify-envelope-from' but works |
| 840 | (not mail-specify-envelope-from) | 840 | ;; differently (bug#36937). |
| 841 | nil) | 841 | nil |
| 842 | "Non-nil means don't add \"-f username\" to the sendmail command line. | 842 | "Non-nil means don't add \"-f username\" to the sendmail command line. |
| 843 | Doing so would be even more evil than leaving it out." | 843 | Doing so would be even more evil than leaving it out." |
| 844 | :group 'message-sending | 844 | :group 'message-sending |
| 845 | :link '(custom-manual "(message)Mail Variables") | 845 | :link '(custom-manual "(message)Mail Variables") |
| 846 | :version "27.1" | ||
| 847 | :type 'boolean) | 846 | :type 'boolean) |
| 848 | 847 | ||
| 849 | (defcustom message-sendmail-envelope-from | 848 | (defcustom message-sendmail-envelope-from |