* update docs

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-16 13:55:00 +02:00
parent 27965456ad
commit 4d43994722
3 changed files with 9 additions and 8 deletions

1
NEWS
View File

@ -13,6 +13,7 @@
- support folder names with special characters
- better check for already-running mu index
- when --maildir= is not provided for mu index, default to the last one
- add --max-msg-size, to specify a new maximum message size
** Release 0.9.1 <2010-12-05 Sun>

View File

@ -7,12 +7,12 @@ mu easy \- a quick introduction to mu
.SH DESCRIPTION
\fBmu\fR is a set of tools for dealing with e-mail messages in Maildirs. There
are many options, which are all described in the individual man pages for the
various sub-commands. This man pages jumps over all the details and gives
examples of the more common use cases. If the use cases described here do not
precisely do what you want, please check the more extensive information in the
man page about the sub-command you are using -- for example, the mu-index or
mu-find man pages.
are many options, which are all described in the man pages for the various
sub-commands. This man pages jumps over all the details and gives examples of
the more common use cases. If the use cases described here do not precisely do
what you want, please check the more extensive information in the man page
about the sub-command you are using -- for example, the mu-index or mu-find
man pages.
\fBNOTE\fR: the \fBindex\fR command (and therefore, the ones that depend on
that, such as \fBfind\fR), require that you store your mail in the
@ -136,7 +136,7 @@ Get all messages from Jim without an attachment:
\fB$ mu find from:jim AND NOT flag:attach\fR
.fi
Get all unread messages where the subject is about Ångström:
Get all unread messages where the subject mentions Ångström:
.nf
\fB$ mu find flag:new subject:Ångström\fR
.fi

View File

@ -418,7 +418,7 @@ key will start a search, and F9 will take you to the results.
.nf
# mutt macros for mu
macro index <F8> "<shell-escape>mu find -c -l ~/Maildir/search " \\
macro index <F8> "<shell-escape>mu find --clearlinks --format=links --linksdir=~/Maildir/search " \\
"mu find"
macro index <F9> "<change-folder-readonly>~/Maildir/search" \\
"mu find results"