summaryrefslogtreecommitdiffstats
path: root/notmuch-count.c
AgeCommit message (Expand)Author
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06CLI/count: switch to new configuration frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2019-06-14cli: run uncrustifyuncrustify
2017-10-15cli: make notmuch count --exclude a boolean argumentJani Nikula
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-30cppcheck: close files during shutdownDavid Bremner
2017-06-25fix wrong printf formatting of signed/unsigned integersPiotr Trojanek
2017-03-22lib: make notmuch_query_add_tag_exclude return a status valueDavid Bremner
2017-03-22lib: replace deprecated n_q_count_threads with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_count_messages with status returning versionDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-10-05cli: update to use new count APIDavid Bremner
2015-10-05cli/count: simplify and document return value of print_countDavid Bremner
2015-09-20cli/count: update to use notmuch_query_search_messages_stDavid Bremner
2015-09-09cli/count: apply uncrustify changesDavid Bremner
2015-09-07cli/count: remove unused argument handling for output=modificationsDavid Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-08-14cli/count: add --lastmodDavid Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-08-24cli: add --output=files option to notmuch countJani Nikula
2013-04-01cli: add --batch option to notmuch countJani Nikula
2013-04-01cli: extract count printing to a separate function in notmuch countJani Nikula
2013-04-01cli: remove useless talloc_strdupJani Nikula
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2012-04-07cli: move count to the new --exclude=(true|false|flag) naming scheme.Mark Walters
2012-03-02cli: omit excluded messages in results where appropriate.Mark Walters
2012-03-02cli: add --no-exclude option to count and search.Mark Walters
2012-01-23search: rename auto_exclude_tags to {search, }exclude_tagsPieter Praet
2012-01-16search: Support automatic tag exclusionsAustin Clements
2012-01-13count: Convert to new-style argument parsingAustin Clements
2011-11-15cli: add support for --output parameter in notmuch countJani Nikula
2011-11-15cli: drop unused code from notmuch countJani Nikula
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2010-04-09notmuch count: Remove special handling of "*".Carl Worth
2010-04-09Have notmuch count default to showing the total.Mike Kelly
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard