summaryrefslogtreecommitdiffstats
path: root/notmuch-search.c
AgeCommit message (Expand)Author
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
2011-11-15cli: add options --offset and --limit to notmuch searchJani Nikula
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-06-28search --output=files: Output all filenames for each matching messageMark Anderson
2011-06-03avoid segfault when calling sanitize_string() on NULLDaniel Kahn Gillmor
2011-06-01Sanitize "Subject:" and "Author:" fields to not contain control characters in...Andreas Amann
2011-06-01Fix missing final newline in notmuch search outputJameson Graef Rollins
2011-03-09json: Fix search result with no matches to be a valid json object.Carl Worth
2011-01-26notmuch search: Clean up some memory leaks during search loop.Carl Worth
2010-11-23notmuch search: Fix missing final newline in "notmuch search --output=tags"Carl Worth
2010-11-04Print nothing when search result is emptyMichal Sojka
2010-10-28notmuch search: Add a new "notmuch search --output=files"Carl Worth
2010-10-28notmuch search: Add a new --output=(summary|threads|messages|tags) option.Carl Worth
2010-10-22notmuch search: Fix to handle failure of notmuch_query_search_threads.Carl Worth
2010-04-23removed unused variablesDirk Hohndel
2010-04-22notmuch search: Fix timezone of timestamp in --format=json outputCarl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-23notmuch search: Use "thread" rather than "id" when formatting with JSONCarl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and ...Scott Robinson
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-23search : Extend "intial burst" optimization to return all results by chunksCarl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-18notmuch search: Avoid infinite stream of exceptions from "notmuch search"Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-17notmuch search: Return first 100 results as quickly as possible.Carl Worth
2009-11-12notmuch search: Add support for a --reverse option to reverse sort order.Carl Worth
2009-11-12notmuch search: Print the number of matched/total messages for each thread.Carl Worth
2009-11-12notmuch search: Add --first and --max-threads options for incremental search.Carl Worth
2009-11-12libnotmuch: Underlying support for doing partial-results searches.Carl Worth
2009-11-12notmuch search: Print the names of author of matched emails.Carl Worth
2009-11-11Unbreak several notmuch commands after the addition of configuration.Carl Worth
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth