diff --git a/NEWS b/NEWS index 24cb7879..da36c66e 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,13 @@ ** Release 0.9.2 (not yet released) - - better support for Solaris builds - - output searches as plain text, XML, JSON or s-expressions using - --format=plain|xml|json|sexp + - stricter checking of options; and options must now *follow* the sub-command + (if any); so, something like: 'mu index --maildir=/foo/bar' + - output searches as plain text (default), XML, JSON or s-expressions using + --format=plain|xml|json|sexp. For example: 'mu find foobar + --output=json'. These format options are experimental (except for 'plain') - the --xquery option should now be used as --format=xquery, for output - symlinks, use --format=links + symlinks, use --format=links. This is a change in the options. - search output can include the message size using the 'z' shortcut - match message size ranges (i.e.. size:500k..2M) - fix: honor the --overwrite (or lack thereof) parameter @@ -15,6 +17,7 @@ - when --maildir= is not provided for mu index, default to the last one - add --max-msg-size, to specify a new maximum message size - move the 'mug' UI to toys/mug; no longer installable + - better support for Solaris builds, Gentoo. ** Release 0.9.1 <2010-12-05 Sun> diff --git a/man/mu-extract.1 b/man/mu-extract.1 index b46aca81..71846aec 100644 --- a/man/mu-extract.1 +++ b/man/mu-extract.1 @@ -1,4 +1,4 @@ -.TH MU EXTRACT 1 "January 2011" "User Manuals" +.TH MU EXTRACT 1 "February 2011" "User Manuals" .SH NAME @@ -16,7 +16,8 @@ require the message to be indexed. For attachments, the file name specified in the mail message is used (if any). If there is no name, or when saving other mime-parts, a name is used -derived from the message-id of the message. +derived from the message-id of the message. Without any options, \fBmu +extract\fR simply outputs the list of MIME-parts in the message. .SH OPTIONS diff --git a/www/index.html b/www/index.html index e322353d..e2826ddd 100644 --- a/www/index.html +++ b/www/index.html @@ -75,10 +75,11 @@ up-to-date. Or you could trigger it when new mails have arrived.

After building the database, it's easy to search for messages. For example: