diff options
| author | Lars Ingebrigtsen | 2020-12-28 06:42:06 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-12-28 06:42:06 +0100 |
| commit | f4fe4e500d709bef84fd500f41a3dbef62538fe5 (patch) | |
| tree | 63b4ebeb412d9f2653ee42330a61022f36c2a67a | |
| parent | 6b8bb47ac085700740feaad24a591a8bbec3a71c (diff) | |
| download | emacs-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.el | 23 |
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 | |||
| 628 | disliked default behavior of selling you out if you do that by inserting | 628 | disliked default behavior of selling you out if you do that by inserting |
| 629 | an unattractive warning in the headers. It looks something like this: | 629 | an 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 | |
| 633 | It is possible to configure sendmail to not do this, but such a reconfiguration | 633 | |
| 634 | is not an option for many users. As this is the default behavior of most | 634 | It is possible to configure sendmail to not do this, but such a |
| 635 | sendmail installations, one can mostly only wish it were otherwise. If feedmail | 635 | reconfiguration is not an option for many users. As this is the |
| 636 | believes the sendmail program will sell you out this way, it won't use the \"-f\" | 636 | default behavior of most sendmail installations, one can mostly |
| 637 | option when calling sendmail. If it doesn't think sendmail will sell you out, | 637 | only wish it were otherwise. If feedmail believes the sendmail |
| 638 | it will use the \"-f\" \(since it is a handy feature). You control what | 638 | program will sell you out this way, it won't use the \"-f\" |
| 639 | feedmail thinks with this variable. The default is nil, meaning that feedmail | 639 | option when calling sendmail. If it doesn't think sendmail will |
| 640 | will believe that sendmail will sell you out." | 640 | sell you out, it will use the \"-f\" \(since it is a handy |
| 641 | feature). You control what feedmail thinks with this variable. | ||
| 642 | The default is nil, meaning that feedmail will believe that | ||
| 643 | sendmail 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 |