(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.
This commit is contained in:
Bill Wohler 2009-12-01 07:07:23 +00:00
parent e1ada2225c
commit 002d25243b
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2009-12-01 Bill Wohler <wohler@newt.com>
* mh-search.el (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.
2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
* mh-thread.el (mh-thread-set-tables):

View file

@ -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."