summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2012-11-23 23:13:44 -0800
committerBill Wohler <wohler@newt.com>2012-11-23 23:13:44 -0800
commitcf1f2c3e75dadd843d9d9da90729db1035a70dec (patch)
treed9835e81bb287e81dd03c76e5a269ca175d95dff
parentcb6f5650490d5248d1f9e339a20e93c52a66572b (diff)
downloademacs-cf1f2c3e75dadd843d9d9da90729db1035a70dec.tar.gz
Use ~ instead of /home/user.
Use mformat instead of obsolete vfolder_format.
-rw-r--r--doc/misc/mh-e.texi17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index e59b312889d..2ae0ed7ffce 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -6966,23 +6966,22 @@ swish-e -c /home/user/Mail/.swish/config
@cindex @command{mairix}
@cindex Unix commands, @command{mairix}
-In the examples below, replace @file{/home/user/Mail} with the path to
-your MH directory.
+In the examples below, replace @file{~/Mail} with the path to your MH
+directory.
-First create the directory @file{/home/user/Mail/.mairix}. Then create
-the file @file{/home/user/Mail/.mairix/config} with the following
-contents:
+First create the directory @file{~/Mail/.mairix}. Then create the file
+@file{~/Mail/.mairix/config} with the following contents:
@smallexample
@group
-base=/home/user/Mail
+base=~/Mail
# List of folders that should be indexed. 3 dots at the end means there
# are subfolders within the folder
mh=archive...:inbox:drafts:news:sent:trash
-vfolder_format=mh
-database=/home/user/Mail/.mairix/database
+mformat=mh
+database=~/Mail/.mairix/database
@end group
@end smallexample
@@ -6990,7 +6989,7 @@ Use the following command line to generate the mairix index. Run this daily
from cron:
@smallexample
-mairix -f /home/user/Mail/.mairix/config
+mairix -f ~/Mail/.mairix/config
@end smallexample
@subsection namazu