Mercurial > emacs
changeset 106343:d3e8af15d7a6
(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.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 01 Dec 2009 07:07:13 +0000 |
parents | d810540a6f2b |
children | f9f2b9c59f24 |
files | lisp/mh-e/mh-search.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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."