summaryrefslogtreecommitdiffstats
path: root/notmuch-search.c
AgeCommit message (Expand)Author
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
2013-08-24cli: add --duplicate=N option to notmuch searchJani Nikula
2013-06-24cli: use notmuch_exclude_t in option parserPeter Wang
2013-06-24lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tMark Walters
2013-05-13cli: add --exclude=all option to notmuch-search.cMark Walters
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-12-18cli: add --format=text0 to notmuch searchJani Nikula
2012-12-16search: Support --format-versionAustin Clements
2012-12-08Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...Peter Feigl
2012-07-24Use the structured formatters in notmuch-search.c.craven@gmx.net
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 search to the new --exclude= 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-02-27Document the JSON schemata used by show and searchAustin Clements
2012-01-23search: rename auto_exclude_tags to {search, }exclude_tagsPieter Praet
2012-01-16search: Support automatic tag exclusionsAustin Clements
2011-12-08notmuch-search: convert to command-line-argumentsDavid Bremner
2011-12-07json: date_relative for threadspazz