aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
Commit message (Expand)AuthorAge
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* search: Add stable queries to thread search resultsGravatar Austin Clements2013-11-08
* cli: add --duplicate=N option to notmuch searchGravatar Jani Nikula2013-08-24
* cli: use notmuch_exclude_t in option parserGravatar Peter Wang2013-06-24
* lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_tGravatar Mark Walters2013-06-24
* cli: add --exclude=all option to notmuch-search.cGravatar Mark Walters2013-05-13
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* cli: add --format=text0 to notmuch searchGravatar Jani Nikula2012-12-18
* search: Support --format-versionGravatar Austin Clements2012-12-16
* Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...Gravatar Peter Feigl2012-12-08
* Use the structured formatters in notmuch-search.c.Gravatar craven@gmx.net2012-07-24
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* cli: move search to the new --exclude= naming scheme.Gravatar Mark Walters2012-04-07
* cli: omit excluded messages in results where appropriate.Gravatar Mark Walters2012-03-02
* cli: add --no-exclude option to count and search.Gravatar Mark Walters2012-03-02
* Document the JSON schemata used by show and searchGravatar Austin Clements2012-02-27
* search: rename auto_exclude_tags to {search, }exclude_tagsGravatar Pieter Praet2012-01-23
* search: Support automatic tag exclusionsGravatar Austin Clements2012-01-16
* notmuch-search: convert to command-line-argumentsGravatar David Bremner2011-12-08
* json: date_relative for threadsGravatar pazz2011-12-07
* cli: add options --offset and --limit to notmuch searchGravatar Jani Nikula2011-11-15
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* search --output=files: Output all filenames for each matching messageGravatar Mark Anderson2011-06-28
* avoid segfault when calling sanitize_string() on NULLGravatar Daniel Kahn Gillmor2011-06-03
* Sanitize "Subject:" and "Author:" fields to not contain control characters in...Gravatar Andreas Amann2011-06-01
* Fix missing final newline in notmuch search outputGravatar Jameson Graef Rollins2011-06-01
* json: Fix search result with no matches to be a valid json object.Gravatar Carl Worth2011-03-09
* notmuch search: Clean up some memory leaks during search loop.Gravatar Carl Worth2011-01-26
* notmuch search: Fix missing final newline in "notmuch search --output=tags"Gravatar Carl Worth2010-11-23
* Print nothing when search result is emptyGravatar Michal Sojka2010-11-04
* notmuch search: Add a new "notmuch search --output=files"Gravatar Carl Worth2010-10-28
* notmuch search: Add a new --output=(summary|threads|messages|tags) option.Gravatar Carl Worth2010-10-28
* notmuch search: Fix to handle failure of notmuch_query_search_threads.Gravatar Carl Worth2010-10-22
* removed unused variablesGravatar Dirk Hohndel2010-04-23
* notmuch search: Fix timezone of timestamp in --format=json outputGravatar Carl Worth2010-04-22
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* notmuch search: Use "thread" rather than "id" when formatting with JSONGravatar Carl Worth2010-02-23
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
* search : Extend "intial burst" optimization to return all results by chunksGravatar Carl Worth2009-11-23
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* notmuch search: Avoid infinite stream of exceptions from "notmuch search"Gravatar Carl Worth2009-11-18
* TypsosGravatar Ingmar Vanhassel2009-11-18
* notmuch search: Change default search order to be newest messages first.Gravatar Carl Worth2009-11-17
* notmuch search: Return first 100 results as quickly as possible.Gravatar Carl Worth2009-11-17
* notmuch search: Add support for a --reverse option to reverse sort order.Gravatar Carl Worth2009-11-12
* notmuch search: Print the number of matched/total messages for each thread.Gravatar Carl Worth2009-11-12