summaryrefslogtreecommitdiff
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2009-12-01 07:07:13 +0000
committerBill Wohler <wohler@newt.com>2009-12-01 07:07:13 +0000
commit6c7aad79fe40e911972c00fc44bf617919db3c57 (patch)
tree3513110da4e5380a19b4e3700b794b6524e97c14 /lisp/mh-e
parentaa3994debb28b995abf9e8295de0abb0588aff08 (diff)
downloademacs-6c7aad79fe40e911972c00fc44bf617919db3c57.tar.gz
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
database path. (mh-namazu-execute-search): Specify -q in example since namazu is excessively garrulous.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-search.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el
index ba0b04a50b5..400a491d4c8 100644
--- a/lisp/mh-e/mh-search.el
+++ b/lisp/mh-e/mh-search.el
@@ -1024,8 +1024,8 @@ following contents:
# are subfolders within the folder
mh=archive...:inbox:drafts:news:sent:trash
- vfolder_format=raw
- database=/home/user/Mail/mairix/database
+ vfolder_format=mh
+ database=/home/user/Mail/.mairix/database
Use the following command line to generate the mairix index. Run
this daily from cron:
@@ -1172,7 +1172,7 @@ Use the following command line to generate the namazu index. Run this
daily from cron:
mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \\
- /home/user/Mail
+ -q /home/user/Mail
In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP
is used to search."