aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-12-28 06:42:06 +0100
committerLars Ingebrigtsen2020-12-28 06:42:06 +0100
commitf4fe4e500d709bef84fd500f41a3dbef62538fe5 (patch)
tree63b4ebeb412d9f2653ee42330a61022f36c2a67a
parent6b8bb47ac085700740feaad24a591a8bbec3a71c (diff)
downloademacs-f4fe4e500d709bef84fd500f41a3dbef62538fe5.tar.gz
emacs-f4fe4e500d709bef84fd500f41a3dbef62538fe5.zip
Fix too-long feedmail-sendmail-f-doesnt-sell-me-out doc string
* lisp/mail/feedmail.el (feedmail-sendmail-f-doesnt-sell-me-out): Fold the example SMTP header using continuation folding.
-rw-r--r--lisp/mail/feedmail.el23
1 files changed, 13 insertions, 10 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 2907093ea71..ce5a57e2283 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -628,16 +628,19 @@ address via a command line option, \"-f\". Unfortunately, it also has a widely
628disliked default behavior of selling you out if you do that by inserting 628disliked default behavior of selling you out if you do that by inserting
629an unattractive warning in the headers. It looks something like this: 629an unattractive warning in the headers. It looks something like this:
630 630
631 X-Authentication-Warning: u1.example.com: niceguy set sender to niceguy@example.com using -f 631 X-Authentication-Warning: u1.example.com: niceguy set
632 632 sender to niceguy@example.com using -f
633It is possible to configure sendmail to not do this, but such a reconfiguration 633
634is not an option for many users. As this is the default behavior of most 634It is possible to configure sendmail to not do this, but such a
635sendmail installations, one can mostly only wish it were otherwise. If feedmail 635reconfiguration is not an option for many users. As this is the
636believes the sendmail program will sell you out this way, it won't use the \"-f\" 636default behavior of most sendmail installations, one can mostly
637option when calling sendmail. If it doesn't think sendmail will sell you out, 637only wish it were otherwise. If feedmail believes the sendmail
638it will use the \"-f\" \(since it is a handy feature). You control what 638program will sell you out this way, it won't use the \"-f\"
639feedmail thinks with this variable. The default is nil, meaning that feedmail 639option when calling sendmail. If it doesn't think sendmail will
640will believe that sendmail will sell you out." 640sell you out, it will use the \"-f\" \(since it is a handy
641feature). You control what feedmail thinks with this variable.
642The default is nil, meaning that feedmail will believe that
643sendmail will sell you out."
641 :version "24.1" 644 :version "24.1"
642 :group 'feedmail-headers 645 :group 'feedmail-headers
643 :type 'boolean 646 :type 'boolean