[PATCH v7 2/6] cli: add options --offset and --limit to notmuch search

2011-11-16 Thread Jani Nikula
Add options --offset=[-]N and --limit=M to notmuch search to determine the first result and maximum number of results to display. Option --limit=M limits the maximum number of results to display to M. Option --offset=[-]N skips the first N results; with the leading '-' skip until the Nth result

[PATCH v7 2/6] cli: add options --offset and --limit to notmuch search

2011-11-15 Thread Jani Nikula
Add options --offset=[-]N and --limit=M to notmuch search to determine the first result and maximum number of results to display. Option --limit=M limits the maximum number of results to display to M. Option --offset=[-]N skips the first N results; with the leading '-' skip until the Nth result