(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:
parent
e1ada2225c
commit
002d25243b
2 changed files with 10 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue