summaryrefslogtreecommitdiff
path: root/man/faq.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-16 12:02:47 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-16 12:02:47 +0000
commita6ce7e4cbba3a13b9ea54d163a2a6ff85937f7b8 (patch)
treefafd6ae6536a43d41eca2a5cb07338fdac8bb0cc /man/faq.texi
parentaf7459bd6f69cc7c48f741565da2fa960d7c97ab (diff)
downloademacs-a6ce7e4cbba3a13b9ea54d163a2a6ff85937f7b8.tar.gz
(Recovering mail files when Rmail munges them): Document b2m.
Diffstat (limited to 'man/faq.texi')
-rw-r--r--man/faq.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/faq.texi b/man/faq.texi
index e02b1741d34..55278bdc887 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -5197,6 +5197,19 @@ If you want to convert an existing file from BABYL format to Unix mail
format, use the command @kbd{M-x unrmail}: it will prompt you for the
input and output file names.
+@pindex b2m
+Alternatively, you could use the @code{b2m} program supplied with
+Emacs. @code{b2m} is a filter, and is used like this:
+
+@example
+ b2m < @var{babyl-file} > @var{mbox-file}
+@end example
+
+@noindent
+where @var{babyl-file} is the name of the BABYL file, and
+@var{mbox-file} is the name of the file where the converted mail will
+be written.
+
@node Replying to the sender of a message, MIME with Emacs mail packages, Recovering mail files when Rmail munges them, Mail and news
@section How can I force Rmail to reply to the sender of a message, but not the other recipients?
@cindex Replying only to the sender of a message