From 4d439947223cc9439874894006e23a0f6f379e26 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 16 Jan 2011 13:55:00 +0200 Subject: [PATCH] * update docs --- NEWS | 1 + man/mu-easy.1 | 14 +++++++------- man/mu-find.1 | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index a6a9b833..9f08effe 100644 --- a/NEWS +++ b/NEWS @@ -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> diff --git a/man/mu-easy.1 b/man/mu-easy.1 index 505ee1d4..d4fa7fa8 100644 --- a/man/mu-easy.1 +++ b/man/mu-easy.1 @@ -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 diff --git a/man/mu-find.1 b/man/mu-find.1 index 34e0f215..a5f2d8a1 100644 --- a/man/mu-find.1 +++ b/man/mu-find.1 @@ -418,7 +418,7 @@ key will start a search, and F9 will take you to the results. .nf # mutt macros for mu -macro index "mu find -c -l ~/Maildir/search " \\ +macro index "mu find --clearlinks --format=links --linksdir=~/Maildir/search " \\ "mu find" macro index "~/Maildir/search" \\ "mu find results"