diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2019-02-16 11:20:09 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-02-16 12:00:02 -0800 |
| commit | b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b (patch) | |
| tree | ae840d13fbb281fcef0b0ac35646b10710c06d86 /lisp/mail/feedmail.el | |
| parent | 57ece2a0521e3167254f3b97fbfa7dc51aa9fea5 (diff) | |
| download | emacs-b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b.tar.gz | |
Update citations of Internet RFCs
For example, RFC 822 has been obsoleted by RFC 2822, which in
turn has been obsoleted by RFC 5322.
* doc/emacs/ack.texi, doc/lispref/os.texi:
* doc/misc/emacs-mime.texi, doc/misc/gnus-coding.texi:
* doc/misc/gnus.texi, doc/misc/sc.texi:
* lisp/calendar/parse-time.el, lisp/gnus/gnus-cite.el:
* lisp/gnus/gnus-util.el, lisp/gnus/message.el:
* lisp/gnus/mm-bodies.el, lisp/gnus/nnrss.el:
* lisp/mail/feedmail.el, lisp/mail/ietf-drums.el:
* lisp/mail/mail-extr.el, lisp/mail/mail-utils.el:
* lisp/mail/mailclient.el, lisp/mail/mailheader.el:
* lisp/mail/rfc2047.el, lisp/mail/rfc822.el, lisp/mail/rmail.el:
* lisp/mail/sendmail.el, lisp/mail/smtpmail.el:
* lisp/mail/supercite.el, lisp/mh-e/mh-e.el:
* lisp/mh-e/mh-utils.el, lisp/net/imap.el:
* lisp/net/newst-backend.el, lisp/org/org-id.el:
* lisp/ps-samp.el, lisp/simple.el, lisp/url/url-util.el:
Update RFC citations.
Diffstat (limited to 'lisp/mail/feedmail.el')
| -rw-r--r-- | lisp/mail/feedmail.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index e0bd4590b13..27ebe162491 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -560,7 +560,7 @@ but common in some proprietary systems." ;; maybe some distant mail system needs it. Really, though, if you ;; want a sender line in your mail, just put one in there and don't ;; wait for feedmail to do it for you. (Yes, I know all about -;; RFC-822 and RFC-1123, but are you *really* one of those cases +;; RFC-822-or-later and RFC-1123, but are you *really* one of those cases ;; they're talking about? I doubt it.) (defcustom feedmail-sender-line nil "If non-nil and the email has no Sender: header, use this value. @@ -786,7 +786,7 @@ cases the name element of the fiddle-plex is ignored and is hardwired by feedmail to either \"Date\" or \"Resent-Date\". If you decide to format your own date field, do us all a favor and know -what you're doing. Study the relevant parts of RFC-822 and RFC-1123. +what you're doing. Study the relevant parts of RFC-822-or-later and RFC-1123. Don't make me come up there! You should let feedmail generate a Date: for you unless you are sure @@ -1514,7 +1514,7 @@ function, for example, to archive all of your sent messages someplace (defvar feedmail-is-a-resend nil - "Non-nil means the message is a Resend (in the RFC-822 sense). + "Non-nil means the message is a Resend (in the RFC-822-or-later sense). This affects the composition of certain headers. feedmail sets this variable as soon as it starts prepping the message text buffer, so any user-supplied functions can rely on it. Users shouldn't set or change this @@ -2454,7 +2454,7 @@ mapped to mostly alphanumerics for safety." (let ((case-fold-search t) (addr-regexp)) (goto-char (point-min)) - ;; There are some RFC-822 combinations/cases missed here, + ;; There are some RFC-822-or-later combinations/cases missed here, ;; but probably good enough and what users expect. ;; ;; Use resent-* stuff only if there is at least one non-empty one. |
