index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
notmuch-search.c
Commit message (
Expand
)
Author
Age
*
avoid segfault when calling sanitize_string() on NULL
Daniel Kahn Gillmor
2011-06-03
*
Sanitize "Subject:" and "Author:" fields to not contain control characters in...
Andreas Amann
2011-06-01
*
Fix missing final newline in notmuch search output
Jameson Graef Rollins
2011-06-01
*
json: Fix search result with no matches to be a valid json object.
Carl Worth
2011-03-09
*
notmuch search: Clean up some memory leaks during search loop.
Carl Worth
2011-01-26
*
notmuch search: Fix missing final newline in "notmuch search --output=tags"
Carl Worth
2010-11-23
*
Print nothing when search result is empty
Michal Sojka
2010-11-04
*
notmuch search: Add a new "notmuch search --output=files"
Carl Worth
2010-10-28
*
notmuch search: Add a new --output=(summary|threads|messages|tags) option.
Carl Worth
2010-10-28
*
notmuch search: Fix to handle failure of notmuch_query_search_threads.
Carl Worth
2010-10-22
*
removed unused variables
Dirk Hohndel
2010-04-23
*
notmuch search: Fix timezone of timestamp in --format=json output
Carl Worth
2010-04-22
*
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-03-09
*
notmuch search: Use "thread" rather than "id" when formatting with JSON
Carl Worth
2010-02-23
*
Add an "--format=(json|text)" command-line option to both notmuch-search and ...
Scott Robinson
2010-02-23
*
notmuch search: Remove the chunked-searching hack.
Carl Worth
2009-11-23
*
search : Extend "intial burst" optimization to return all results by chunks
Carl Worth
2009-11-23
*
Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITE
Carl Worth
2009-11-21
*
Permit opening the notmuch database in read-only mode.
Chris Wilson
2009-11-21
*
notmuch search: Avoid infinite stream of exceptions from "notmuch search"
Carl Worth
2009-11-18
*
Typsos
Ingmar Vanhassel
2009-11-18
*
notmuch search: Change default search order to be newest messages first.
Carl Worth
2009-11-17
*
notmuch search: Return first 100 results as quickly as possible.
Carl Worth
2009-11-17
*
notmuch search: Add support for a --reverse option to reverse sort order.
Carl Worth
2009-11-12
*
notmuch search: Print the number of matched/total messages for each thread.
Carl Worth
2009-11-12
*
notmuch search: Add --first and --max-threads options for incremental search.
Carl Worth
2009-11-12
*
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-12
*
notmuch search: Print the names of author of matched emails.
Carl Worth
2009-11-12
*
Unbreak several notmuch commands after the addition of configuration.
Carl Worth
2009-11-11
*
notmuch: Break notmuch.c up into several smaller files.
Carl Worth
2009-11-10