diff options
| author | Bill Wohler | 2009-12-01 07:07:23 +0000 |
|---|---|---|
| committer | Bill Wohler | 2009-12-01 07:07:23 +0000 |
| commit | 002d25243b045f092907d6d9240f0cd1cd4b7151 (patch) | |
| tree | b68a5982801c9fa3e8e18f4b6c1e0a5af0ebb55b | |
| parent | e1ada2225c15dd39d36f57b0f655c41e7c438f01 (diff) | |
| download | emacs-002d25243b045f092907d6d9240f0cd1cd4b7151.tar.gz emacs-002d25243b045f092907d6d9240f0cd1cd4b7151.zip | |
(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.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/mh-e/mh-search.el | 6 |
2 files changed, 10 insertions, 3 deletions
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 @@ | |||
| 1 | 2009-12-01 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-search.el (mh-mairix-execute-search): Use mh vfolder_format. | ||
| 4 | Fix typo in database path. | ||
| 5 | (mh-namazu-execute-search): Specify -q in example since namazu is | ||
| 6 | excessively garrulous. | ||
| 7 | |||
| 1 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * mh-thread.el (mh-thread-set-tables): | 10 | * 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: | |||
| 1024 | # are subfolders within the folder | 1024 | # are subfolders within the folder |
| 1025 | mh=archive...:inbox:drafts:news:sent:trash | 1025 | mh=archive...:inbox:drafts:news:sent:trash |
| 1026 | 1026 | ||
| 1027 | vfolder_format=raw | 1027 | vfolder_format=mh |
| 1028 | database=/home/user/Mail/mairix/database | 1028 | database=/home/user/Mail/.mairix/database |
| 1029 | 1029 | ||
| 1030 | Use the following command line to generate the mairix index. Run | 1030 | Use the following command line to generate the mairix index. Run |
| 1031 | this daily from cron: | 1031 | this daily from cron: |
| @@ -1172,7 +1172,7 @@ Use the following command line to generate the namazu index. Run this | |||
| 1172 | daily from cron: | 1172 | daily from cron: |
| 1173 | 1173 | ||
| 1174 | mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \\ | 1174 | mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \\ |
| 1175 | /home/user/Mail | 1175 | -q /home/user/Mail |
| 1176 | 1176 | ||
| 1177 | In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP | 1177 | In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP |
| 1178 | is used to search." | 1178 | is used to search." |