summaryrefslogtreecommitdiff
path: root/man/rmail.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-16 12:01:48 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-16 12:01:48 +0000
commitaf7459bd6f69cc7c48f741565da2fa960d7c97ab (patch)
tree3cac8cba9eaa7b25c142b3089d74094ffaee5302 /man/rmail.texi
parent8aee7d4464554a657a1dd0bb10c5f1492c54784b (diff)
downloademacs-af7459bd6f69cc7c48f741565da2fa960d7c97ab.tar.gz
(Out of Rmail): Document b2m.
Diffstat (limited to 'man/rmail.texi')
-rw-r--r--man/rmail.texi28
1 files changed, 24 insertions, 4 deletions
diff --git a/man/rmail.texi b/man/rmail.texi
index d161f28967c..19dd6b76e38 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -1109,13 +1109,33 @@ message itself is flagged as deleted.
@node Out of Rmail
@section Converting an Rmail File to Inbox Format
+@cindex Babyl format to Inbox format
+@cindex converting Rmail file to mailbox format
@findex unrmail
The command @kbd{M-x unrmail} converts a file in Rmail format to inbox
-format (also known as the system mailbox format), so that you can use it
-with other mail-editing tools. You must specify two arguments, the name
-of the Rmail file and the name to use for the converted file. @kbd{M-x
-unrmail} does not alter the Rmail file itself.
+format (also known as the system mailbox, or mbox, format), so that
+you can use it with other mail-editing tools. You must specify two
+arguments, the name of the Rmail file and the name to use for the
+converted file. @kbd{M-x unrmail} does not alter the Rmail file itself.
+
+@pindex b2m
+ @kbd{M-x unrmail} is useful if you can run Emacs on the machine
+where the Rmail file resides, or can access the Rmail file remotely
+(@pxref{Remote Files}) from a machine where Emacs is installed. If
+accessing Rmail files from Emacs is impossible, you can use the
+@command{b2m} program instead. @command{b2m} is part of the Emacs
+distribution, it is installed into the same directory where all the
+other auxiliary programs (@command{etags} etc.) are installed, and its
+source is available in the Emacs source distribution, so that you
+could copy the source to the target machine and compile it there.
+
+ To convert a file @file{@var{babyl-file}} into @file{@var{mbox-file}},
+invoke @command{b2m} like this:
+
+@example
+ b2m < @var{babyl-file} > @var{mbox-file}
+@end example
@node Rmail Rot13
@section Reading Rot13 Messages