* add skipping support to mu-find

This commit is contained in:
djcb
2012-12-17 22:30:07 +02:00
parent 76adc694c0
commit 3353e32c28
4 changed files with 11 additions and 10 deletions

View File

@ -429,7 +429,7 @@ details of the bookmarks file.
.TP
\fB\-\-no\-msgid\-dups\fR
\fB\-\-no\-dups\fR,\fB-u\fR
whenever there are multiple messages with the same name, only show the first
one. This is useful if you have copies of the same message, which is a common
occurence when using e.g. Gmail together with \fBofflineimap\fR.
@ -450,9 +450,10 @@ information about the message, as in the following table:
| other | |-> | |*> | |=> |
.fi
Here, the an 'orphan' is a message without a parent message (in the list of
Here, an 'orphan' is a message without a parent message (in the list of
matches), and a duplicate is a message whose message-id was already seen
before.
before; not this may not really be the same message, if the message-id was
copied.
The algorithm used for determining the threads is based on Jamie Zawinksy's
description: