[PATCH v2 1/7] cli: add --duplicate=N option to notmuch search

2013-06-10 Thread Jani Nikula
On Sun, 09 Jun 2013, Mark Walters wrote: > Overall I like this series and am happy to give it a +1 as is but have a > few comments which might be worth considering. > > Is the order of filenames clear? eg is it the order that notmuch new met > them? In particular is duplicate=1 the oldest and

[PATCH v2 1/7] cli: add --duplicate=N option to notmuch search

2013-06-09 Thread Mark Walters
Overall I like this series and am happy to give it a +1 as is but have a few comments which might be worth considering. Is the order of filenames clear? eg is it the order that notmuch new met them? In particular is duplicate=1 the oldest and duplicate=N the newest? If so that might be worth

[PATCH v2 1/7] cli: add --duplicate=N option to notmuch search

2013-06-09 Thread Jani Nikula
Effective with --output=files, output the Nth filename associated with each message matching the query (N is 0-based). If N is equal to or greater than the number of files associated with the message, don't print anything. --- notmuch-search.c | 18 -- 1 file changed, 12