aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Wohler2008-08-10 23:18:37 +0000
committerBill Wohler2008-08-10 23:18:37 +0000
commit8c20bd929fe9db89e8fd89460ddc4b85eacbefd4 (patch)
treedc3a1a3ab9524c4de061e2992bb2c7a341b3c888 /doc
parent1624e7c9d89684ec12ffbae73f154544103361ee (diff)
downloademacs-8c20bd929fe9db89e8fd89460ddc4b85eacbefd4.tar.gz
emacs-8c20bd929fe9db89e8fd89460ddc4b85eacbefd4.zip
(Getting Started): Rename variant mu-mh to gnu-mh and be explicit
about GNU mailutils MH elsewhere (with thanks to Darel Henman) (closes SF #1768928).
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/mh-e.texi44
2 files changed, 29 insertions, 21 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f4cbef2838b..7293bd1472d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12008-08-11 Bill Wohler <wohler@newt.com>
2
3 * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4 explicit about GNU mailutils MH elsewhere (with thanks to Darel
5 Henman) (closes SF #1768928).
6
12008-08-10 Glenn Morris <rgm@gnu.org> 72008-08-10 Glenn Morris <rgm@gnu.org>
2 8
3 * ns-emacs.texi: Use @copying. Change copyright of authors with 9 * ns-emacs.texi: Use @copying. Change copyright of authors with
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index 9f781b55f5f..0fe28cf845e 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -533,15 +533,15 @@ to install MH or tell MH-E where to find MH.
533 533
534@cindex Debian 534@cindex Debian
535@cindex nmh 535@cindex nmh
536@cindex GNU mailutils 536@cindex GNU mailutils MH
537 537
538If you don't have MH on your system already, you must install a 538If you don't have MH on your system already, you must install a
539variant of MH. The Debian mh-e package does this for you automatically 539variant of MH. The Debian mh-e package does this for you automatically
540(@pxref{Getting MH-E}). Most people use 540(@pxref{Getting MH-E}). Most people use
541@uref{http://www.nongnu.org/nmh/, nmh}, but you may be interested in 541@uref{http://www.nongnu.org/nmh/, nmh}, but you may be interested in
542trying out @uref{http://www.gnu.org/software/mailutils/, GNU 542trying out @uref{http://www.gnu.org/software/mailutils/, GNU mailutils
543mailutils}, which supports IMAP. Your GNU/Linux distribution probably 543MH}, which supports IMAP. Your GNU/Linux distribution probably has
544has packages for both of these. 544packages for both of these.
545 545
546@cindex @command{install-mh} 546@cindex @command{install-mh}
547@cindex MH commands, @command{install-mh} 547@cindex MH commands, @command{install-mh}
@@ -580,14 +580,15 @@ There are several options MH-E uses to interact with your MH
580installation. The option @code{mh-variant} specifies the variant used 580installation. The option @code{mh-variant} specifies the variant used
581by MH-E (@pxref{Options}). The default setting of this option is 581by MH-E (@pxref{Options}). The default setting of this option is
582@samp{Auto-detect} which means that MH-E will automatically choose the 582@samp{Auto-detect} which means that MH-E will automatically choose the
583first of nmh, MH, or GNU mailutils that it finds in the directories 583first of nmh, MH, or GNU mailutils MH that it finds in the directories
584listed in @code{mh-path} (which you can customize), 584listed in @code{mh-path} (which you can customize),
585@code{mh-sys-path}, and @code{exec-path}. If MH-E can't find MH at 585@code{mh-sys-path}, and @code{exec-path}. If MH-E can't find MH at
586all, you may have to customize @code{mh-path} and add the directory in 586all, you may have to customize @code{mh-path} and add the directory in
587which the command @command{mhparam} is located. If, on the other hand, 587which the command @command{mhparam} is located. If, on the other hand,
588you have both nmh and mailutils installed (for example) and 588you have both nmh and GNU mailutils MH installed (for example) and
589@code{mh-variant-in-use} was initialized to nmh but you want to use 589@code{mh-variant-in-use} was initialized to nmh but you want to use
590mailutils, then you can set @code{mh-variant} to @samp{mailutils}. 590GNU mailutils MH, then you can set @code{mh-variant} to
591@samp{gnu-mh}.
591 592
592@vindex mh-flists-present-flag 593@vindex mh-flists-present-flag
593@vindex mh-lib 594@vindex mh-lib
@@ -8050,13 +8051,14 @@ width is 4, so you would use @samp{(mh-set-cmd-note 4)}.
8050The default setting for @code{mh-scan-format-file} is @samp{Use MH-E 8051The default setting for @code{mh-scan-format-file} is @samp{Use MH-E
8051scan Format}. This means that the format string will be taken from the 8052scan Format}. This means that the format string will be taken from the
8052either @code{mh-scan-format-mh} or @code{mh-scan-format-nmh} depending 8053either @code{mh-scan-format-mh} or @code{mh-scan-format-nmh} depending
8053on whether MH or nmh (or GNU mailutils) is in use. This setting also 8054on whether MH or nmh (or GNU mailutils MH) is in use. This setting
8054enables you to turn on the option @code{mh-adaptive-cmd-note-flag}. 8055also enables you to turn on the option
8055You can also set this option to @samp{Use Default scan Format} to get 8056@code{mh-adaptive-cmd-note-flag}. You can also set this option to
8056the same output as you would get if you ran @command{scan} from the 8057@samp{Use Default scan Format} to get the same output as you would get
8057shell. If you have a format file that you want MH-E to use but not MH, 8058if you ran @command{scan} from the shell. If you have a format file
8058you can set this option to @samp{Specify a scan Format File} and enter 8059that you want MH-E to use but not MH, you can set this option to
8059the name of your format file. 8060@samp{Specify a scan Format File} and enter the name of your format
8061file.
8060 8062
8061@vindex mh-scan-format-file 8063@vindex mh-scan-format-file
8062@vindex mh-scan-format-mh 8064@vindex mh-scan-format-mh
@@ -8065,7 +8067,7 @@ the name of your format file.
8065The scan format that MH-E uses when @code{mh-scan-format-file} is set 8067The scan format that MH-E uses when @code{mh-scan-format-file} is set
8066to its default of @samp{Use MH-E scan Format} is held in the variables 8068to its default of @samp{Use MH-E scan Format} is held in the variables
8067@code{mh-scan-format-nmh} and @code{mh-scan-format-mh} depending on 8069@code{mh-scan-format-nmh} and @code{mh-scan-format-mh} depending on
8068whether you are using nmh (or GNU mailutils) or not. Typically, you 8070whether you are using nmh (or GNU mailutils MH) or not. Typically, you
8069create your own format files rather than modifying these variables. 8071create your own format files rather than modifying these variables.
8070The value of @code{mh-scan-format-nmh} is: 8072The value of @code{mh-scan-format-nmh} is:
8071 8073
@@ -8913,12 +8915,12 @@ introduced in the version 7 series around the time of Emacs 21.4
8913in 1994. 8915in 1994.
8914 8916
8915Version 8 development was mostly driven by the rewrite of the manual. 8917Version 8 development was mostly driven by the rewrite of the manual.
8916It also brought mailutils support, S/MIME support, picon support, and 8918It also brought GNU mailutils MH support, S/MIME support, picon
8917an improved interface for hiding header fields. The CVS repository was 8919support, and an improved interface for hiding header fields. The CVS
8918migrated from SourceForge to Savannah (only for those files that were 8920repository was migrated from SourceForge to Savannah (only for those
8919already part of Emacs) and the software was completely reorganized to 8921files that were already part of Emacs) and the software was completely
8920push back two decades of entropy. Version 8 will appear in Emacs 22.1, 8922reorganized to push back two decades of entropy. Version 8 will appear
8921expected to be released in 2006. 8923in Emacs 22.1, expected to be released in 2006.
8922 8924
8923Bill Wohler, February 2006 8925Bill Wohler, February 2006
8924 8926