summaryrefslogtreecommitdiffstats
path: root/notmuch-search.c
AgeCommit message (Expand)Author
2021-09-04CLI: move query syntax to shared optionDavid Bremner
2021-09-04CLI/search+address: support sexpr queriesDavid Bremner
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06CLI/{search,address}: convert to new configuration frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2020-07-18cli/search: replace deprecated notmuch_message_get_flagDavid Bremner
2019-06-14cli: run uncrustifyuncrustify
2019-06-14CLI: replace some constructs with more uncrustify friendly onesDavid Bremner
2019-05-03gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects itDaniel Kahn Gillmor
2017-12-14cli: add support for only printing the addresses in notmuch addressJani Nikula
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-08-01cli/search: print total number of files matched in summary output.David Bremner
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
2017-03-22lib: replace n_query_search_threads 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-09-26cli: do not sort addresses on --output=count or --deduplicate=addressJani Nikula
2015-09-26cli: add support for deduplicating based on case insensitive addressJani Nikula
2015-09-26cli: change the data structure for notmuch address deduplicationJani Nikula
2015-09-24cli: add support for not deduplicating notmuch address resultsJani Nikula
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-09-07cli: abstract new mailbox creationJani Nikula
2015-09-07cli: g_hash_table_lookup_extended is overkillJani Nikula
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2015-03-29lib: add "verbose" versions of notmuch_database_{open,create}David Bremner
2015-02-25cli: fix clang build warningsJani Nikula
2014-11-09cli: notmuch address option defaults updateTomi Ollila
2014-11-05cli: address: Add --output=countMichal Sojka
2014-11-05cli: address: Do not output duplicate addressesMichal Sojka
2014-11-05cli: search: Convert --output to keyword argumentMichal Sojka
2014-11-05cli: Introduce "notmuch address" commandMichal Sojka
2014-11-05cli: search: Split notmuch_search_command to smaller functionsMichal Sojka
2014-11-05cli: search: Convert ctx. to ctx->Michal Sojka
2014-11-05cli: search: Move more variables into search_context_tMichal Sojka
2014-11-05cli: search: Rename options to contextMichal Sojka
2014-11-02cli: add support for notmuch search --duplicate=N with --output=messagesJani Nikula
2014-11-01cli: search: Add --output={sender,recipients}Michal Sojka
2014-11-01cli: search: Convert --output to keyword-flag argumentMichal Sojka
2014-11-01cli: search: Refactor passing of command line optionsMichal Sojka
2014-03-09util: make sanitize string available in string util for reuseJani Nikula
2014-03-09cli: sanitize tabs and newlines to spaces in notmuch searchJani Nikula
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-11-08search: Add stable queries to thread search resultsAustin Clements