update documentation

This commit is contained in:
Dirk-Jan C. Binnema 2020-04-27 11:56:35 +03:00
parent f70a64359b
commit 4fcef3c2eb
2 changed files with 15 additions and 9 deletions

View File

@ -18,7 +18,6 @@
After upgrading, you may wish to delete the files in the old location to After upgrading, you may wish to delete the files in the old location to
recover some diskspace. recover some diskspace.
- There's a new subcommand ~mu init~ to initialize the mu database, which - There's a new subcommand ~mu init~ to initialize the mu database, which
takes the ~--maildir~ and ~--my-address~ parameters that ~index~ used to take. takes the ~--maildir~ and ~--my-address~ parameters that ~index~ used to take.
These parameters are persistent so ~index~ does not need (or accept) them These parameters are persistent so ~index~ does not need (or accept) them
@ -34,14 +33,15 @@
contact-completion) is now stored as part of the Xapian database rather contact-completion) is now stored as part of the Xapian database rather
than as a separate file. than as a separate file.
- The ~--xbatchsize~ and ~--autoupgrade~ options for indexing are gone now; both - The ~--xbatchsize~ and ~--autoupgrade~ options for indexing are gone; both are
are determined implicitly now. determined implicitly now.
*** mu4e *** mu4e
- ~mu4e~ no longer uses the ~mu4e-maildir~ and ~mu4e-user-mail-address-list~ - ~mu4e~ no longer uses the ~mu4e-maildir~ and ~mu4e-user-mail-address-list~
variables; instead it uses the information it gets from ~mu~ (see the ~mu~ variables; instead it uses the information it gets from ~mu~ (see the ~mu~
section above). section above). If you have a non-default ~mu4e-mu-home~, make sure to set
it before ~mu4e~ starts.
It is strongly recommended that you run ~mu init~ with the appropriate It is strongly recommended that you run ~mu init~ with the appropriate
parameters to (re)initialize the Xapian database, as mentioned in the parameters to (re)initialize the Xapian database, as mentioned in the

View File

@ -2013,6 +2013,12 @@ only appear as the term's rightmost character:
mime:image/* mime:image/*
@end verbatim @end verbatim
Get all messages with files that end in @t{.ppt}; this uses the
regular-expression support, which is powerful but relatively slow:
@verbatim
file:/\.ppt$/
@end verbatim
@end itemize @end itemize
@node Bookmarks @node Bookmarks