summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-04-27 11:56:35 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-04-27 11:56:35 +0300
commit4fcef3c2ebd6cc567c306de885cb62f3c80371c3 (patch)
tree7cb1130ab2befa6a105e01944e04b6480dc7d9b0
parentf70a64359bc1b1f598afd47cd4184adfebb705d4 (diff)
update documentation
-rw-r--r--NEWS.org18
-rw-r--r--mu4e/mu4e.texi6
2 files changed, 15 insertions, 9 deletions
diff --git a/NEWS.org b/NEWS.org
index 0bf26bf..edaeb8b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -18,7 +18,6 @@
After upgrading, you may wish to delete the files in the old location to
recover some diskspace.
-
- 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.
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
than as a separate file.
- - The ~--xbatchsize~ and ~--autoupgrade~ options for indexing are gone now; both
- are determined implicitly now.
+ - The ~--xbatchsize~ and ~--autoupgrade~ options for indexing are gone; both are
+ determined implicitly now.
*** mu4e
- ~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~
- 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
parameters to (re)initialize the Xapian database, as mentioned in the
@@ -114,8 +114,8 @@
- Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy
which is not meant for distribution. ~msg2pdf~ is disabled for now.
-
-
+
+
*** How to upgrade
- upgrade mu to the latest stable version
@@ -124,13 +124,13 @@
- Run `mu init' in a terminal
- - Make sure mu init points to the right Maildir folder and add your email address(es) the following way:
+ - Make sure mu init points to the right Maildir folder and add your email address(es) the following way:
`mu init --maildir=~/Maildir --my-address=jim@example.com --my-address=bob@example.com'
- once this is done run `mu index'
- - Don't forget to delete your old mail cache location if necessary (see release notes for more detail).
-
+ - Don't forget to delete your old mail cache location if necessary (see release notes for more detail).
+
** 1.2
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi
index e762b2e..21bfe7b 100644
--- a/mu4e/mu4e.texi
+++ b/mu4e/mu4e.texi
@@ -2013,6 +2013,12 @@ only appear as the term's rightmost character:
mime:image/*
@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
@node Bookmarks