From: Bill Wohler Date: Tue, 1 Dec 2009 07:07:23 +0000 (+0000) Subject: (mh-mairix-execute-search): Use mh vfolder_format. Fix typo in X-Git-Tag: emacs-pretest-23.1.90~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=002d25243b045f092907d6d9240f0cd1cd4b7151;p=emacs.git (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 --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 1c8c85bfe03..7802c69763c 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,10 @@ +2009-12-01 Bill Wohler + + * 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 * mh-thread.el (mh-thread-set-tables): 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."