* add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen'

- update documentation
  - update test cases
  - some cleanups in the C++-code
  - bump the database version, to trigger the --rebuild warning
This commit is contained in:
Dirk-Jan C. Binnema
2011-03-31 23:08:26 +03:00
parent 9a4ba103d2
commit b27a9f47c4
10 changed files with 56 additions and 33 deletions

View File

@ -1,4 +1,4 @@
.TH MU FIND 1 "January 2011" "User Manuals"
.TH MU FIND 1 "March 2011" "User Manuals"
.SH NAME
@ -124,6 +124,7 @@ listed in the following table:
p,passed Passed ('Handled')
r,replied Replied
s,seen Seen
u,unread Unread (shorthand for 'new or not seen')
t,thrashed Marked for deletion
a,attach Has attachment
z,signed Signed message
@ -400,13 +401,14 @@ Find all messages in the 'Archive' folder from Fred:
$ mu find from:fred maildir:/Archive
.fi
Find all messages with attachments:
Find all unread messages with attachments:
.nf
$ mu find flag:attach
$ mu find flag:unread flag:attach
.fi
.SS Integrating mu find with mail clients
.TP