aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-05-20 21:27:42 +0300
committerEli Zaretskii2018-05-20 21:27:42 +0300
commit4010631fe915503e5376458d8a8b482d37360f87 (patch)
tree64cfaeef0a56dd6ebbc1595b124e33bda499623a
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.
-rw-r--r--doc/emacs/rmail.texi12
-rw-r--r--doc/emacs/sending.texi30
-rw-r--r--doc/misc/efaq.texi12
-rw-r--r--doc/misc/message.texi76
4 files changed, 65 insertions, 65 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 5bf96dbe4ec..13665358372 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -753,24 +753,24 @@ Try sending a bounced message a second time (@code{rmail-retry-failure}).
753to the message you are reading. To do this, type @kbd{r} 753to the message you are reading. To do this, type @kbd{r}
754(@code{rmail-reply}). This displays a mail composition buffer in 754(@code{rmail-reply}). This displays a mail composition buffer in
755another window, much like @kbd{C-x 4 m}, but preinitializes the 755another window, much like @kbd{C-x 4 m}, but preinitializes the
756@samp{Subject}, @samp{To}, @samp{Cc}, @samp{In-Reply-To} and 756@samp{Subject}, @samp{To}, @samp{CC}, @samp{In-Reply-To} and
757@samp{References} header fields based on the message you are replying 757@samp{References} header fields based on the message you are replying
758to. The @samp{To} field starts out as the address of the person who 758to. The @samp{To} field starts out as the address of the person who
759sent the message you received, and the @samp{Cc} field starts out with 759sent the message you received, and the @samp{CC} field starts out with
760all the other recipients of that message. 760all the other recipients of that message.
761 761
762@vindex mail-dont-reply-to-names 762@vindex mail-dont-reply-to-names
763 You can exclude certain recipients from being included automatically 763 You can exclude certain recipients from being included automatically
764in replies, using the variable @code{mail-dont-reply-to-names}. Its 764in replies, using the variable @code{mail-dont-reply-to-names}. Its
765value should be a regular expression; any recipients that match are 765value should be a regular expression; any recipients that match are
766excluded from the @samp{Cc} field. They are also excluded from the 766excluded from the @samp{CC} field. They are also excluded from the
767@samp{To} field, unless this would leave the field empty. If this 767@samp{To} field, unless this would leave the field empty. If this
768variable is @code{nil}, then the first time you compose a reply it is 768variable is @code{nil}, then the first time you compose a reply it is
769initialized to a default value that matches your own address. 769initialized to a default value that matches your own address.
770 770
771 To reply only to the sender of the original message, enter 771 To reply only to the sender of the original message, enter
772the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}. 772the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}.
773This omits the @samp{Cc} field completely for a particular reply. 773This omits the @samp{CC} field completely for a particular reply.
774 774
775 Once the mail composition buffer has been initialized, editing and 775 Once the mail composition buffer has been initialized, editing and
776sending the mail goes as usual (@pxref{Sending Mail}). You can edit 776sending the mail goes as usual (@pxref{Sending Mail}). You can edit
@@ -939,8 +939,8 @@ commas.
939 @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients}) 939 @kbd{C-M-r @var{rcpts} @key{RET}} (@code{rmail-summary-by-recipients})
940makes a partial summary mentioning only the messages that have one or 940makes a partial summary mentioning only the messages that have one or
941more recipients matching the regular expression @var{rcpts}. This is matched 941more recipients matching the regular expression @var{rcpts}. This is matched
942against the @samp{To}, @samp{From}, and @samp{Cc} headers (supply a prefix 942against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix
943argument to exclude the @samp{Cc} header). 943argument to exclude the @samp{CC} header).
944 944
945@kindex C-M-t @r{(Rmail)} 945@kindex C-M-t @r{(Rmail)}
946@findex rmail-summary-by-topic 946@findex rmail-summary-by-topic
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi
index 720f7474364..00b3c4d7531 100644
--- a/doc/emacs/sending.texi
+++ b/doc/emacs/sending.texi
@@ -70,7 +70,7 @@ or using some other method. @xref{Mail Sending}, for details.
70 70
71@example 71@example
72To: subotai@@example.org 72To: subotai@@example.org
73Cc: mongol.soldier@@example.net, rms@@gnu.org 73CC: mongol.soldier@@example.net, rms@@gnu.org
74Subject: Re: What is best in life? 74Subject: Re: What is best in life?
75From: conan@@example.org 75From: conan@@example.org
76--text follows this line-- 76--text follows this line--
@@ -82,7 +82,7 @@ hear the lamentation of their women.
82At the top of the mail buffer is a set of @dfn{header fields}, which 82At the top of the mail buffer is a set of @dfn{header fields}, which
83are used for specifying information about the email's recipient(s), 83are used for specifying information about the email's recipient(s),
84subject, and so on. The above buffer contains header fields for 84subject, and so on. The above buffer contains header fields for
85@samp{To}, @samp{Cc}, @samp{Subject}, and @samp{From}. Some header 85@samp{To}, @samp{CC}, @samp{Subject}, and @samp{From}. Some header
86fields are automatically pre-initialized in the mail buffer, when 86fields are automatically pre-initialized in the mail buffer, when
87appropriate. 87appropriate.
88 88
@@ -152,23 +152,23 @@ more than one address, use commas to separate them.
152@item Subject 152@item Subject
153The subject of the message. 153The subject of the message.
154 154
155@item Cc 155@item CC
156Additional mailing address(es) to send the message to. This is like 156Additional mailing address(es) to send the message to. This is like
157@samp{To}, except that these readers should not regard the message as 157@samp{To}, except that these readers should not regard the message as
158directed at them. 158directed at them.
159 159
160@item Bcc 160@item BCC
161Additional mailing address(es) to send the message to, which should 161Additional mailing address(es) to send the message to, which should
162not appear in the header of the message actually sent. @samp{Bcc} stands 162not appear in the header of the message actually sent. @samp{BCC} stands
163for @dfn{blind carbon copies}. 163for @dfn{blind carbon copies}.
164 164
165@item Fcc 165@item FCC
166The name of a file, to which a copy of the sent message should be 166The name of a file, to which a copy of the sent message should be
167appended. Emacs writes the message in mbox format, unless the file is 167appended. Emacs writes the message in mbox format, unless the file is
168in Babyl format (used by Rmail before Emacs 23), in which case Emacs 168in Babyl format (used by Rmail before Emacs 23), in which case Emacs
169writes in Babyl format. If an Rmail buffer is visiting the file, 169writes in Babyl format. If an Rmail buffer is visiting the file,
170Emacs updates it accordingly. To specify more than one file, use 170Emacs updates it accordingly. To specify more than one file, use
171several @samp{Fcc} fields, with one file name in each field. 171several @samp{FCC} fields, with one file name in each field.
172 172
173@item Reply-To 173@item Reply-To
174An address to which replies should be sent, instead of @samp{From}. 174An address to which replies should be sent, instead of @samp{From}.
@@ -198,7 +198,7 @@ this is normally filled in automatically for you.
198@end table 198@end table
199 199
200@noindent 200@noindent
201The @samp{To}, @samp{Cc}, and @samp{Bcc} fields can appear any number 201The @samp{To}, @samp{CC}, and @samp{BCC} fields can appear any number
202of times, and each such header field can contain multiple addresses, 202of times, and each such header field can contain multiple addresses,
203separated by commas. This way, you can specify any number of places 203separated by commas. This way, you can specify any number of places
204to send the message. These fields can also have continuation lines: 204to send the message. These fields can also have continuation lines:
@@ -221,11 +221,11 @@ To: foo@@example.net, this@@example.net,
221buffer by setting the variable @code{mail-default-headers} to a 221buffer by setting the variable @code{mail-default-headers} to a
222string. Then @kbd{C-x m} inserts this string into the message 222string. Then @kbd{C-x m} inserts this string into the message
223headers. For example, here is how to add a @samp{Reply-To} and 223headers. For example, here is how to add a @samp{Reply-To} and
224@samp{Fcc} header to each message: 224@samp{FCC} header to each message:
225 225
226@smallexample 226@smallexample
227(setq mail-default-headers 227(setq mail-default-headers
228 "Reply-To: foo@@example.com\nFcc: ~/Mail/sent") 228 "Reply-To: foo@@example.com\nFCC: ~/Mail/sent")
229@end smallexample 229@end smallexample
230 230
231@noindent 231@noindent
@@ -293,7 +293,7 @@ alias definitions and include commands.
293 Mail aliases expand as abbrevs---that is to say, as soon as you type 293 Mail aliases expand as abbrevs---that is to say, as soon as you type
294a word-separator character after an alias (@pxref{Abbrevs}). This 294a word-separator character after an alias (@pxref{Abbrevs}). This
295expansion takes place only within the @samp{To}, @samp{From}, 295expansion takes place only within the @samp{To}, @samp{From},
296@samp{Cc}, @samp{Bcc}, and @samp{Reply-To} header fields (plus their 296@samp{CC}, @samp{BCC}, and @samp{Reply-To} header fields (plus their
297@samp{Resent-} variants); it does not take place in other header 297@samp{Resent-} variants); it does not take place in other header
298fields, such as @samp{Subject}. 298fields, such as @samp{Subject}.
299 299
@@ -418,16 +418,16 @@ Move to the @samp{To} header (@code{message-goto-to}).
418@item C-c C-f C-s 418@item C-c C-f C-s
419Move to the @samp{Subject} header (@code{message-goto-subject}). 419Move to the @samp{Subject} header (@code{message-goto-subject}).
420@item C-c C-f C-c 420@item C-c C-f C-c
421Move to the @samp{Cc} header (@code{message-goto-cc}). 421Move to the @samp{CC} header (@code{message-goto-cc}).
422@item C-c C-f C-b 422@item C-c C-f C-b
423Move to the @samp{Bcc} header (@code{message-goto-bcc}). 423Move to the @samp{BCC} header (@code{message-goto-bcc}).
424@item C-c C-f C-r 424@item C-c C-f C-r
425Move to the @samp{Reply-To} header (@code{message-goto-reply-to}). 425Move to the @samp{Reply-To} header (@code{message-goto-reply-to}).
426@item C-c C-f C-f 426@item C-c C-f C-f
427Move to the @samp{Mail-Followup-To} header field 427Move to the @samp{Mail-Followup-To} header field
428(@code{message-goto-followup-to}). 428(@code{message-goto-followup-to}).
429@item C-c C-f C-w 429@item C-c C-f C-w
430Add a new @samp{Fcc} header field, with file-name completion 430Add a new @samp{FCC} header field, with file-name completion
431(@code{message-goto-fcc}). 431(@code{message-goto-fcc}).
432@item C-c C-b 432@item C-c C-b
433Move to the start of the message body (@code{message-goto-body}). 433Move to the start of the message body (@code{message-goto-body}).
@@ -463,7 +463,7 @@ the body.
463@findex message-tab 463@findex message-tab
464@kindex TAB @r{(Message mode)} 464@kindex TAB @r{(Message mode)}
465 While editing a header field that contains addresses, such as 465 While editing a header field that contains addresses, such as
466@samp{To:}, @samp{Cc:} and @samp{Bcc:}, you can complete an address by 466@samp{To:}, @samp{CC:} and @samp{BCC:}, you can complete an address by
467typing @key{TAB} (@code{message-tab}). This attempts to insert the 467typing @key{TAB} (@code{message-tab}). This attempts to insert the
468full name corresponding to the address based on a couple of methods, 468full name corresponding to the address based on a couple of methods,
469including EUDC, a library that recognizes a number of directory server 469including EUDC, a library that recognizes a number of directory server
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