# HG changeset patch # User Bill Wohler # Date 1259651233 0 # Node ID d3e8af15d7a61b5fb8cfe7313a2eb6a0bb004261 # Parent d810540a6f2b68260a6cc0dc5eddf78954758e3b (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. diff -r d810540a6f2b -r d3e8af15d7a6 lisp/mh-e/mh-search.el --- a/lisp/mh-e/mh-search.el Tue Dec 01 04:04:33 2009 +0000 +++ b/lisp/mh-e/mh-search.el Tue Dec 01 07:07:13 2009 +0000 @@ -1024,8 +1024,8 @@ # 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 @@ 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."