aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
Commit message (Expand)AuthorAge
* 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
* notmuch search: Add --first and --max-threads options for incremental search.Gravatar Carl Worth2009-11-12
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* notmuch search: Print the names of author of matched emails.Gravatar Carl Worth2009-11-12
* Unbreak several notmuch commands after the addition of configuration.Gravatar Carl Worth2009-11-11
* notmuch: Break notmuch.c up into several smaller files.Gravatar Carl Worth2009-11-10