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
*
search: Add stable queries to thread search results
Austin Clements
2013-11-08
*
cli: add --duplicate=N option to notmuch search
Jani Nikula
2013-08-24
*
cli: use notmuch_exclude_t in option parser
Peter Wang
2013-06-24
*
lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t
Mark Walters
2013-06-24
*
cli: add --exclude=all option to notmuch-search.c
Mark Walters
2013-05-13
*
cli: move config open/close to main() from subcommands
Jani Nikula
2013-03-08
*
cli: config: make notmuch_config_open() "is new" parameter input only
Jani Nikula
2013-03-07
*
cli: add --format=text0 to notmuch search
Jani Nikula
2012-12-18
*
search: Support --format-version
Austin Clements
2012-12-16
*
Use the S-Expression structured printer in notmuch-show, notmuch-reply and no...
Peter Feigl
2012-12-08
*
Use the structured formatters in notmuch-search.c.
craven@gmx.net
2012-07-24
*
lib/cli: Make notmuch_database_open return a status code
Austin Clements
2012-05-05
*
Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2012-04-28
*
cli: move search to the new --exclude= naming scheme.
Mark Walters
2012-04-07
*
cli: omit excluded messages in results where appropriate.
Mark Walters
2012-03-02
*
cli: add --no-exclude option to count and search.
Mark Walters
2012-03-02
*
Document the JSON schemata used by show and search
Austin Clements
2012-02-27
*
search: rename auto_exclude_tags to {search, }exclude_tags
Pieter Praet
2012-01-23
*
search: Support automatic tag exclusions
Austin Clements
2012-01-16
*
notmuch-search: convert to command-line-arguments
David Bremner
2011-12-08
*
json: date_relative for threads
pazz
2011-12-07
*
cli: add options --offset and --limit to notmuch search
Jani Nikula
2011-11-15
*
cli: change argument parsing convention for subcommands
David Bremner
2011-10-22
*
search --output=files: Output all filenames for each matching message
Mark Anderson
2011-06-28
*
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
[next]