aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-18 13:57:00 -0800
committerGlenn Morris2012-02-18 13:57:00 -0800
commitb474519ebee98ec8cb29fda3a87ad0179ac9afd0 (patch)
tree0f5f71a5b8f588695f3d302118fdbdb9fe4d77c2
parente23a3fbee48357a5f97bc990c033723156708c13 (diff)
downloademacs-b474519ebee98ec8cb29fda3a87ad0179ac9afd0.tar.gz
emacs-b474519ebee98ec8cb29fda3a87ad0179ac9afd0.zip
Checked rmail.texi
* doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place of '*mail*', since Message does not call it that. (Rmail Reply): Rename rmail-dont-reply-to-names. \\`info- no longer handled specially. Update for rmail-enable-mime-composing. Don't mention 'm' for replies. Don't mention rmail-mail-new-frame and cancelling, since it does not work for Message at the moment. * lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete. * lisp/mail/undigest.el (unforward-rmail-message): Doc fix. * admin/FOR-RELEASE: Related markup.
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--doc/emacs/ChangeLog9
-rw-r--r--doc/emacs/rmail.texi108
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/rmail.el4
-rw-r--r--lisp/mail/undigest.el5
6 files changed, 81 insertions, 51 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index b9da6f22f35..d51c9b55b28 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -161,7 +161,7 @@ package.texi cyd
161picture-xtra.texi 161picture-xtra.texi
162programs.texi cyd 162programs.texi cyd
163regs.texi cyd 163regs.texi cyd
164rmail.texi 164rmail.texi rgm
165screen.texi cyd 165screen.texi cyd
166search.texi cyd 166search.texi cyd
167sending.texi cyd 167sending.texi cyd
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 0ac87608adf..c722c2b9a35 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,14 @@
12012-02-18 Glenn Morris <rgm@gnu.org> 12012-02-18 Glenn Morris <rgm@gnu.org>
2 2
3 * rmail.texi: Copyedits. Use 'mail composition buffer' in place
4 of '*mail*', since Message does not call it that.
5 (Rmail Reply): Rename rmail-dont-reply-to-names.
6 \\`info- no longer handled specially.
7 Update for rmail-enable-mime-composing.
8 Don't mention 'm' for replies.
9 Don't mention rmail-mail-new-frame and cancelling, since it does
10 not work for Message at the moment.
11
3 * cal-xtra.texi: Copyedits. 12 * cal-xtra.texi: Copyedits.
4 13
5 * emacs-xtra.texi: Set encoding to ISO-8859-1. 14 * emacs-xtra.texi: Set encoding to ISO-8859-1.
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 18556d4a5ef..3b3605f800c 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -87,8 +87,7 @@ other buffers, and never switch back, you have exited. Just make sure
87to save the Rmail file eventually (like any other file you have 87to save the Rmail file eventually (like any other file you have
88changed). @kbd{C-x s} is a suitable way to do this (@pxref{Save 88changed). @kbd{C-x s} is a suitable way to do this (@pxref{Save
89Commands}). The Rmail command @kbd{b}, @code{rmail-bury}, buries the 89Commands}). The Rmail command @kbd{b}, @code{rmail-bury}, buries the
90Rmail buffer and its summary buffer without expunging and saving the 90Rmail buffer and its summary without expunging and saving the Rmail file.
91Rmail file.
92 91
93@node Rmail Scrolling 92@node Rmail Scrolling
94@section Scrolling Within a Message 93@section Scrolling Within a Message
@@ -276,7 +275,7 @@ Expunge the Rmail file (@code{rmail-expunge}).
276@findex rmail-delete-forward 275@findex rmail-delete-forward
277@findex rmail-delete-backward 276@findex rmail-delete-backward
278 There are two Rmail commands for deleting messages. Both delete the 277 There are two Rmail commands for deleting messages. Both delete the
279current message and select another message. @kbd{d} 278current message and select another. @kbd{d}
280(@code{rmail-delete-forward}) moves to the following message, skipping 279(@code{rmail-delete-forward}) moves to the following message, skipping
281messages already deleted, while @kbd{C-d} (@code{rmail-delete-backward}) 280messages already deleted, while @kbd{C-d} (@code{rmail-delete-backward})
282moves to the previous nondeleted message. If there is no nondeleted 281moves to the previous nondeleted message. If there is no nondeleted
@@ -337,7 +336,7 @@ any time in Rmail by typing @kbd{g}.
337@vindex rmail-primary-inbox-list 336@vindex rmail-primary-inbox-list
338@cindex @env{MAIL} environment variable 337@cindex @env{MAIL} environment variable
339 The variable @code{rmail-primary-inbox-list} contains a list of the 338 The variable @code{rmail-primary-inbox-list} contains a list of the
340files which are inboxes for your primary Rmail file. If you don't set 339files that are inboxes for your primary Rmail file. If you don't set
341this variable explicitly, Rmail uses the @env{MAIL} environment 340this variable explicitly, Rmail uses the @env{MAIL} environment
342variable, or, as a last resort, a default inbox based on 341variable, or, as a last resort, a default inbox based on
343@code{rmail-spool-directory}. The default inbox file depends on your 342@code{rmail-spool-directory}. The default inbox file depends on your
@@ -367,6 +366,7 @@ all into a separate Rmail file avoids the need for interlocking in all
367the rest of Rmail, since only Rmail operates on the Rmail file. 366the rest of Rmail, since only Rmail operates on the Rmail file.
368@end enumerate 367@end enumerate
369 368
369@c FIXME remove this in Emacs 25; won't be relevant any more.
370 Rmail was originally written to use the Babyl format as its internal 370 Rmail was originally written to use the Babyl format as its internal
371format. Since then, we have recognized that the usual inbox format 371format. Since then, we have recognized that the usual inbox format
372(@samp{mbox}) on Unix and GNU systems is adequate for the job, and so 372(@samp{mbox}) on Unix and GNU systems is adequate for the job, and so
@@ -454,6 +454,7 @@ second says which files in that directory to offer (all those that match
454the regular expression). If no files match, you cannot select this menu 454the regular expression). If no files match, you cannot select this menu
455item. These variables also apply to choosing a file for output 455item. These variables also apply to choosing a file for output
456(@pxref{Rmail Output}). 456(@pxref{Rmail Output}).
457@c FIXME matches only checked when Rmail file first visited?
457 458
458@ignore 459@ignore
459@findex set-rmail-inbox-list 460@findex set-rmail-inbox-list
@@ -516,6 +517,7 @@ currently displayed and no more. @xref{Rmail Display}. In addition,
516@kbd{o} converts the message to Babyl format (used by Rmail in Emacs 517@kbd{o} converts the message to Babyl format (used by Rmail in Emacs
517version 22 and before) if the file is in Babyl format; @kbd{C-o} 518version 22 and before) if the file is in Babyl format; @kbd{C-o}
518cannot output to Babyl files at all. 519cannot output to Babyl files at all.
520@c FIXME remove BABYL mention in Emacs 25?
519 521
520 If the output file is currently visited in an Emacs buffer, the 522 If the output file is currently visited in an Emacs buffer, the
521output commands append the message to that buffer. It is up to you to 523output commands append the message to that buffer. It is up to you to
@@ -727,7 +729,7 @@ Try sending a bounced message a second time (@code{rmail-retry-failure}).
727@cindex reply to a message 729@cindex reply to a message
728 The most common reason to send a message while in Rmail is to reply 730 The most common reason to send a message while in Rmail is to reply
729to the message you are reading. To do this, type @kbd{r} 731to the message you are reading. To do this, type @kbd{r}
730(@code{rmail-reply}). This displays the @samp{*mail*} buffer in 732(@code{rmail-reply}). This displays a mail composition buffer in
731another window, much like @kbd{C-x 4 m}, but preinitializes the 733another window, much like @kbd{C-x 4 m}, but preinitializes the
732@samp{Subject}, @samp{To}, @samp{CC}, @samp{In-reply-to} and 734@samp{Subject}, @samp{To}, @samp{CC}, @samp{In-reply-to} and
733@samp{References} header fields based on the message you are replying 735@samp{References} header fields based on the message you are replying
@@ -735,23 +737,20 @@ to. The @samp{To} field starts out as the address of the person who
735sent the message you received, and the @samp{CC} field starts out with 737sent the message you received, and the @samp{CC} field starts out with
736all the other recipients of that message. 738all the other recipients of that message.
737 739
738@vindex rmail-dont-reply-to-names 740@vindex mail-dont-reply-to-names
739 You can exclude certain recipients from being included automatically 741 You can exclude certain recipients from being included automatically
740in replies, using the variable @code{rmail-dont-reply-to-names}. Its 742in replies, using the variable @code{mail-dont-reply-to-names}. Its
741value should be a regular expression; any recipients that match are 743value should be a regular expression; any recipients that match are
742excluded from the @samp{CC} field. They are also excluded from the 744excluded from the @samp{CC} field. They are also excluded from the
743@samp{To} field, unless this would leave the field empty. If this 745@samp{To} field, unless this would leave the field empty. If this
744variable is nil, then the first time you compose a reply it is 746variable is nil, then the first time you compose a reply it is
745initialized to a default value that matches your own address, and any 747initialized to a default value that matches your own address.
746name starting with @samp{info-}. (Those names are excluded because
747there is a convention of using them for large mailing lists to broadcast
748announcements.)
749 748
750 To omit the @samp{CC} field completely for a particular reply, enter 749 To omit the @samp{CC} field completely for a particular reply, enter
751the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}. 750the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}.
752This means to reply only to the sender of the original message. 751This means to reply only to the sender of the original message.
753 752
754 Once the @samp{*mail*} buffer has been initialized, editing and 753 Once the mail composition buffer has been initialized, editing and
755sending the mail goes as usual (@pxref{Sending Mail}). You can edit 754sending the mail goes as usual (@pxref{Sending Mail}). You can edit
756the presupplied header fields if they are not what you want. You can 755the presupplied header fields if they are not what you want. You can
757also use commands such as @kbd{C-c C-y}, which yanks in the message 756also use commands such as @kbd{C-c C-y}, which yanks in the message
@@ -767,7 +766,7 @@ and yank the new current message.
767send the failed message back to you, enclosed in a @dfn{failure 766send the failed message back to you, enclosed in a @dfn{failure
768message}. The Rmail command @kbd{M-m} (@code{rmail-retry-failure}) 767message}. The Rmail command @kbd{M-m} (@code{rmail-retry-failure})
769prepares to send the same message a second time: it sets up a 768prepares to send the same message a second time: it sets up a
770@samp{*mail*} buffer with the same text and header fields as before. If 769mail composition buffer with the same text and header fields as before. If
771you type @kbd{C-c C-c} right away, you send the message again exactly 770you type @kbd{C-c C-c} right away, you send the message again exactly
772the same as the first time. Alternatively, you can edit the text or 771the same as the first time. Alternatively, you can edit the text or
773headers and then send it. The variable 772headers and then send it. The variable
@@ -780,23 +779,31 @@ headers are stripped from the failed message when retrying it.
780@cindex forwarding a message 779@cindex forwarding a message
781 Another frequent reason to send mail in Rmail is to @dfn{forward} the 780 Another frequent reason to send mail in Rmail is to @dfn{forward} the
782current message to other users. @kbd{f} (@code{rmail-forward}) makes 781current message to other users. @kbd{f} (@code{rmail-forward}) makes
783this easy by preinitializing the @samp{*mail*} buffer with the current 782this easy by preinitializing the mail composition buffer with the current
784message as the text, and a subject designating a forwarded message. All 783message as the text, and a subject of the form @code{[@var{from}:
785you have to do is fill in the recipients and send. When you forward a 784@var{subject}]}, where @var{from} and @var{subject} are the sender and
786message, recipients get a message which is ``from'' you, and which has 785subject of the original message. All you have to do is fill in the
787the original message in its contents. 786recipients and send. When you forward a message, recipients get a
788 787message which is ``from'' you, and which has the original message in
788its contents.
789
790@vindex rmail-enable-mime-composing
789@findex unforward-rmail-message 791@findex unforward-rmail-message
790 Forwarding a message encloses it between two delimiter lines. It also 792 Rmail offers two formats for forwarded messages. The default is to
791modifies every line that starts with a dash, by inserting @w{@samp{- }} 793use MIME (@pxref{Rmail Display}) format. This includes the original
792at the start of the line. When you receive a forwarded message, if it 794message as a separate part. You can use a simpler format if you
795prefer, by setting the variable @code{rmail-enable-mime-composing} to
796@code{nil}. In this case, Rmail just includes the original message
797enclosed between two delimiter lines. It also modifies every line
798that starts with a dash, by inserting @w{@samp{- }} at the start of
799the line. When you receive a forwarded message in this format, if it
793contains something besides ordinary text---for example, program source 800contains something besides ordinary text---for example, program source
794code---you might find it useful to undo that transformation. You can do 801code---you might find it useful to undo that transformation. You can
795this by selecting the forwarded message and typing @kbd{M-x 802do this by selecting the forwarded message and typing @kbd{M-x
796unforward-rmail-message}. This command extracts the original forwarded 803unforward-rmail-message}. This command extracts the original
797message, deleting the inserted @w{@samp{- }} strings, and inserts it 804forwarded message, deleting the inserted @w{@samp{- }} strings, and
798into the Rmail file as a separate message immediately following the 805inserts it into the Rmail file as a separate message immediately
799current one. 806following the current one.
800 807
801@findex rmail-resend 808@findex rmail-resend
802 @dfn{Resending} is an alternative similar to forwarding; the 809 @dfn{Resending} is an alternative similar to forwarding; the
@@ -812,22 +819,28 @@ numeric argument.)
812 Use the @kbd{m} (@code{rmail-mail}) command to start editing an 819 Use the @kbd{m} (@code{rmail-mail}) command to start editing an
813outgoing message that is not a reply. It leaves the header fields empty. 820outgoing message that is not a reply. It leaves the header fields empty.
814Its only difference from @kbd{C-x 4 m} is that it makes the Rmail buffer 821Its only difference from @kbd{C-x 4 m} is that it makes the Rmail buffer
815accessible for @kbd{C-c C-y}, just as @kbd{r} does. Thus, @kbd{m} can be 822accessible for @kbd{C-c C-y}, just as @kbd{r} does.
816used to reply to or forward a message; it can do anything @kbd{r} or @kbd{f} 823@ignore
817can do. 824@c Not a good idea, because it does not include Reply-To etc.
825Thus, @kbd{m} can be used to reply to or forward a message; it can do
826anything @kbd{r} or @kbd{f} can do.
827@end ignore
818 828
819@kindex c @r{(Rmail)} 829@kindex c @r{(Rmail)}
820@findex rmail-continue 830@findex rmail-continue
821 The @kbd{c} (@code{rmail-continue}) command resumes editing the 831 The @kbd{c} (@code{rmail-continue}) command resumes editing the
822@samp{*mail*} buffer, to finish editing an outgoing message you were 832mail composition buffer, to finish editing an outgoing message you were
823already composing, or to alter a message you have sent. 833already composing, or to alter a message you have sent.
824 834
825@vindex rmail-mail-new-frame 835@vindex rmail-mail-new-frame
826 If you set the variable @code{rmail-mail-new-frame} to a 836 If you set the variable @code{rmail-mail-new-frame} to a
827non-@code{nil} value, then all the Rmail commands to start sending a 837non-@code{nil} value, then all the Rmail commands to start sending a
828message create a new frame to edit it in. This frame is deleted when 838message create a new frame to edit it in. This frame is deleted when
829you send the message, or when you use the @samp{Cancel} item in the 839you send the message.
830@samp{Mail} menu. 840@ignore
841@c FIXME does not work with Message -> Kill Message
842, or when you use the @samp{Cancel} item in the @samp{Mail} menu.
843@end ignore
831 844
832 All the Rmail commands to send a message use the mail-composition 845 All the Rmail commands to send a message use the mail-composition
833method that you have chosen (@pxref{Mail Methods}). 846method that you have chosen (@pxref{Mail Methods}).
@@ -905,8 +918,8 @@ commas.
905makes a partial summary mentioning only the messages that have one or 918makes a partial summary mentioning only the messages that have one or
906more recipients matching the regular expression @var{rcpts}. You can 919more recipients matching the regular expression @var{rcpts}. You can
907use commas to separate multiple regular expressions. These are matched 920use commas to separate multiple regular expressions. These are matched
908against the @samp{To}, @samp{From}, and @samp{CC} headers (with a prefix 921against the @samp{To}, @samp{From}, and @samp{CC} headers (supply a prefix
909argument, this header is not included). 922argument to exclude this header).
910 923
911@kindex C-M-t @r{(Rmail)} 924@kindex C-M-t @r{(Rmail)}
912@findex rmail-summary-by-topic 925@findex rmail-summary-by-topic
@@ -1178,7 +1191,7 @@ Move point to the next @acronym{MIME} tagline button.
1178(@code{rmail-mime-next-item}). 1191(@code{rmail-mime-next-item}).
1179 1192
1180@findex rmail-mime-previous-item 1193@findex rmail-mime-previous-item
1181@item @key{BackTab} 1194@item S-@key{TAB}
1182Move point to the previous @acronym{MIME} part 1195Move point to the previous @acronym{MIME} part
1183(@code{rmail-mime-previous-item}). 1196(@code{rmail-mime-previous-item}).
1184 1197
@@ -1195,7 +1208,7 @@ immediately after its tagline, as part of the Rmail buffer, while
1195taglines, with their actual contents hidden. In either case, you can 1208taglines, with their actual contents hidden. In either case, you can
1196toggle a @acronym{MIME} part between its ``displayed'' and ``hidden'' 1209toggle a @acronym{MIME} part between its ``displayed'' and ``hidden''
1197states by typing @key{RET} anywhere in the part---or anywhere in its 1210states by typing @key{RET} anywhere in the part---or anywhere in its
1198tagline, apart from a tagline button for some other action. Type 1211tagline (except for buttons for other actions, if there are any). Type
1199@key{RET} (or click with the mouse) to activate a tagline button, and 1212@key{RET} (or click with the mouse) to activate a tagline button, and
1200@key{TAB} to cycle point between tagline buttons. 1213@key{TAB} to cycle point between tagline buttons.
1201 1214
@@ -1213,7 +1226,7 @@ temporary buffer to display the current @acronym{MIME} message.
1213@cindex encrypted mails (reading in Rmail) 1226@cindex encrypted mails (reading in Rmail)
1214 If the current message is an encrypted one, use the command @kbd{M-x 1227 If the current message is an encrypted one, use the command @kbd{M-x
1215rmail-epa-decrypt} to decrypt it, using the EasyPG library 1228rmail-epa-decrypt} to decrypt it, using the EasyPG library
1216(@pxref{Top,,, epa, EasyPG Assistant User's Manual}). 1229(@pxref{Top,, EasyPG, epa, EasyPG Assistant User's Manual}).
1217 1230
1218 You can highlight and activate URLs in the Rmail buffer using Goto 1231 You can highlight and activate URLs in the Rmail buffer using Goto
1219Address mode: 1232Address mode:
@@ -1300,13 +1313,13 @@ the message, if you have made any changes in it.
1300@cindex undigestify 1313@cindex undigestify
1301 1314
1302 A @dfn{digest message} is a message which exists to contain and carry 1315 A @dfn{digest message} is a message which exists to contain and carry
1303several other messages. Digests are used on some moderated mailing 1316several other messages. Digests are used on some mailing
1304lists; all the messages that arrive for the list during a period of time 1317lists; all the messages that arrive for the list during a period of time
1305such as one day are put inside a single digest which is then sent to the 1318such as one day are put inside a single digest which is then sent to the
1306subscribers. Transmitting the single digest uses much less computer 1319subscribers. Transmitting the single digest uses less computer
1307time than transmitting the individual messages even though the total 1320time than transmitting the individual messages even though the total
1308size is the same, because the per-message overhead in network mail 1321size is the same, because of the per-message overhead in network mail
1309transmission is considerable. 1322transmission.
1310 1323
1311@findex undigestify-rmail-message 1324@findex undigestify-rmail-message
1312 When you receive a digest message, the most convenient way to read it is 1325 When you receive a digest message, the most convenient way to read it is
@@ -1321,14 +1334,15 @@ message itself is flagged as deleted.
1321@section Reading Rot13 Messages 1334@section Reading Rot13 Messages
1322@cindex rot13 code 1335@cindex rot13 code
1323 1336
1324 Mailing list messages that might offend some readers are sometimes 1337 Mailing list messages that might offend or annoy some readers are sometimes
1325encoded in a simple code called @dfn{rot13}---so named because it 1338encoded in a simple code called @dfn{rot13}---so named because it
1326rotates the alphabet by 13 letters. This code is not for secrecy, as it 1339rotates the alphabet by 13 letters. This code is not for secrecy, as it
1327provides none; rather, it enables those who might be offended to avoid 1340provides none; rather, it enables those who wish to to avoid
1328seeing the real text of the message. 1341seeing the real text of the message. For example, a review of a film
1342might use rot13 to hide important plot points.
1329 1343
1330@findex rot13-other-window 1344@findex rot13-other-window
1331 To view a buffer which uses the rot13 code, use the command @kbd{M-x 1345 To view a buffer that uses the rot13 code, use the command @kbd{M-x
1332rot13-other-window}. This displays the current buffer in another window 1346rot13-other-window}. This displays the current buffer in another window
1333which applies the code when displaying the text. 1347which applies the code when displaying the text.
1334 1348
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5be521b8ca4..c4ec297cb30 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12012-02-18 Glenn Morris <rgm@gnu.org> 12012-02-18 Glenn Morris <rgm@gnu.org>
2 2
3 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
4
5 * mail/undigest.el (unforward-rmail-message): Doc fix.
6
3 * saveplace.el (save-place-ignore-files-regexp): Add :version. 7 * saveplace.el (save-place-ignore-files-regexp): Add :version.
4 8
52012-02-18 Eli Zaretskii <eliz@gnu.org> 92012-02-18 Eli Zaretskii <eliz@gnu.org>
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 2ed54aa8d86..49e23a3b2f6 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -285,8 +285,10 @@ Setting this variable has an effect only before reading a mail."
285 :version "21.1") 285 :version "21.1")
286 286
287;;;###autoload 287;;;###autoload
288(defvaralias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names) 288(define-obsolete-variable-alias 'rmail-dont-reply-to-names
289 'mail-dont-reply-to-names "24.1")
289 290
291;; Prior to 24.1, this used to contain "\\`info-".
290;;;###autoload 292;;;###autoload
291(defvar rmail-default-dont-reply-to-names nil 293(defvar rmail-default-dont-reply-to-names nil
292 "Regexp specifying part of the default value of `mail-dont-reply-to-names'. 294 "Regexp specifying part of the default value of `mail-dont-reply-to-names'.
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index ee44cc72051..e34a3a4d71e 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -228,8 +228,9 @@ Leaves original message, deleted, before the undigestified messages."
228;;;###autoload 228;;;###autoload
229(defun unforward-rmail-message () 229(defun unforward-rmail-message ()
230 "Extract a forwarded message from the containing message. 230 "Extract a forwarded message from the containing message.
231This puts the forwarded message into a separate rmail message 231This puts the forwarded message into a separate rmail message following
232following the containing message." 232the containing message. This command is only useful when messages are
233forwarded with `rmail-enable-mime-composing' set to nil."
233 (interactive) 234 (interactive)
234 (set-buffer rmail-buffer) 235 (set-buffer rmail-buffer)
235 (let ((buff (current-buffer)) 236 (let ((buff (current-buffer))