emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mh-e mh-search.el


From: Bill Wohler
Subject: [Emacs-diffs] emacs/lisp/mh-e mh-search.el
Date: Tue, 01 Dec 2009 07:07:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Bill Wohler <wohler>    09/12/01 07:07:13

Modified files:
        lisp/mh-e      : mh-search.el 

Log message:
        (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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-search.el?cvsroot=emacs&r1=1.25&r2=1.26

Patches:
Index: mh-search.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-search.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- mh-search.el        5 Nov 2009 21:04:59 -0000       1.25
+++ mh-search.el        1 Dec 2009 07:07:13 -0000       1.26
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]