]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
authorBill Wohler <wohler@newt.com>
Tue, 1 Dec 2009 07:07:23 +0000 (07:07 +0000)
committerBill Wohler <wohler@newt.com>
Tue, 1 Dec 2009 07:07:23 +0000 (07:07 +0000)
database path.
(mh-namazu-execute-search): Specify -q in example since namazu is
excessively garrulous.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-search.el

index 1c8c85bfe03a58c68abe87bd5b3008beccd64082..7802c69763ca7921be1654b082d34a7e9de5a53b 100644 (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):
index ba0b04a50b5fd6c8cef818e65b2c059a2a1398d7..400a491d4c839029e17f0cac10c7aa8018b22547 100644 (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."