]> git.notmuchmail.org Git - notmuch/commit
cli: add --duplicate=N option to notmuch search
authorJani Nikula <jani@nikula.org>
Sat, 17 Aug 2013 12:11:26 +0000 (15:11 +0300)
committerDavid Bremner <bremner@debian.org>
Sat, 24 Aug 2013 09:41:55 +0000 (11:41 +0200)
commitcc4fb2c17290c34771a314cd2a582a3d8d28ca71
tree863d5b0cbe40fa1dfbf94c6eef40edaad4afc3e2
parentd416294ae87ee08a723616abe7bf0fa78cc35dbf
cli: add --duplicate=N option to notmuch search

Effective with --output=files, output the Nth filename associated with
each message matching the query (N is 1-based). If N is greater than
the number of files associated with the message, don't print anything.
notmuch-search.c