aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2018-05-20 21:27:42 +0300
committerEli Zaretskii2018-05-20 21:27:42 +0300
commit4010631fe915503e5376458d8a8b482d37360f87 (patch)
tree64cfaeef0a56dd6ebbc1595b124e33bda499623a /doc/misc
parentee2916c6d25f963649c9fe2583faf66538f60180 (diff)
downloademacs-4010631fe915503e5376458d8a8b482d37360f87.tar.gz
emacs-4010631fe915503e5376458d8a8b482d37360f87.zip
Revert part of the previous change
* doc/misc/message.texi: * doc/misc/efaq.texi: * doc/emacs/sending.texi: * doc/emacs/rmail.texi: Revert the CC => Cc etc. conversions.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/efaq.texi12
-rw-r--r--doc/misc/message.texi76
2 files changed, 44 insertions, 44 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 0649ed504d8..862d2831804 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -4463,11 +4463,11 @@ appropriate regexp.
4463@cindex Automatic filing of outgoing mail 4463@cindex Automatic filing of outgoing mail
4464@cindex Mail, saving outgoing automatically 4464@cindex Mail, saving outgoing automatically
4465 4465
4466You can either mail yourself a copy by including a @samp{Bcc} header in the 4466You can either mail yourself a copy by including a @samp{BCC} header in the
4467mail message, or store a copy of the message directly to a file by 4467mail message, or store a copy of the message directly to a file by
4468including an @samp{Fcc} header. 4468including an @samp{FCC} header.
4469 4469
4470If you use standard mail, you can automatically create a @samp{Bcc} to 4470If you use standard mail, you can automatically create a @samp{BCC} to
4471yourself by putting 4471yourself by putting
4472 4472
4473@lisp 4473@lisp
@@ -4475,7 +4475,7 @@ yourself by putting
4475@end lisp 4475@end lisp
4476 4476
4477@noindent 4477@noindent
4478in your @file{.emacs} file. You can automatically include an @samp{Fcc} 4478in your @file{.emacs} file. You can automatically include an @samp{FCC}
4479field by putting something like the following in your @file{.emacs} 4479field by putting something like the following in your @file{.emacs}
4480file: 4480file:
4481 4481
@@ -4485,7 +4485,7 @@ file:
4485 4485
4486The output file will be in Unix mail format. 4486The output file will be in Unix mail format.
4487 4487
4488If you use @code{mh-e}, add an @samp{Fcc} or @samp{Bcc} field to your 4488If you use @code{mh-e}, add an @samp{FCC} or @samp{BCC} field to your
4489components file. 4489components file.
4490 4490
4491It does not work to put @samp{set record filename} in the @file{.mailrc} 4491It does not work to put @samp{set record filename} in the @file{.mailrc}
@@ -4563,7 +4563,7 @@ these systems, you should configure @code{movemail} to use @code{flock}.
4563@c isaacson@@seas.upenn.edu 4563@c isaacson@@seas.upenn.edu
4564Ron Isaacson says: When you hit 4564Ron Isaacson says: When you hit
4565@kbd{r} to reply in Rmail, by default it Ccs all of the original 4565@kbd{r} to reply in Rmail, by default it Ccs all of the original
4566recipients (everyone on the original @samp{To} and @samp{Cc} 4566recipients (everyone on the original @samp{To} and @samp{CC}
4567lists). With a prefix argument (i.e., typing @kbd{C-u} before @kbd{r}), 4567lists). With a prefix argument (i.e., typing @kbd{C-u} before @kbd{r}),
4568it replies only to the sender. However, going through the whole 4568it replies only to the sender. However, going through the whole
4569@kbd{C-u} business every time you want to reply is a pain. This is the 4569@kbd{C-u} business every time you want to reply is a pain. This is the
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 3d342f5ebbf..61eca759f46 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -162,7 +162,7 @@ header should be. If it does not, it should just return @code{nil}, and
162the normal methods for determining the To header will be used. 162the normal methods for determining the To header will be used.
163 163
164Each list element should be a cons, where the @sc{car} should be the 164Each list element should be a cons, where the @sc{car} should be the
165name of a header (e.g., @code{Cc}) and the @sc{cdr} should be the header 165name of a header (e.g., @code{CC}) and the @sc{cdr} should be the header
166value (e.g., @samp{larsi@@ifi.uio.no}). All these headers will be 166value (e.g., @samp{larsi@@ifi.uio.no}). All these headers will be
167inserted into the head of the outgoing mail. 167inserted into the head of the outgoing mail.
168 168
@@ -174,7 +174,7 @@ inserted into the head of the outgoing mail.
174The @code{message-wide-reply} pops up a message buffer that's a wide 174The @code{message-wide-reply} pops up a message buffer that's a wide
175reply to the message in the current buffer. A @dfn{wide reply} is a 175reply to the message in the current buffer. A @dfn{wide reply} is a
176reply that goes out to all people listed in the @code{To}, @code{From} 176reply that goes out to all people listed in the @code{To}, @code{From}
177(or @code{Reply-To}) and @code{Cc} headers. 177(or @code{Reply-To}) and @code{CC} headers.
178 178
179@vindex message-wide-reply-to-function 179@vindex message-wide-reply-to-function
180Message uses the normal methods to determine where wide replies are to go, 180Message uses the normal methods to determine where wide replies are to go,
@@ -185,7 +185,7 @@ but you can change the behavior to suit your needs by fiddling with the
185@vindex message-dont-reply-to-names 185@vindex message-dont-reply-to-names
186Addresses that match the @code{message-dont-reply-to-names} regular 186Addresses that match the @code{message-dont-reply-to-names} regular
187expression (or list of regular expressions or a predicate function) 187expression (or list of regular expressions or a predicate function)
188will be removed from the @code{Cc} header. A value of @code{nil} means 188will be removed from the @code{CC} header. A value of @code{nil} means
189to exclude only your email address. 189to exclude only your email address.
190 190
191@vindex message-prune-recipient-rules 191@vindex message-prune-recipient-rules
@@ -199,7 +199,7 @@ to match addresses to be pruned.
199It's complicated to explain, but it's easy to use. 199It's complicated to explain, but it's easy to use.
200 200
201For instance, if you get an email from @samp{foo@@example.org}, but 201For instance, if you get an email from @samp{foo@@example.org}, but
202@samp{foo@@zot.example.org} is also in the @code{Cc} list, then your 202@samp{foo@@zot.example.org} is also in the @code{CC} list, then your
203wide reply will go out to both these addresses, since they are unique. 203wide reply will go out to both these addresses, since they are unique.
204 204
205To avoid this, do something like the following: 205To avoid this, do something like the following:
@@ -487,10 +487,10 @@ MFT field. If there is one, it is left alone. (Except if it's empty;
487in that case, the field is removed and is not replaced with an 487in that case, the field is removed and is not replaced with an
488automatically generated one. This lets you disable MFT generation on a 488automatically generated one. This lets you disable MFT generation on a
489per-message basis.) If there is none, then the list of recipient 489per-message basis.) If there is none, then the list of recipient
490addresses (in the To: and Cc: headers) is checked to see if one of them 490addresses (in the To: and CC: headers) is checked to see if one of them
491is a list address you are subscribed to. If none of them is a list 491is a list address you are subscribed to. If none of them is a list
492address, then no MFT is generated; otherwise, a MFT is added to the 492address, then no MFT is generated; otherwise, a MFT is added to the
493other headers and set to the value of all addresses in To: and Cc: 493other headers and set to the value of all addresses in To: and CC:
494 494
495@kindex C-c C-f C-a 495@kindex C-c C-f C-a
496@findex message-generate-unsubscribed-mail-followup-to 496@findex message-generate-unsubscribed-mail-followup-to
@@ -516,7 +516,7 @@ header, Gnus' action will depend on the value of the variable
516 516
517@table @code 517@table @code
518@item use 518@item use
519 Always honor MFTs. The To: and Cc: headers in your followup will be 519 Always honor MFTs. The To: and CC: headers in your followup will be
520 derived from the MFT header of the original post. This is the default. 520 derived from the MFT header of the original post. This is the default.
521 521
522@item nil 522@item nil
@@ -593,17 +593,17 @@ in the key binding is for Originator.)
593@item C-c C-f C-b 593@item C-c C-f C-b
594@kindex C-c C-f C-b 594@kindex C-c C-f C-b
595@findex message-goto-bcc 595@findex message-goto-bcc
596Go to the @code{Bcc} header (@code{message-goto-bcc}). 596Go to the @code{BCC} header (@code{message-goto-bcc}).
597 597
598@item C-c C-f C-w 598@item C-c C-f C-w
599@kindex C-c C-f C-w 599@kindex C-c C-f C-w
600@findex message-goto-fcc 600@findex message-goto-fcc
601Go to the @code{Fcc} header (@code{message-goto-fcc}). 601Go to the @code{FCC} header (@code{message-goto-fcc}).
602 602
603@item C-c C-f C-c 603@item C-c C-f C-c
604@kindex C-c C-f C-c 604@kindex C-c C-f C-c
605@findex message-goto-cc 605@findex message-goto-cc
606Go to the @code{Cc} header (@code{message-goto-cc}). 606Go to the @code{CC} header (@code{message-goto-cc}).
607 607
608@item C-c C-f C-s 608@item C-c C-f C-s
609@kindex C-c C-f C-s 609@kindex C-c C-f C-s
@@ -662,7 +662,7 @@ fetches the contents of the @samp{To:} header in the current mail
662buffer, and appends the current @code{user-mail-address}. 662buffer, and appends the current @code{user-mail-address}.
663 663
664If the optional argument @code{include-cc} is non-@code{nil}, the 664If the optional argument @code{include-cc} is non-@code{nil}, the
665addresses in the @samp{Cc:} header are also put into the 665addresses in the @samp{CC:} header are also put into the
666@samp{Mail-Followup-To:} header. 666@samp{Mail-Followup-To:} header.
667 667
668@end table 668@end table
@@ -696,7 +696,7 @@ or @code{Newsgroups} header of the article you're replying to
696@kindex C-c C-l 696@kindex C-c C-l
697@findex message-to-list-only 697@findex message-to-list-only
698Send a message to the list only. Remove all addresses but the list 698Send a message to the list only. Remove all addresses but the list
699address from @code{To:} and @code{Cc:} headers. 699address from @code{To:} and @code{CC:} headers.
700 700
701@item C-c M-n 701@item C-c M-n
702@kindex C-c M-n 702@kindex C-c M-n
@@ -746,13 +746,13 @@ by the @code{message-cross-post-note-function} variable.
746@item C-c C-f t 746@item C-c C-f t
747@kindex C-c C-f t 747@kindex C-c C-f t
748@findex message-reduce-to-to-cc 748@findex message-reduce-to-to-cc
749Replace contents of @samp{To} header with contents of @samp{Cc} 749Replace contents of @samp{To} header with contents of @samp{CC}
750header (or the @samp{Bcc} header, if there is no @samp{Cc} header). 750header (or the @samp{BCC} header, if there is no @samp{CC} header).
751 751
752@item C-c C-f w 752@item C-c C-f w
753@kindex C-c C-f w 753@kindex C-c C-f w
754@findex message-insert-wide-reply 754@findex message-insert-wide-reply
755Insert @samp{To} and @samp{Cc} headers as if you were doing a wide 755Insert @samp{To} and @samp{CC} headers as if you were doing a wide
756reply even if the message was not made for a wide reply first. 756reply even if the message was not made for a wide reply first.
757 757
758@item C-c C-f a 758@item C-c C-f a
@@ -902,7 +902,7 @@ found in RFC 3490.
902Message is a @acronym{IDNA}-compliant posting agent. The user 902Message is a @acronym{IDNA}-compliant posting agent. The user
903generally doesn't have to do anything to make the @acronym{IDNA} 903generally doesn't have to do anything to make the @acronym{IDNA}
904happen---Message will encode non-@acronym{ASCII} domain names in @code{From}, 904happen---Message will encode non-@acronym{ASCII} domain names in @code{From},
905@code{To}, and @code{Cc} headers automatically. 905@code{To}, and @code{CC} headers automatically.
906 906
907Until @acronym{IDNA} becomes more well known, Message queries you 907Until @acronym{IDNA} becomes more well known, Message queries you
908whether @acronym{IDNA} encoding of the domain name really should 908whether @acronym{IDNA} encoding of the domain name really should
@@ -1011,7 +1011,7 @@ and/or encrypted messages as explained in the following.
1011* Passphrase caching:: How to cache passphrases 1011* Passphrase caching:: How to cache passphrases
1012* PGP Compatibility:: Compatibility with older implementations 1012* PGP Compatibility:: Compatibility with older implementations
1013* Encrypt-to-self:: Reading your own encrypted messages 1013* Encrypt-to-self:: Reading your own encrypted messages
1014* Bcc Warning:: Do not use encryption with Bcc headers 1014* BCC Warning:: Do not use encryption with BCC headers
1015@end menu 1015@end menu
1016 1016
1017@node Signing and encryption 1017@node Signing and encryption
@@ -1300,7 +1300,7 @@ information about the problem.)
1300@subsection Encrypt-to-self 1300@subsection Encrypt-to-self
1301 1301
1302By default, messages are encrypted to all recipients (@code{To}, 1302By default, messages are encrypted to all recipients (@code{To},
1303@code{Cc}, @code{Bcc} headers). Thus, you will not be able to decrypt 1303@code{CC}, @code{BCC} headers). Thus, you will not be able to decrypt
1304your own messages. To make sure that messages are also encrypted to 1304your own messages. To make sure that messages are also encrypted to
1305your own key(s), several alternative solutions exist: 1305your own key(s), several alternative solutions exist:
1306@enumerate 1306@enumerate
@@ -1318,17 +1318,17 @@ OpenPGP) or @code{mml-secure-smime-encrypt-to-self} (for
1318@acronym{S/MIME} with EasyPG). 1318@acronym{S/MIME} with EasyPG).
1319@end enumerate 1319@end enumerate
1320 1320
1321@node Bcc Warning 1321@node BCC Warning
1322@subsection Bcc Warning 1322@subsection BCC Warning
1323 1323
1324The @code{Bcc} header is meant to hide recipients of messages. 1324The @code{BCC} header is meant to hide recipients of messages.
1325However, when encrypted messages are used, the e-mail addresses of all 1325However, when encrypted messages are used, the e-mail addresses of all
1326@code{Bcc}-headers are given away to all recipients without 1326@code{BCC}-headers are given away to all recipients without
1327warning, which is a bug. 1327warning, which is a bug.
1328@vindex mml-secure-safe-bcc-list 1328@vindex mml-secure-safe-bcc-list
1329But now Message got to warn if @code{Bcc} recipients are found in an 1329But now Message got to warn if @code{BCC} recipients are found in an
1330encrypted message when you are just about to send it. If you are sure 1330encrypted message when you are just about to send it. If you are sure
1331those @code{Bcc} addresses are safe to expose, set the 1331those @code{BCC} addresses are safe to expose, set the
1332@code{mml-secure-safe-bcc-list} variable, that is a list of e-mail 1332@code{mml-secure-safe-bcc-list} variable, that is a list of e-mail
1333addresses. See 1333addresses. See
1334@uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18718}. 1334@uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18718}.
@@ -1468,16 +1468,16 @@ alias ding "ding@@ifi.uio.no (ding mailing list)"
1468@end example 1468@end example
1469 1469
1470After adding lines like this to your @file{~/.mailrc} file, you should 1470After adding lines like this to your @file{~/.mailrc} file, you should
1471be able to just write @samp{lmi} in the @code{To} or @code{Cc} (and so 1471be able to just write @samp{lmi} in the @code{To} or @code{CC} (and so
1472on) headers and press @kbd{SPC} to expand the alias. 1472on) headers and press @kbd{SPC} to expand the alias.
1473 1473
1474No expansion will be performed upon sending of the message---all 1474No expansion will be performed upon sending of the message---all
1475expansions have to be done explicitly. 1475expansions have to be done explicitly.
1476 1476
1477If you're using @code{ecomplete}, all addresses from @code{To} and 1477If you're using @code{ecomplete}, all addresses from @code{To} and
1478@code{Cc} headers will automatically be put into the 1478@code{CC} headers will automatically be put into the
1479@file{~/.ecompleterc} file. When you enter text in the @code{To} and 1479@file{~/.ecompleterc} file. When you enter text in the @code{To} and
1480@code{Cc} headers, @code{ecomplete} will check out the values stored 1480@code{CC} headers, @code{ecomplete} will check out the values stored
1481there and ``electrically'' say what completions are possible. To 1481there and ``electrically'' say what completions are possible. To
1482choose one of these completions, use the @kbd{M-n} command to move 1482choose one of these completions, use the @kbd{M-n} command to move
1483down to the list. Use @kbd{@key{DOWN}} or @kbd{M-n} and 1483down to the list. Use @kbd{@key{DOWN}} or @kbd{M-n} and
@@ -1681,7 +1681,7 @@ trailing old subject. In this case,
1681@item message-alternative-emails 1681@item message-alternative-emails
1682@vindex message-alternative-emails 1682@vindex message-alternative-emails
1683Regexp or predicate function matching alternative email addresses. 1683Regexp or predicate function matching alternative email addresses.
1684The first address in the To, Cc or From headers of the original 1684The first address in the To, CC or From headers of the original
1685article matching this variable is used as the From field of outgoing 1685article matching this variable is used as the From field of outgoing
1686messages, replacing the default From value. 1686messages, replacing the default From value.
1687 1687
@@ -1701,7 +1701,7 @@ off @code{message-setup-hook}.
1701@item message-allow-no-recipients 1701@item message-allow-no-recipients
1702@vindex message-allow-no-recipients 1702@vindex message-allow-no-recipients
1703Specifies what to do when there are no recipients other than 1703Specifies what to do when there are no recipients other than
1704@code{Gcc} or @code{Fcc}. If it is @code{always}, the posting is 1704@code{Gcc} or @code{FCC}. If it is @code{always}, the posting is
1705allowed. If it is @code{never}, the posting is not allowed. If it is 1705allowed. If it is @code{never}, the posting is not allowed. If it is
1706@code{ask} (the default), you are prompted. 1706@code{ask} (the default), you are prompted.
1707 1707
@@ -1713,7 +1713,7 @@ hidden when composing a message.
1713 1713
1714@lisp 1714@lisp
1715(setq message-hidden-headers 1715(setq message-hidden-headers
1716 '(not "From" "Subject" "To" "Cc" "Newsgroups")) 1716 '(not "From" "Subject" "To" "CC" "Newsgroups"))
1717@end lisp 1717@end lisp
1718 1718
1719Headers are hidden using narrowing, you can use @kbd{M-x widen} to 1719Headers are hidden using narrowing, you can use @kbd{M-x widen} to
@@ -1722,9 +1722,9 @@ expose them in the buffer.
1722@item message-header-synonyms 1722@item message-header-synonyms
1723@vindex message-header-synonyms 1723@vindex message-header-synonyms
1724A list of lists of header synonyms. E.g., if this list contains a 1724A list of lists of header synonyms. E.g., if this list contains a
1725member list with elements @code{Cc} and @code{To}, then 1725member list with elements @code{CC} and @code{To}, then
1726@code{message-carefully-insert-headers} will not insert a @code{To} 1726@code{message-carefully-insert-headers} will not insert a @code{To}
1727header when the message is already @code{Cc}ed to the recipient. 1727header when the message is already @code{CC}ed to the recipient.
1728 1728
1729@end table 1729@end table
1730 1730
@@ -1742,7 +1742,7 @@ header when the message is already @code{Cc}ed to the recipient.
1742@item message-ignored-mail-headers 1742@item message-ignored-mail-headers
1743@vindex message-ignored-mail-headers 1743@vindex message-ignored-mail-headers
1744Regexp of headers to be removed before mailing. The default is@* 1744Regexp of headers to be removed before mailing. The default is@*
1745@samp{^[GF]cc:\\|^Resent-Fcc:\\|^Xref:\\|^X-Draft-From:\\|@* 1745@samp{^[GF]cc:\\|^Resent-FCC:\\|^Xref:\\|^X-Draft-From:\\|@*
1746^X-Gnus-Agent-Meta-Information:}. 1746^X-Gnus-Agent-Meta-Information:}.
1747 1747
1748@item message-default-mail-headers 1748@item message-default-mail-headers
@@ -2091,7 +2091,7 @@ for which the check is disabled by default if
2091@item message-ignored-news-headers 2091@item message-ignored-news-headers
2092@vindex message-ignored-news-headers 2092@vindex message-ignored-news-headers
2093Regexp of headers to be removed before posting. The default is@* 2093Regexp of headers to be removed before posting. The default is@*
2094@samp{^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-Fcc:\\|@* 2094@samp{^NNTP-Posting-Host:\\|^Xref:\\|^[BGF]cc:\\|^Resent-FCC:\\|@*
2095^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:}. 2095^X-Draft-From:\\|^X-Gnus-Agent-Meta-Information:}.
2096 2096
2097@item message-default-news-headers 2097@item message-default-news-headers
@@ -2471,7 +2471,7 @@ an article\\nthat has been posted to %s as well.\\n\\n"}.
2471 2471
2472@item message-fcc-externalize-attachments 2472@item message-fcc-externalize-attachments
2473@vindex message-fcc-externalize-attachments 2473@vindex message-fcc-externalize-attachments
2474If @code{nil}, attach files as normal parts in Fcc copies; if it is 2474If @code{nil}, attach files as normal parts in FCC copies; if it is
2475non-@code{nil}, attach local files as external parts. 2475non-@code{nil}, attach local files as external parts.
2476 2476
2477@item message-interactive 2477@item message-interactive
@@ -2626,13 +2626,13 @@ consulted, in turn:
2626A @dfn{wide reply} is a mail response that includes @emph{all} entities 2626A @dfn{wide reply} is a mail response that includes @emph{all} entities
2627mentioned in the message you are responding to. All mailboxes from the 2627mentioned in the message you are responding to. All mailboxes from the
2628following headers will be concatenated to form the outgoing 2628following headers will be concatenated to form the outgoing
2629@code{To}/@code{Cc} headers: 2629@code{To}/@code{CC} headers:
2630 2630
2631@table @code 2631@table @code
2632@item From 2632@item From
2633(unless there's a @code{Reply-To}, in which case that is used instead). 2633(unless there's a @code{Reply-To}, in which case that is used instead).
2634 2634
2635@item Cc 2635@item CC
2636 2636
2637@item To 2637@item To
2638@end table 2638@end table
@@ -2656,7 +2656,7 @@ sent:
2656@end table 2656@end table
2657 2657
2658If a @code{Mail-Copies-To} header is present, it will be used as the 2658If a @code{Mail-Copies-To} header is present, it will be used as the
2659basis of the new @code{Cc} header, except if this header is 2659basis of the new @code{CC} header, except if this header is
2660@samp{never}. 2660@samp{never}.
2661 2661
2662@end table 2662@end table