(Searching): Use mh vfolder_format and fix typo in database path for
mairix example. Specify -q in namazu example since namazu is excessively garrulous.
This commit is contained in:
parent
002d25243b
commit
6ddf13e4ad
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-12-01 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
|
||||
path for mairix example. Specify -q in namazu example since namazu is
|
||||
excessively garrulous.
|
||||
|
||||
2009-11-29 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* tramp.texi (Remote processes): Improve eshell example with "su"
|
||||
|
|
|
@ -6981,8 +6981,8 @@ base=/home/user/Mail
|
|||
# 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
|
||||
@end group
|
||||
@end smallexample
|
||||
|
||||
|
@ -7023,7 +7023,7 @@ daily from cron:
|
|||
|
||||
@smallexample
|
||||
mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \
|
||||
/home/user/Mail
|
||||
-q /home/user/Mail
|
||||
@end smallexample
|
||||
|
||||
@subsection pick
|
||||
|
|
Loading…
Add table
Reference in a new issue