From: Lars Ingebrigtsen Date: Thu, 20 Aug 2020 13:27:07 +0000 (+0200) Subject: message-sendmail-f-is-evil doc string fix X-Git-Tag: emacs-28.0.90~6497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=219e80f0a37124777803723d0f8bbc84b0cc0b0f;p=emacs.git message-sendmail-f-is-evil doc string fix * lisp/gnus/message.el (message-sendmail-f-is-evil): Make doc string less confusing by removing a joke (bug#41096). --- diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 07ff4890385..417982731e8 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -854,7 +854,8 @@ symbol `never', the posting is not allowed. If it is the symbol ;; differently (bug#36937). nil "Non-nil means don't add \"-f username\" to the sendmail command line. -Doing so would be even more evil than leaving it out." +See `feedmail-sendmail-f-doesnt-sell-me-out' for an explanation +of what the \"-f\" parameter does." :group 'message-sending :link '(custom-manual "(message)Mail Variables") :type 'boolean)