* NEWS, mu-find.1, muile/README: update docs

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-22 21:10:54 +03:00
parent 7d49195aa4
commit 10af5aa4e8
3 changed files with 18 additions and 2 deletions

2
NEWS
View File

@ -10,7 +10,7 @@
issue #41) issue #41)
- search X-Label: tags (fixes issue #40) - search X-Label: tags (fixes issue #40)
- added toys/muile, the mu guile shells, which allows for message stats etc. - added toys/muile, the mu guile shells, which allows for message stats etc.
- fix date handling (timezones)
** Release 0.9.6 <2011-05-28 Sat> ** Release 0.9.6 <2011-05-28 Sat>

View File

@ -234,7 +234,7 @@ weeks old:
$ mu find date:3w..2w $ mu find date:3w..2w
.fi .fi
Finally, there are some special keywords for dates, namely 'now', meaning the There are some special keywords for dates, namely 'now', meaning the
prsent moment and 'today' for the beginning of today. So to get all messages prsent moment and 'today' for the beginning of today. So to get all messages
sent or received today, you could use: sent or received today, you could use:
@ -252,6 +252,13 @@ could use:
$ mu find size:10K..2M $ mu find size:10K..2M
.fi .fi
Finally, you can match \fIall\fR messages using "":
.nf
$ mu find ""
.fi
.SH OPTIONS .SH OPTIONS
Note, some of the important options are described in the \fBmu(1)\fR man-page Note, some of the important options are described in the \fBmu(1)\fR man-page

View File

@ -64,6 +64,15 @@
in your ~/.guile configuration. in your ~/.guile configuration.
** does this tool have some parameters?
Yes, there is --muhome to set a non-default place for the message database
(see the documentation on --muhome in the mu-find manpage).
And there is --msg=<path> where you specify some particular message file;
it will be available as 'mu:current' in the guile (muile) environment.
** What about searching messages in the database? ** What about searching messages in the database?
That's easy, too - it does require a little more scheme knowledge. For That's easy, too - it does require a little more scheme knowledge. For