summaryrefslogtreecommitdiff
path: root/notmuch-search.c
AgeCommit message (Expand)Author
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 notmuch-show.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