]> git.eshelyaron.com Git - emacs.git/commitdiff
Use “Cc” for email copies, as per RFC 5322.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 May 2018 17:47:32 +0000 (10:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 May 2018 18:02:50 +0000 (11:02 -0700)
Also fix similar problems with Bcc, Fcc, In-Reply-To,
and similar email headers.  See thread starting at:
https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html

39 files changed:
admin/notes/bugtracker
doc/emacs/ChangeLog.1
doc/emacs/rmail.texi
doc/emacs/sending.texi
doc/misc/efaq.texi
doc/misc/emacs-mime.texi
doc/misc/gnus-faq.texi
doc/misc/gnus.texi
doc/misc/message.texi
doc/misc/mh-e.texi
etc/NEWS.18
etc/NEWS.19
etc/NEWS.20
etc/refcards/cs-survival.tex
etc/refcards/fr-survival.tex
etc/refcards/sk-survival.tex
etc/refcards/survival.tex
lisp/ChangeLog.2
lisp/ChangeLog.4
lisp/ChangeLog.5
lisp/ChangeLog.7
lisp/gnus/gnus-art.el
lisp/gnus/gnus-msg.el
lisp/gnus/message.el
lisp/mail/feedmail.el
lisp/mail/mail-utils.el
lisp/mail/mailabbrev.el
lisp/mail/mailalias.el
lisp/mail/rfc2047.el
lisp/mail/rmail-spam-filter.el
lisp/mail/rmail.el
lisp/mail/rmailsum.el
lisp/mail/sendmail.el
lisp/mail/smtpmail.el
lisp/mail/uce.el
lisp/mh-e/mh-comp.el
lisp/mh-e/mh-show.el
lisp/obsolete/mailpost.el
test/lisp/gnus/message-tests.el

index c39458184f6222df2487de58fd9ad4c4a595db61..f3bc30455423aee51f95ac30de14514b014f92b1 100644 (file)
@@ -8,7 +8,7 @@ This is 95% of all you will ever need to know.
 
 ** How do I report a bug?
 Use M-x report-emacs-bug, or send mail to bug-gnu-emacs@gnu.org.
-If you want to Cc someone, use an "X-Debbugs-CC" header (or
+If you want to Cc someone, use an "X-Debbugs-Cc" header (or
 pseudo-header, see below) instead.
 
 ** How do I comment on a bug?
@@ -53,7 +53,7 @@ i) Your report will be assigned a number and generate an automatic reply.
 ii) Optionally, you can set some database parameters when you first
 report a bug (see "Setting bug parameters" below).
 
-iii) If you want to CC: someone, use X-Debbugs-CC: (note this only
+iii) If you want to Cc someone, use X-Debbugs-Cc: (note this only
 applies to _new_ reports, not followups).
 
 Once your report is filed and assigned a number, it is sent out to the
@@ -64,8 +64,8 @@ quiet@debbugs.gnu.org.
 ** How do I reply to an existing bug report?
 Reply to 123@debbugs.gnu.org, replacing 123 with the number
 of the bug you are interested in.  NB this only sends mail to the
-bug-list, it does NOT send a CC to the original bug submitter.
-So you need to explicitly CC him/her (and anyone else you like).
+bug-list, it does NOT send a Cc to the original bug submitter.
+So you need to explicitly Cc him/her (and anyone else you like).
 (This works the same way as all the Emacs mailing lists.  We generally
 don't assume anyone who posts to a list is subscribed to it, so we
 cc everyone on replies.)
@@ -95,23 +95,23 @@ normal bug reporting.)
 
 ** When reporting a new bug, to send a Cc to another address
 (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header.
-Instead, use "X-Debbugs-CC:".  This ensures the Cc address(es) will get a
+Instead, use "X-Debbugs-Cc:".  This ensures the Cc address(es) will get a
 mail with the bug report number in.  If you do not do this, each reply
 in the subsequent discussion might end up creating a new bug.
 This is annoying.  (So annoying that a form of message-id tracking has
 been implemented to hopefully stop this happening, but it is still
-better to use X-Debbugs-CC.)
+better to use X-Debbugs-Cc.)
 
 If you want to send copies to more than one address, add them
-comma-separated in only one X-Debbugs-CC line.
+comma-separated in only one X-Debbugs-Cc line.
 
 Like any X-Debbugs- header, this one can also be specified in the
 pseudo-header (see below), if your mail client does not let you add
 "X-" headers.
 
-If a new report contains X-Debbugs-CC in the input, this is
+If a new report contains X-Debbugs-Cc in the input, this is
 converted to a real Cc header in the output.  (See Bug#1780,5384)
-It is also merged into the Resent-CC header (see below).
+It is also merged into the Resent-Cc header (see below).
 
 ** How does Debbugs send out mails?
 
@@ -120,15 +120,15 @@ header is unchanged.  In new reports only (at present), the To:
 address is altered as follows.  Any "bug-gnu-emacs",
 "emacs-pretest-bug", or "submit@debbugs" address is replaced by
 123@debbugs in the mail that gets sent out.  (This also applies to any
-Cc: header, though you should be using X-Debbugs-CC instead in new
+Cc: header, though you should be using X-Debbugs-Cc instead in new
 reports).  The original header is stored as X-Debbugs-Original-To, if
-it was changed.  Any X-Debbugs-CC is merged into the Cc.
+it was changed.  Any X-Debbugs-Cc is merged into the Cc.
 
 Mails arriving at the bug list have the following Resent-* headers:
 
 Resent-From: person who submitted the bug
 Resent-To:   owner@debbugs.gnu.org
-Resent-CC:   maintainer email address, plus any X-Debbugs-CC: entries
+Resent-Cc:   maintainer email address, plus any X-Debbugs-Cc: entries
 
 The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases.
 
@@ -239,7 +239,7 @@ The control server ignores anything after the last line above.  So you
 can place control commands at the beginning of a reply to a bug
 report, and Bcc: the control server (note the commands have no effect
 if you just send them to the bug-report number).  Bcc: is better than Cc:
-in case people use Reply-to-All in response.
+in case people use Reply-To-All in response.
 
 Some useful control commands:
 
index ab9da47513fb489d179b41f64153d2eab576a026..26a0d3e9f9dadc444fe7236238820da5f827518c 100644 (file)
        mail-header-separator.
        (Mail Headers): Put info about initialization and changing in one place
        at the start.  Update FCC section for mbox Rmail.  Clarify From
-       section, mention mail-setup-with-from.  Clarify Reply-to section.
+       section, mention mail-setup-with-from.  Clarify Reply-To section.
        Add Mail-followup-to and mail-mailing-lists.  Clarify References
        section.
        (Mail Aliases): Update example, make less contentious.
index 0a8bf7cc2673eb1462f2461a2343966180fa2ce3..5bf96dbe4ec9c3ddf9ee89c93be170b610ca32ae 100644 (file)
@@ -753,24 +753,24 @@ Try sending a bounced message a second time (@code{rmail-retry-failure}).
 to the message you are reading.  To do this, type @kbd{r}
 (@code{rmail-reply}).  This displays a mail composition buffer in
 another window, much like @kbd{C-x 4 m}, but preinitializes the
-@samp{Subject}, @samp{To}, @samp{CC}, @samp{In-reply-to} and
+@samp{Subject}, @samp{To}, @samp{Cc}, @samp{In-Reply-To} and
 @samp{References} header fields based on the message you are replying
 to.  The @samp{To} field starts out as the address of the person who
-sent the message you received, and the @samp{CC} field starts out with
+sent the message you received, and the @samp{Cc} field starts out with
 all the other recipients of that message.
 
 @vindex mail-dont-reply-to-names
   You can exclude certain recipients from being included automatically
 in replies, using the variable @code{mail-dont-reply-to-names}.  Its
 value should be a regular expression; any recipients that match are
-excluded from the @samp{CC} field.  They are also excluded from the
+excluded from the @samp{Cc} field.  They are also excluded from the
 @samp{To} field, unless this would leave the field empty.  If this
 variable is @code{nil}, then the first time you compose a reply it is
 initialized to a default value that matches your own address.
 
   To reply only to the sender of the original message, enter
 the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}.
-This omits the @samp{CC} field completely for a particular reply.
+This omits the @samp{Cc} field completely for a particular reply.
 
   Once the mail composition buffer has been initialized, editing and
 sending the mail goes as usual (@pxref{Sending Mail}).  You can edit
@@ -939,8 +939,8 @@ commas.
   @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients})
 makes a partial summary mentioning only the messages that have one or
 more recipients matching the regular expression @var{rcpts}.  This is matched
-against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix
-argument to exclude the @samp{CC} header).
+against the @samp{To}, @samp{From}, and @samp{Cc} headers (supply a prefix
+argument to exclude the @samp{Cc} header).
 
 @kindex C-M-t @r{(Rmail)}
 @findex rmail-summary-by-topic
index b7bdd69c7c21fa7495c34505285a5c1bb9711e46..720f74743645b8f5857274f35a747cdd29702387 100644 (file)
@@ -170,14 +170,14 @@ writes in Babyl format.  If an Rmail buffer is visiting the file,
 Emacs updates it accordingly.  To specify more than one file, use
 several @samp{Fcc} fields, with one file name in each field.
 
-@item Reply-to
+@item Reply-To
 An address to which replies should be sent, instead of @samp{From}.
 This is used if, for some reason, your @samp{From} address cannot
 receive replies.
 
-@item Mail-reply-to
-This field takes precedence over @samp{Reply-to}.  It is used because
-some mailing lists set the @samp{Reply-to} field for their own
+@item Mail-Reply-To
+This field takes precedence over @samp{Reply-To}.  It is used because
+some mailing lists set the @samp{Reply-To} field for their own
 purposes (a somewhat controversial practice).
 
 @item Mail-Followup-To
@@ -186,14 +186,14 @@ messages.  This is typically used when you reply to a message from a
 mailing list that you are subscribed to, and want replies to go to the
 list without sending an extra copy to you.
 
-@item In-reply-to
+@item In-Reply-To
 An identifier for the message you are replying to.  Most mail readers
 use this information to group related messages together.  Normally,
 this header is filled in automatically when you reply to a message in
 any mail program built into Emacs.
 
 @item References
-Identifiers for previous related messages.  Like @samp{In-reply-to},
+Identifiers for previous related messages.  Like @samp{In-Reply-To},
 this is normally filled in automatically for you.
 @end table
 
@@ -220,12 +220,12 @@ To: foo@@example.net, this@@example.net,
   You can direct Emacs to insert certain default headers into the mail
 buffer by setting the variable @code{mail-default-headers} to a
 string.  Then @kbd{C-x m} inserts this string into the message
-headers.  For example, here is how to add a @samp{Reply-to} and
+headers.  For example, here is how to add a @samp{Reply-To} and
 @samp{Fcc} header to each message:
 
 @smallexample
 (setq mail-default-headers
-      "Reply-to: foo@@example.com\nFcc: ~/Mail/sent")
+      "Reply-To: foo@@example.com\nFcc: ~/Mail/sent")
 @end smallexample
 
 @noindent
@@ -293,7 +293,7 @@ alias definitions and include commands.
   Mail aliases expand as abbrevs---that is to say, as soon as you type
 a word-separator character after an alias (@pxref{Abbrevs}).  This
 expansion takes place only within the @samp{To}, @samp{From},
-@samp{Cc}, @samp{Bcc}, and @samp{Reply-to} header fields (plus their
+@samp{Cc}, @samp{Bcc}, and @samp{Reply-To} header fields (plus their
 @samp{Resent-} variants); it does not take place in other header
 fields, such as @samp{Subject}.
 
@@ -422,7 +422,7 @@ Move to the @samp{Cc} header (@code{message-goto-cc}).
 @item C-c C-f C-b
 Move to the @samp{Bcc} header (@code{message-goto-bcc}).
 @item C-c C-f C-r
-Move to the @samp{Reply-to} header (@code{message-goto-reply-to}).
+Move to the @samp{Reply-To} header (@code{message-goto-reply-to}).
 @item C-c C-f C-f
 Move to the @samp{Mail-Followup-To} header field
 (@code{message-goto-followup-to}).
index 96ca4657284cd7aa0179041dc5043f836f6c2414..0649ed504d83698b0e8607b477689cea693635c7 100644 (file)
@@ -4463,11 +4463,11 @@ appropriate regexp.
 @cindex Automatic filing of outgoing mail
 @cindex Mail, saving outgoing automatically
 
-You can either mail yourself a copy by including a @samp{BCC} header in the
+You can either mail yourself a copy by including a @samp{Bcc} header in the
 mail message, or store a copy of the message directly to a file by
-including an @samp{FCC} header.
+including an @samp{Fcc} header.
 
-If you use standard mail, you can automatically create a @samp{BCC} to
+If you use standard mail, you can automatically create a @samp{Bcc} to
 yourself by putting
 
 @lisp
@@ -4475,7 +4475,7 @@ yourself by putting
 @end lisp
 
 @noindent
-in your @file{.emacs} file.  You can automatically include an @samp{FCC}
+in your @file{.emacs} file.  You can automatically include an @samp{Fcc}
 field by putting something like the following in your @file{.emacs}
 file:
 
@@ -4485,7 +4485,7 @@ file:
 
 The output file will be in Unix mail format.
 
-If you use @code{mh-e}, add an @samp{FCC} or @samp{BCC} field to your
+If you use @code{mh-e}, add an @samp{Fcc} or @samp{Bcc} field to your
 components file.
 
 It does not work to put @samp{set record filename} in the @file{.mailrc}
@@ -4562,8 +4562,8 @@ these systems, you should configure @code{movemail} to use @code{flock}.
 
 @c isaacson@@seas.upenn.edu
 Ron Isaacson says: When you hit
-@kbd{r} to reply in Rmail, by default it CCs all of the original
-recipients (everyone on the original @samp{To} and @samp{CC}
+@kbd{r} to reply in Rmail, by default it Ccs all of the original
+recipients (everyone on the original @samp{To} and @samp{Cc}
 lists). With a prefix argument (i.e., typing @kbd{C-u} before @kbd{r}),
 it replies only to the sender.  However, going through the whole
 @kbd{C-u} business every time you want to reply is a pain.  This is the
index 3925cceaa68003a5f4e105f5d31d66c364b0d7f3..c30403d2b4aafc0145d38b99badbe5b5da37cb9c 100644 (file)
@@ -708,7 +708,7 @@ RFC822 date when the part was read (@code{Content-Disposition}).
 
 @item recipients
 Who to encrypt/sign the part to.  This field is used to override any
-auto-detection based on the To/CC headers.
+auto-detection based on the To/Cc headers.
 
 @item sender
 Identity used to sign the part.  This field is used to override the
index efef01f6978f8270b6305815595dcee39533015e..2ae5a0a04200e9588381cff991dc0340f6e547b9 100644 (file)
@@ -1161,13 +1161,13 @@ from using them):
 @example
 (setq nnmail-split-methods
   '(("duplicates" "^Gnus-Warning:.*duplicate")
-    ("XEmacs-NT" "^\\(To:\\|CC:\\).*localpart@@xemacs.invalid.*")
-    ("Gnus-Tut" "^\\(To:\\|CC:\\).*localpart@@socha.invalid.*")
-    ("tcsh" "^\\(To:\\|CC:\\).*localpart@@mx.gw.invalid.*")
-    ("BAfH" "^\\(To:\\|CC:\\).*localpart@@.*uni-muenchen.invalid.*")
-    ("Hamster-src" "^\\(CC:\\|To:\\).*hamster-sourcen@@yahoogroups.\\(de\\|com\\).*")
+    ("XEmacs-NT" "^\\(To:\\|Cc:\\).*localpart@@xemacs.invalid.*")
+    ("Gnus-Tut" "^\\(To:\\|Cc:\\).*localpart@@socha.invalid.*")
+    ("tcsh" "^\\(To:\\|Cc:\\).*localpart@@mx.gw.invalid.*")
+    ("BAfH" "^\\(To:\\|Cc:\\).*localpart@@.*uni-muenchen.invalid.*")
+    ("Hamster-src" "^\\(Cc:\\|To:\\).*hamster-sourcen@@yahoogroups.\\(de\\|com\\).*")
     ("Tagesschau" "^From: tagesschau <localpart@@www.tagesschau.invalid>$")
-    ("Replies" "^\\(CC:\\|To:\\).*localpart@@Frank-Schmitt.invalid.*")
+    ("Replies" "^\\(Cc:\\|To:\\).*localpart@@Frank-Schmitt.invalid.*")
     ("EK" "^From:.*\\(localpart@@privateprovider.invalid\\|localpart@@workplace.invalid\\).*")
     ("Spam" "^Content-Type:.*\\(ks_c_5601-1987\\|EUC-KR\\|big5\\|iso-2022-jp\\).*")
     ("Spam" "^Subject:.*\\(This really work\\|XINGA\\|ADV:\\|XXX\\|adult\\|sex\\).*")
@@ -1177,10 +1177,10 @@ from using them):
     ("Spam" "^From:.*\\(verizon\.net\\|prontomail\.com\\|money\\|ConsumerDirect\\).*")
     ("Spam" "^Delivered-To: GMX delivery to spamtrap@@gmx.invalid$")
     ("Spam" "^Received: from link2buy.com")
-    ("Spam" "^CC: .*azzrael@@t-online.invalid")
+    ("Spam" "^Cc: .*azzrael@@t-online.invalid")
     ("Spam" "^X-Mailer-Version: 1.50 BETA")
-    ("Uni" "^\\(CC:\\|To:\\).*localpart@@uni-koblenz.invalid.*")
-    ("Inbox" "^\\(CC:\\|To:\\).*\\(my\ name\\|address@@one.invalid\\|address@@two.invalid\\)")
+    ("Uni" "^\\(Cc:\\|To:\\).*localpart@@uni-koblenz.invalid.*")
+    ("Inbox" "^\\(Cc:\\|To:\\).*\\(my\ name\\|address@@one.invalid\\|address@@two.invalid\\)")
     ("Spam" "")))
 @end example
 @noindent
index 0fdb28f0d7e059cc2e97c43b4dfdf78ae15a3f5b..6793ed2e9f1dfba68736f3cdd3ae5597908ad1d5 100644 (file)
@@ -5592,7 +5592,7 @@ command uses the process/prefix convention.
 Mail a wide reply to the author of the current article
 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
 goes out to all people listed in the @code{To}, @code{From} (or
-@code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
+@code{Reply-To}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
 present, that's used instead.
 
 @item S W
@@ -5616,7 +5616,7 @@ message to the mailing list, and include the original message
 Mail a very wide reply to the author of the current article
 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
 that goes out to all people listed in the @code{To}, @code{From} (or
-@code{Reply-to}) and @code{Cc} headers in all the process/prefixed
+@code{Reply-To}) and @code{Cc} headers in all the process/prefixed
 articles.  This command uses the process/prefix convention.
 
 @item S V
index 671a5214aec1ea4c845cf39df998d12222313bc0..3d342f5ebbffcc2beaacc729422875c621108102 100644 (file)
@@ -174,7 +174,7 @@ inserted into the head of the outgoing mail.
 The @code{message-wide-reply} pops up a message buffer that's a wide
 reply to the message in the current buffer.  A @dfn{wide reply} is a
 reply that goes out to all people listed in the @code{To}, @code{From}
-(or @code{Reply-to}) and @code{Cc} headers.
+(or @code{Reply-To}) and @code{Cc} headers.
 
 @vindex message-wide-reply-to-function
 Message uses the normal methods to determine where wide replies are to go,
@@ -2056,7 +2056,7 @@ Check whether the @code{Newsgroups} header exists and is not empty.
 @item quoting-style
 Check whether text follows last quoted portion.
 @item repeated-newsgroups
-Check whether the @code{Newsgroups} and @code{Followup-to} headers
+Check whether the @code{Newsgroups} and @code{Followup-To} headers
 contains repeated group names.
 @item reply-to
 Check whether the @code{Reply-To} header looks ok.
@@ -2069,7 +2069,7 @@ Check for the existence of version and sendsys commands.
 @item shoot
 Check whether the domain part of the @code{Message-ID} header looks ok.
 @item shorten-followup-to
-Check whether to add a @code{Followup-to} header to shorten the number
+Check whether to add a @code{Followup-To} header to shorten the number
 of groups to post to.
 @item signature
 Check the length of the signature.
@@ -2080,7 +2080,7 @@ Check whether the @code{Subject} header exists and is not empty.
 @item subject-cmsg
 Check the subject for commands.
 @item valid-newsgroups
-Check whether the @code{Newsgroups} and @code{Followup-to} headers
+Check whether the @code{Newsgroups} and @code{Followup-To} headers
 are valid syntactically.
 @end table
 
index 7ec9aec01669a8f88382dde580f0110a5c837896..85455257475dbb71c939a10fff98394a5f83d791 100644 (file)
@@ -847,9 +847,9 @@ sending the original message, like this:
 To:
 cc:
 Subject: Re: Test
-In-reply-to: <31054.1142621351@@stop.mail-abuse.org>
+In-Reply-To: <31054.1142621351@@stop.mail-abuse.org>
 References: <31054.1142621351@@stop.mail-abuse.org>
-Comments: In-reply-to Bill Wohler <wohler@@stop.mail-abuse.org>
+Comments: In-Reply-To Bill Wohler <wohler@@stop.mail-abuse.org>
    message dated "Fri, 17 Mar 2006 10:49:11 -0800."
 X-Mailer: MH-E 8.1; nmh 1.1; GNU Emacs 23.1
 --------
index 153c2f7a0a7b8770420d975425d2a63a26720145..e2645b9401f34e76e1d37a03af8cd0981b5080c3 100644 (file)
@@ -201,10 +201,10 @@ is carried over to the expansion that replaces it.
 has the syntax of an ordinary punctuation character.  As a result,
 \[...\] and such like are considered to balance each other.
 
-* Mail-mode automatic Reply-to field.
+* Mail-mode automatic Reply-To field.
 
 If the variable `mail-default-reply-to' is non-`nil', then each time
-you start to compose a message, a Reply-to field is inserted with
+you start to compose a message, a Reply-To field is inserted with
 its contents taken from the value of `mail-default-reply-to'.
 
 * Where is your .emacs file?
index 12432eacf79f2c52d0fbd460eafb21325cfc939f..efe0f0e7f7aca6d1a52f58634fa2b129408232df 100644 (file)
@@ -438,7 +438,7 @@ The other accent characters, not needed for the chosen language,
 remain normal.
 
 ** Posting articles and sending mail now has M-TAB completion on various
-header fields (Newsgroups, To, CC, ...).
+header fields (Newsgroups, To, Cc, ...).
 
 Completion in the Newsgroups header depends on the list of groups
 known to your news reader.  Completion in the Followup-To header
@@ -2087,7 +2087,7 @@ arguments are ARGS.
 for mail-default-reply-to.
 
 ** When you send a message in Emacs, if you specify an Rmail file with
-the FCC: header field, Emacs converts the message to Rmail format
+the Fcc: header field, Emacs converts the message to Rmail format
 before writing it.  Thus, the file never contains anything but Rmail
 format messages.
 
index 31e640fa94e861015dc68977127006348ed897d3..398148bf573a81193b865f836edb1f3b29bed5cb 100644 (file)
@@ -986,7 +986,7 @@ be prompted for confirmation
 
 **** can generate a MESSAGE-ID: line and a DATE: line; the date can be
 the time the message was written or the time it is being sent; this
-can make FCC copies more closely resemble copies that recipients get
+can make Fcc copies more closely resemble copies that recipients get
 
 **** you can specify an arbitrary function for actually transmitting
 the message; included in feedmail are interfaces for /bin/[r]mail,
index 908ca967a16365c2b4718b20aba3469249e5296f..574e5d2c2fdbe7dcfac2268d0681b680bbd9afae 100644 (file)
@@ -289,7 +289,7 @@ zaznamenaných v tabulce značek.
 
 \key{C-x m} nová zpráva
 \key{C-c C-c} pošli zprávu a přepni do jiného bufferu
-\key{C-c C-f C-c} přesuň se na hlavičku `CC' a pokud neexistuje, tak ji
+\key{C-c C-f C-c} přesuň se na hlavičku `Cc' a pokud neexistuje, tak ji
 vytvoř
 
 \section{Různé}
index f74e2adcb3e313e822f50fb627088ffa79cee1ee..a6226427f348d2cacf4c18e2752b5c91e47696c0 100644 (file)
@@ -287,7 +287,7 @@ dans la fen\^etre de compilation, ou
 
 \key{C-x m} d\'ebute la composition d'un message
 \key{C-c C-c} envoie le message et bascule dans un autre tampon
-\key{C-c C-f C-c} va \`a l'ent\^ete `CC', en cr\'ee un s'il n'existe pas
+\key{C-c C-f C-c} va \`a l'ent\^ete `Cc', en cr\'ee un s'il n'existe pas
 
 \section{Divers}
 
index c4dab28f004a55764d749fe895efbb13777fa11e..b063708536b134ca27cedad61eca3dd9ec738700 100644 (file)
@@ -292,7 +292,7 @@ zaznamenaných v tabuľke značiek.
 
 \key{C-x m} nová správa
 \key{C-c C-c} pošli správu a prepni sa do iného bufferu
-\key{C-c C-f C-c} presuň sa na hlavičku `CC', a ak neexistuje, tak ju
+\key{C-c C-f C-c} presuň sa na hlavičku `Cc', a ak neexistuje, tak ju
 vytvor
 
 \section{Rôzne}
index 5dee4457172a4ab96549f4b7d6d38aac44e01a7f..63fdde1abc8444311e2c6ba8233da67ec7d183bc 100644 (file)
@@ -278,7 +278,7 @@ else convenient. To create a tags table file, type
 
 \key{C-x m} begin composing a message
 \key{C-c C-c} send the message and switch to another buffer
-\key{C-c C-f C-c} move to the `CC' header field, creating one
+\key{C-c C-f C-c} move to the `Cc' header field, creating one
   if there is none
 
 \section{Miscellaneous}
index 1b0ed4206bb13dd249ed91e4eded12f145b6e8b4..a5a654ac27fb414ce3233f07358569727eeea43d 100644 (file)
 1987-05-13  Richard M. Stallman  (rms@prep)
 
        * sendmail.el (mail-setup): New parameter mail-default-reply-to:
-       if non-nil, insert it as a Reply-to field.
+       if non-nil, insert it as a Reply-To field.
 
        * dired.el (dired-unflag): Doc fix.
 
        New key bindings for setting insert motion direction:
        C-c <, C-c >, C-c ^ and C-c . instead of M- chars.
 
-       * rmail.el (rmail-reply): When putting From into In-reply-to,
+       * rmail.el (rmail-reply): When putting From into In-Reply-To,
        stop at any newline.
 
        * mail-utils.el (mail-strip-quoted-names):
index 8bdb6baf88cbee2c5f87e95c862b3040b7e1ae4b..0374e1ba772e3cf572ce913f69cb4067a3154b72 100644 (file)
 
 1994-01-10  Michael D. Ernst  (mernst@monozygote)
 
-       * mailabbrev.el (mail-abbrev-mode-regexp): Add Reply-to.
+       * mailabbrev.el (mail-abbrev-mode-regexp): Add Reply-To.
 
 1994-01-09  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
index 566e9b7cd12ef1ef5e75b20a91699c07afcf8bd3..3a684212743707ec37abeb4c09af38fb5838c4d8 100644 (file)
 1995-05-19  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
 
        * mailalias.el (expand-mail-aliases): Expand aliases in
-       From and Reply-to headers as well, plus the Resent- variants.
+       From and Reply-To headers as well, plus the Resent- variants.
 
        * sendmail.el (mail-mode): Clarify doc string.
        (mail-text): Ditto.
index f534b6e165ce65f6ec50e9c70b91b69e598ccdf0..27cbe10a8ae5dc57e61565587b99cbcb787366a6 100644 (file)
 1996-12-17  Jonathan I. Kamens  <jik@cam.ov.com>
 
        * rnewspost.el (news-mail-reply, news-reply): Include the message
-       ID in the In-reply-to line.
+       ID in the In-Reply-To line.
 
 1996-12-16  Erik Naggum  <erik@naggum.no>
 
index f6120dc5c7d7b1645e5c7fda270bb0c9fef69db3..055f02fb1ab35330e2edb5c27cc4d8cf9d3686ea 100644 (file)
@@ -198,9 +198,9 @@ Possible values in this list are:
   `newsgroups'  Newsgroup identical to Gnus group.
   `to-address'  To identical to To-address.
   `to-list'     To identical to To-list.
-  `cc-list'     CC identical to To-list.
-  `followup-to' Followup-to identical to Newsgroups.
-  `reply-to'    Reply-to identical to From.
+  `cc-list'     Cc identical to To-list.
+  `followup-to' Followup-To identical to Newsgroups.
+  `reply-to'    Reply-To identical to From.
   `date'        Date less than four days old.
   `long-to'     To and/or Cc longer than 1024 characters.
   `many-to'     Multiple To and/or Cc."
@@ -208,9 +208,9 @@ Possible values in this list are:
              (const :tag "Newsgroups identical to Gnus group." newsgroups)
              (const :tag "To identical to To-address." to-address)
              (const :tag "To identical to To-list." to-list)
-             (const :tag "CC identical to To-list." cc-list)
-             (const :tag "Followup-to identical to Newsgroups." followup-to)
-             (const :tag "Reply-to identical to From." reply-to)
+             (const :tag "Cc identical to To-list." cc-list)
+             (const :tag "Followup-To identical to Newsgroups." followup-to)
+             (const :tag "Reply-To identical to From." reply-to)
              (const :tag "Date less than four days old." date)
              (const :tag "To and/or Cc longer than 1024 characters." long-to)
              (const :tag "Multiple To and/or Cc headers." many-to))
@@ -1947,7 +1947,7 @@ always hide."
                (when (and cc to-list
                           (ignore-errors
                             (gnus-string-equal
-                             ;; only one address in CC
+                             ;; only one address in Cc
                              (nth 1 (mail-extract-address-components cc))
                              to-list)))
                  (gnus-article-hide-header "cc"))))
index 6505f90d3e8326de0ce94fe0358917e6403ce861..660bdf73cdf7531c9ed3ceb8c63e5b06577ea3aa 100644 (file)
@@ -1038,7 +1038,7 @@ header line with the old Message-ID."
          (gnus-inews-yank-articles yank))))))
 
 (defun gnus-msg-treat-broken-reply-to (&optional force)
-  "Remove the Reply-to header if broken-reply-to."
+  "Remove the Reply-To header if broken-reply-to."
   (when (or force
            (gnus-group-find-parameter
             gnus-newsgroup-name 'broken-reply-to))
@@ -1483,7 +1483,7 @@ See `gnus-summary-mail-forward' for ARG."
                   (not (member group (message-tokenize-header
                                       followup-to ", ")))))
          (if followup-to
-             (gnus-message 1 "Followup-to restricted")
+             (gnus-message 1 "Followup-To restricted")
            (gnus-message 1 "Not a crossposted article"))
        (set-buffer gnus-summary-buffer)
        (gnus-summary-reply-with-original 1)
index 867c3d271b64040f1d10766a5a4da785b343650d..7cc4d61e3083bf793c18216c548397827f56f75d 100644 (file)
@@ -1252,13 +1252,13 @@ called and its result is inserted."
   ;; Ease the transition from mail-mode to message-mode.  See bugs#4431, 5555.
   (concat (if (and (boundp 'mail-default-reply-to)
                   (stringp mail-default-reply-to))
-             (format "Reply-to: %s\n" mail-default-reply-to))
+             (format "Reply-To: %s\n" mail-default-reply-to))
          (if (and (boundp 'mail-self-blind)
                   mail-self-blind)
-             (format "BCC: %s\n" user-mail-address))
+             (format "Bcc: %s\n" user-mail-address))
          (if (and (boundp 'mail-archive-file-name)
                   (stringp mail-archive-file-name))
-             (format "FCC: %s\n" mail-archive-file-name))
+             (format "Fcc: %s\n" mail-archive-file-name))
          mail-default-headers)
   "A string of header lines to be inserted in outgoing mails."
   :version "23.2"
@@ -2597,7 +2597,7 @@ PGG manual, depending on the value of `mml2015-use'."
                       'message)))))
 
 (defun message-all-recipients ()
-  "Return a list of all recipients in the message, looking at TO, CC and BCC.
+  "Return a list of all recipients in the message, looking at TO, Cc and Bcc.
 
 Each recipient is in the format of `mail-extract-address-components'."
   (mapcan (lambda (header)
@@ -3563,7 +3563,7 @@ Note that this should not be used in newsgroups."
       (message-remove-header "Disposition-Notification-To"))
     (message-goto-eoh)
     (insert (format "Disposition-Notification-To: %s\n"
-                   (or (message-field-value "Reply-to")
+                   (or (message-field-value "Reply-To")
                        (message-field-value "From")
                        (message-make-from))))))
 
@@ -5439,7 +5439,7 @@ Otherwise, generate and save a value for `canlock-password' first."
               (concat "^" (regexp-quote mail-header-separator) "$")
               nil t)
          (replace-match "" t t ))
-       ;; Process FCC operations.
+       ;; Process Fcc operations.
        (while list
          (setq file (pop list))
          (if (string-match "^[ \t]*|[ \t]*\\(.*\\)[ \t]*$" file)
index e0bd4590b138b6462b2baa4ed7ea30b6b3b57085..6093aecd5c3f796581f4e8e9759c98ab52748d0f 100644 (file)
@@ -1396,7 +1396,7 @@ It shows the simple addresses and gets a confirmation.  Use as:
 When this hook runs, the current buffer is already the appropriate
 buffer.  It has already had all the header prepping from the standard
 package.  The next step after running the hook will be to save the
-message via FCC: processing. The hook might be interested in these:
+message via Fcc: processing. The hook might be interested in these:
 \(1) `feedmail-prepped-text-buffer' contains the header and body of the
 message, ready to go; (2) `feedmail-address-list' contains a list
 of simplified recipients of addresses which are to be given to the
@@ -1607,7 +1607,7 @@ Feeds the buffer to it."
   "Function which actually calls sendmail as a subprocess.
 Feeds the buffer to it.  Probably has some flaws for Resent-* and other
 complicated cases.  Takes addresses from message headers and
-might disappoint you with BCC: handling.  In case of odd results, consult
+might disappoint you with Bcc: handling.  In case of odd results, consult
 local gurus."
   (require 'sendmail)
   (feedmail-say-debug ">in-> feedmail-buffer-to-sendmail %s" addr-listoid)
index fc9f8ddab1d7264e8da1078c6c0d1cb7630f7bd0..463cec0f5399bafc0b30b142619fe2c29b657862 100644 (file)
@@ -41,7 +41,7 @@ often correct parser."
 If this is nil, it is set the first time you compose a reply, to
 a value which excludes your own email address.
 
-Matching addresses are excluded from the CC field in replies, and
+Matching addresses are excluded from the Cc field in replies, and
 also the To field, unless this would leave an empty To field."
   :type '(choice regexp (const :tag "Your Name" nil))
   :group 'mail)
index 99c0671b9ba6e378b9785bda7b38422b55668ad8..ba1688f411d2a41c4ffd322c906cd0a901115514 100644 (file)
@@ -25,7 +25,7 @@
 
 ;;; Commentary:
 
-;; This file ensures that, when the point is in a To:, CC:, BCC:, or From:
+;; This file ensures that, when the point is in a To:, Cc:, Bcc:, or From:
 ;; field, word-abbrevs are defined for each of your mail aliases.  These
 ;; aliases will be defined from your .mailrc file (or the file specified by
 ;; `mail-personal-alias-file') if it exists.  Your mail aliases will
@@ -414,7 +414,7 @@ with a space."
 ;;; Syntax tables and abbrev-expansion
 
 (defcustom mail-abbrev-mode-regexp
-  "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"
+  "^\\(Resent-\\)?\\(To\\|From\\|Cc\\|Bcc\\|Reply-To\\):"
   "Regexp matching mail headers in which mail abbrevs should be expanded.
 This string will be handed to `looking-at' with point at the beginning
 of the current line; if it matches, abbrev mode will be turned on, otherwise
@@ -477,7 +477,7 @@ of a mail alias.  The value is set up, buffer-local, when first needed.")
              ;; Necessary for `message-read-from-minibuffer' to work.
              (window-minibuffer-p))
 
-          ;; We are in a To: (or CC:, or whatever) header or a minibuffer,
+          ;; We are in a To: (or Cc:, or whatever) header or a minibuffer,
           ;; and should use word-abbrevs to expand mail aliases.
           (let ((local-abbrev-table mail-abbrevs))
 
index 424ae675b1a0fbfbf9655b912c94c92c48e696d7..17b4cdfa4bd8869d0d522ab43b908554030efd53 100644 (file)
 When t this still needs to be initialized.")
 
 (defvar mail-address-field-regexp
-  "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):")
+  "^\\(Resent-\\)?\\(To\\|From\\|Cc\\|Bcc\\|Reply-To\\):")
 
 (defvar pattern)
 
 (defcustom mail-complete-alist
   ;; Don't refer to mail-address-field-regexp here;
   ;; that confuses some things such as cus-dep.el.
-  '(("^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"
+  '(("^\\(Resent-\\)?\\(To\\|From\\|Cc\\|Bcc\\|Reply-To\\):"
      . (mail-get-names pattern))
     ("Newsgroups:" . (if (boundp 'gnus-active-hashtb)
                          gnus-active-hashtb
@@ -169,7 +169,7 @@ When t this still needs to be initialized.")
 (defun expand-mail-aliases (beg end &optional exclude)
   "Expand all mail aliases in suitable header fields found between BEG and END.
 If interactive, expand in header fields.
-Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
+Suitable header fields are `To', `From', `Cc' and `Bcc', `Reply-To', and
 their `Resent-' variants.
 
 Optional second arg EXCLUDE may be a regular expression defining text to be
index c0cd4ee8c431060859e35f55f9c52d6dec2a6292..282fd3846abcb3e264b3a03eac1fd259f2c925ce 100644 (file)
@@ -293,7 +293,7 @@ Should be called narrowed to the head of the message."
                (if mail-parse-charset
                    (encode-coding-region (point) (point-max)
                                          mail-parse-charset)))
-              ;; We get this when CC'ing messages to newsgroups with
+              ;; We get this when Cc'ing messages to newsgroups with
               ;; 8-bit names.  The group name mail copy just got
               ;; unconditionally encoded.  Previously, it would ask
               ;; whether to encode, which was quite confusing for the
index ab0417bb5c1f88396de9895788b8c5ab60c85852..99c1a1c36287d359169929e458cc91b9f6aeb955 100644 (file)
@@ -251,7 +251,7 @@ it from rmail file.  Called for each new message retrieved by
         (setq message-subject (mail-fetch-field "Subject"))
         (setq message-content-type (mail-fetch-field "Content-Type"))
         (setq message-spam-status (mail-fetch-field "X-Spam-Status")))
-      ;; Check for blind CC condition.  Set vars such that while
+      ;; Check for blind cc condition.  Set vars such that while
       ;; loop will be bypassed and spam condition will trigger.
       (and rsf-no-blind-cc
            (null message-recipients)
index 0f4bb1f64d628570674d85b813085979a79f48e6..12a58b293d09374072c6f769e8f6025c27a0bacf 100644 (file)
@@ -851,7 +851,7 @@ that knows the exact ordering of the \\( \\) subexpressions.")
               (beginning-of-line) (end-of-line)
               (1 font-lock-comment-delimiter-face nil t)
               (5 font-lock-comment-face nil t)))
-           '("^\\(X-[a-z0-9-]+\\|In-reply-to\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
+           '("^\\(X-[a-z0-9-]+\\|In-Reply-To\\|Date\\):.*\\(\n[ \t]+.*\\)*$"
              . 'rmail-header-name))))
   "Additional expressions to highlight in Rmail mode.")
 
@@ -3789,7 +3789,7 @@ original message into it."
 
 (defun rmail-reply (just-sender)
   "Reply to the current message.
-Normally include CC: to all other recipients of original message;
+Normally include Cc: to all other recipients of original message;
 prefix argument means ignore them.  While composing the reply,
 use \\[mail-yank-original] to yank the original message into it."
   (interactive "P")
@@ -3823,7 +3823,7 @@ use \\[mail-yank-original] to yank the original message into it."
        (unless just-sender
         (if (mail-fetch-field "mail-followup-to" nil t)
             ;; If this header field is present, use it instead of the
-            ;; To and CC fields.
+            ;; To and Cc fields.
             (setq to (mail-fetch-field "mail-followup-to" nil t))
           (setq cc (or (mail-fetch-field "cc" nil t) "")
                 to (or (mail-fetch-field "to" nil t) ""))))))
@@ -4275,7 +4275,7 @@ specifying headers which should not be copied into the new message."
              (if mail-self-blind
                  (if resending
                      (insert "Resent-Bcc: " (user-login-name) "\n")
-                   (insert "BCC: " (user-login-name) "\n"))))
+                   (insert "Bcc: " (user-login-name) "\n"))))
            (goto-char (point-min))
            (mail-position-on-field (if resending "Resent-To" "To") t))))))
 \f
index 692f67b87d2aa9f1a06be5851aea9b3075e12d1c..3dd486a792ab204a9f6db16317af589a5c2be88f 100644 (file)
@@ -1626,7 +1626,7 @@ original message into it."
 
 (defun rmail-summary-reply (just-sender)
   "Reply to the current message.
-Normally include CC: to all other recipients of original message;
+Normally include Cc: to all other recipients of original message;
 prefix argument means ignore them.  While composing the reply,
 use \\[mail-yank-original] to yank the original message into it."
   (interactive "P")
index f1c6d395997dcba7b4e084d56daccd398ad4035b..aebc50f4fae7458166fbf9c6dab92ed54fd56af5 100644 (file)
@@ -107,9 +107,9 @@ being sent is used), or nil (in which case the value of
 
 ;;;###autoload
 (defcustom mail-self-blind nil
-  "Non-nil means insert BCC to self in messages to be sent.
+  "Non-nil means insert Bcc to self in messages to be sent.
 This is done when the message is initialized,
-so you can remove or alter the BCC field to override the default."
+so you can remove or alter the Bcc field to override the default."
   :type 'boolean
   :group 'sendmail)
 
@@ -188,7 +188,7 @@ be a Babyl file."
 
 ;;;###autoload
 (defcustom mail-default-reply-to nil
-  "Address to insert as default Reply-to field of outgoing messages.
+  "Address to insert as default Reply-To field of outgoing messages.
 If nil, it will be initialized from the REPLYTO environment variable
 when you first send mail."
   :type '(choice (const nil) string)
@@ -473,7 +473,7 @@ by Emacs.)")
           (cite-prefix "[:alpha:]")
           (cite-suffix (concat cite-prefix "0-9_.@-`'\"")))
       (list '("^\\(To\\|Newsgroups\\):" . font-lock-function-name-face)
-           '("^\\(B?CC\\|Reply-to\\|Mail-\\(reply\\|followup\\)-to\\):" . font-lock-keyword-face)
+           '("^\\(B?Cc\\|Reply-To\\|Mail-\\(Reply\\|Followup\\)-To\\):" . font-lock-keyword-face)
            '("^\\(Subject:\\)[ \t]*\\(.+\\)?"
              (1 font-lock-comment-face)
 ;;           (2 font-lock-type-face nil t)
@@ -493,7 +493,7 @@ by Emacs.)")
               (beginning-of-line) (end-of-line)
               (1 font-lock-comment-delimiter-face nil t)
               (5 font-lock-comment-face nil t)))
-           '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*\\(\n[ \t]+.*\\)*$"
+           '("^\\(X-[A-Za-z0-9-]+\\|In-Reply-To\\):.*\\(\n[ \t]+.*\\)*$"
              . font-lock-string-face))))
   "Additional expressions to highlight in Mail mode.")
 
@@ -642,7 +642,7 @@ This also saves the value of `send-mail-function' via Customize."
       (newline))
     (if cc
        (let ((fill-prefix "\t")
-             (address-start (progn (insert "CC: ") (point))))
+             (address-start (progn (insert "Cc: ") (point))))
          (insert cc "\n")
          (fill-region-as-paragraph address-start (point-max))
          (goto-char (point-max))
@@ -652,7 +652,7 @@ This also saves the value of `send-mail-function' via Customize."
        (let ((fill-prefix "\t")
              (fill-column 78)
              (address-start (point)))
-         (insert "In-reply-to: " in-reply-to "\n")
+         (insert "In-Reply-To: " in-reply-to "\n")
          (fill-region-as-paragraph address-start (point-max))
          (goto-char (point-max))
          (unless (bolp)
@@ -661,11 +661,11 @@ This also saves the value of `send-mail-function' via Customize."
     (if mail-default-headers
        (insert mail-default-headers))
     (if mail-default-reply-to
-       (insert "Reply-to: " mail-default-reply-to "\n"))
+       (insert "Reply-To: " mail-default-reply-to "\n"))
     (if mail-self-blind
-       (insert "BCC: " user-mail-address "\n"))
+       (insert "Bcc: " user-mail-address "\n"))
     (if mail-archive-file-name
-       (insert "FCC: " mail-archive-file-name "\n"))
+       (insert "Fcc: " mail-archive-file-name "\n"))
     (put-text-property (point)
                       (progn
                         (insert mail-header-separator "\n")
@@ -701,8 +701,8 @@ Like Text Mode but with these additional commands:
 
 Here are commands that move to a header field (and create it if there isn't):
         \\[mail-to]  move to To:       \\[mail-subject]  move to Subj:
-        \\[mail-bcc]  move to BCC:     \\[mail-cc]  move to CC:
-        \\[mail-fcc]  move to FCC:     \\[mail-reply-to] move to Reply-To:
+        \\[mail-bcc]  move to Bcc:     \\[mail-cc]  move to Cc:
+        \\[mail-fcc]  move to Fcc:     \\[mail-reply-to] move to Reply-To:
          \\[mail-mail-reply-to]  move to Mail-Reply-To:
          \\[mail-mail-followup-to] move to Mail-Followup-To:
 \\[mail-text]  move to message text.
@@ -913,7 +913,7 @@ the user from the mailer."
                         (regexp-opt mail-mailing-lists t)
                         "\\(?:[[:space:];,]\\|\\'\\)"))))
         (mail-combine-fields "To")
-        (mail-combine-fields "CC")
+        (mail-combine-fields "Cc")
        ;; If there are mailing lists defined
        (when ml
          (save-excursion
@@ -1229,7 +1229,7 @@ external program defined by `sendmail-program'."
          ;; the message specially.
          (let ((case-fold-search t))
            (goto-char (point-min))
-           (while (re-search-forward "^Resent-\\(to\\|cc\\|bcc\\):" delimline t)
+           (while (re-search-forward "^Resent-\\(To\\|Cc\\|Bcc\\):" delimline t)
              ;; Put a list of such addresses in resend-to-addresses.
              (setq resend-to-addresses
                    (save-restriction
@@ -1241,7 +1241,7 @@ external program defined by `sendmail-program'."
                                          (point)))
                      (append (mail-parse-comma-list)
                              resend-to-addresses)))
-             ;; Delete Resent-BCC ourselves
+             ;; Delete Resent-Bcc ourselves
              (if (save-excursion (beginning-of-line)
                                  (looking-at "resent-bcc"))
                  (delete-region (line-beginning-position)
@@ -1304,9 +1304,9 @@ external program defined by `sendmail-program'."
            (goto-char (1+ delimline))
            (if (eval mail-mailer-swallows-blank-line)
                (newline))
-           ;; Find and handle any FCC fields.
+           ;; Find and handle any Fcc fields.
            (goto-char (point-min))
-           (if (re-search-forward "^FCC:" delimline t)
+           (if (re-search-forward "^Fcc:" delimline t)
                (progn
                  (setq fcc-was-found t)
                  (mail-do-fcc delimline)))
@@ -1380,8 +1380,8 @@ external program defined by `sendmail-program'."
 (autoload 'rmail-output-to-rmail-buffer "rmailout")
 
 (defun mail-do-fcc (header-end)
-  "Find and act on any FCC: headers in the current message before HEADER-END.
-If a buffer is visiting the FCC file, append to it before
+  "Find and act on any Fcc: headers in the current message before HEADER-END.
+If a buffer is visiting the Fcc file, append to it before
 offering to save it, if it was modified initially.  If this is an
 Rmail buffer, update Rmail as needed.  If there is no buffer,
 just append to the file, in Babyl format if necessary."
@@ -1393,7 +1393,7 @@ just append to the file, in Babyl format if necessary."
     (save-excursion
       (goto-char (point-min))
       (let ((case-fold-search t))
-       (while (re-search-forward "^FCC:[ \t]*" header-end t)
+       (while (re-search-forward "^Fcc:[ \t]*" header-end t)
          (push (buffer-substring (point)
                                  (progn
                                    (end-of-line)
@@ -1472,7 +1472,7 @@ just append to the file, in Babyl format if necessary."
                  ;; If the file is a Babyl file, convert the message to
                  ;; Babyl format.  Even though Rmail no longer uses
                  ;; Babyl, this code can remain for the time being, on
-                 ;; the off-chance one FCCs to a Babyl file that has
+                 ;; the off-chance one Fccs to a Babyl file that has
                  ;; not yet been converted to mbox.
                  (let ((coding-system-for-write
                         (or rmail-file-coding-system 'emacs-mule)))
@@ -1493,7 +1493,7 @@ just append to the file, in Babyl format if necessary."
                   (set-visited-file-modtime)))))))))
 
 (defun mail-sent-via ()
-  "Make a Sent-via header line from each To or CC header line."
+  "Make a Sent-via header line from each To or Cc header line."
   (declare (obsolete "nobody can remember what it is for." "24.1"))
   (interactive)
   (save-excursion
@@ -1528,7 +1528,7 @@ just append to the file, in Babyl format if necessary."
   (mail-position-on-field "Subject"))
 
 (defun mail-cc ()
-  "Move point to end of CC field, creating it if necessary."
+  "Move point to end of Cc field, creating it if necessary."
   (interactive)
   (expand-abbrev)
   (or (mail-position-on-field "cc" t)
@@ -1536,20 +1536,20 @@ just append to the file, in Babyl format if necessary."
             (insert "\nCC: "))))
 
 (defun mail-bcc ()
-  "Move point to end of BCC field, creating it if necessary."
+  "Move point to end of Bcc field, creating it if necessary."
   (interactive)
   (expand-abbrev)
   (or (mail-position-on-field "bcc" t)
       (progn (mail-position-on-field "to")
-            (insert "\nBCC: "))))
+            (insert "\nBcc: "))))
 
 (defun mail-fcc (folder)
-  "Add a new FCC field, with file name completion."
+  "Add a new Fcc field, with file name completion."
   (interactive "FFolder carbon copy: ")
   (expand-abbrev)
-  (or (mail-position-on-field "fcc" t) ;Put new field after exiting FCC.
+  (or (mail-position-on-field "fcc" t) ;Put new field after exiting Fcc.
       (mail-position-on-field "to"))
-  (insert "\nFCC: " folder))
+  (insert "\nFcc: " folder))
 
 (defun mail-reply-to ()
   "Move point to end of Reply-To field, creating it if necessary."
@@ -1852,13 +1852,13 @@ Various special commands starting with C-c are available in sendmail mode
 to move to message header fields:
 \\{mail-mode-map}
 
-If `mail-self-blind' is non-nil, a BCC to yourself is inserted
+If `mail-self-blind' is non-nil, a Bcc to yourself is inserted
 when the message is initialized.
 
 If `mail-default-reply-to' is non-nil, it should be an address (a string);
-a Reply-to: field with that address is inserted.
+a Reply-To: field with that address is inserted.
 
-If `mail-archive-file-name' is non-nil, an FCC field with that file name
+If `mail-archive-file-name' is non-nil, an Fcc field with that file name
 is inserted.
 
 The normal hook `mail-setup-hook' is run after the message is
index 403a5c355187424dd6bc021731a0af4568df81c1..8bc3cc78d95e0cbbc462e80dd0ee3f2bfa6e92af 100644 (file)
@@ -321,11 +321,11 @@ for `smtpmail-try-auth-method'.")
            (goto-char (1+ delimline))
            (if (eval mail-mailer-swallows-blank-line)
                (newline))
-           ;; Find and handle any FCC fields.
+           ;; Find and handle any Fcc fields.
            (goto-char (point-min))
-           (if (re-search-forward "^FCC:" delimline t)
+           (if (re-search-forward "^Fcc:" delimline t)
                ;; Force `mail-do-fcc' to use the encoding of the mail
-               ;; buffer to encode outgoing messages on FCC files.
+               ;; buffer to encode outgoing messages on Fcc files.
                (let ((coding-system-for-write
                       ;; mbox files must have Unix EOLs.
                       (coding-system-change-eol-conversion
@@ -992,9 +992,9 @@ Returns an error if the server cannot be contacted."
          ;; RESENT-* fields should stop processing of regular fields.
          (save-excursion
            (setq addr-regexp
-                 (if (re-search-forward "^Resent-\\(to\\|cc\\|bcc\\):"
+                 (if (re-search-forward "^Resent-\\(To\\|Cc\\|Bcc\\):"
                                         header-end t)
-                     "^Resent-\\(to\\|cc\\|bcc\\):"
+                     "^Resent-\\(To\\|Cc\\|Bcc\\):"
                    "^\\(To:\\|Cc:\\|Bcc:\\)")))
 
          (while (re-search-forward addr-regexp header-end t)
@@ -1027,14 +1027,14 @@ Returns an error if the server cannot be contacted."
            (setq smtpmail-recipient-address-list recipient-address-list))))))
 
 (defun smtpmail-do-bcc (header-end)
-  "Delete [Resent-]BCC: and their continuation lines from the header area.
-There may be multiple BCC: lines, and each may have arbitrarily
+  "Delete [Resent-]Bcc: and their continuation lines from the header area.
+There may be multiple Bcc: lines, and each may have arbitrarily
 many continuation lines."
   (let ((case-fold-search t))
     (save-excursion
       (goto-char (point-min))
-      ;; iterate over all BCC: lines
-      (while (re-search-forward "^\\(RESENT-\\)?BCC:" header-end t)
+      ;; iterate over all Bcc: lines
+      (while (re-search-forward "^\\(RESENT-\\)?Bcc:" header-end t)
        (delete-region (match-beginning 0)
                       (progn (forward-line 1) (point)))
        ;; get rid of any continuation lines
index b948acfd522546c00a85f6ce7e4102e27054476c..dfe5c9c902b98353bdc6d75f3095859f15e6b013 100644 (file)
@@ -338,7 +338,7 @@ You might need to set `uce-mail-reader' before using this."
        (if mail-default-headers
            (insert mail-default-headers))
        (if mail-default-reply-to
-           (insert "Reply-to: " mail-default-reply-to "\n"))
+           (insert "Reply-To: " mail-default-reply-to "\n"))
        (insert mail-header-separator "\n")
        ;; Insert all our text.  Then go back to the place where we started.
        (if to (setq to (point)))
index 941529330e1ccbbd20230149915af3cd782b1f82..1a77daff9b789885b02354779b1d93720ec91e7e 100644 (file)
@@ -324,7 +324,7 @@ message and scan line."
       ;; message in your +outbox, and best of all doesn't break threading for
       ;; the recipient if you reply to a message in your +outbox.
       (setq mh-send-args (concat "-msgid " mh-send-args))
-      ;; The default BCC encapsulation will make a MIME message unreadable.
+      ;; The default Bcc encapsulation will make a MIME message unreadable.
       ;; With nmh use the -mime arg to prevent this.
       (if (and (mh-variant-p 'nmh)
                (mh-goto-header-field "Bcc:")
index 90e2411282c585ce6d7c51ddca5caf956bb8325a..dae8de00bb8712cb6673b43adb457962d43588fb 100644 (file)
@@ -774,7 +774,7 @@ operation."
     ("^\\(Apparently-To:\\|Newsgroups:\\)\\(.*\\)"
      (1 'default)
      (2 'mh-show-cc))
-    ("^\\(In-reply-to\\|Date\\):\\(.*\\)$"
+    ("^\\(In-Reply-To\\|Date\\):\\(.*\\)$"
      (1 'default)
      (2 'mh-show-date))
     (mh-letter-header-font-lock
index eebaa34de10d09fe4006ac65c481b31f8f05ce7f..2f74faf1d6cd607f6ef50a093ec964378d9af8bc 100644 (file)
@@ -54,10 +54,10 @@ site-init."
          (while (and (re-search-forward "\n\n\n*" delimline t)
                      (< (point) delimline))
            (replace-match "\n"))
-         ;; Find and handle any FCC fields.
+         ;; Find and handle any Fcc fields.
          (let ((case-fold-search t))
            (goto-char (point-min))
-           (if (re-search-forward "^FCC:" delimline t)
+           (if (re-search-forward "^Fcc:" delimline t)
                (mail-do-fcc delimline))
            ;; If there is a From and no Sender, put it a Sender.
            (goto-char (point-min))
index 27b8c10dc03291f8a09e95088816adbd1d7e820c..7fa0fe9b0e9da51192919efe2446acce12f6e2e7 100644 (file)
 (ert-deftest message-all-recipients ()
   (ert-with-test-buffer (:name "message")
     (insert "To: Person 1 <p1@p1.org>, Person 2 <p2@p2.org>\n")
-    (insert "CC: Person 3 <p3@p3.org>, Person 4 <p4@p4.org>\n")
-    (insert "BCC: Person 5 <p5@p5.org>, Person 6 <p6@p6.org>\n")
+    (insert "Cc: Person 3 <p3@p3.org>, Person 4 <p4@p4.org>\n")
+    (insert "Bcc: Person 5 <p5@p5.org>, Person 6 <p6@p6.org>\n")
     (should (equal (message-all-recipients)
                    '(("Person 1" "p1@p1.org")
                      ("Person 2" "p2@p2.org")