]> git.notmuchmail.org Git - notmuch/history - notmuch-search.c
show: Convert text format to the new self-recursive style
[notmuch] / notmuch-search.c
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-23 Pieter Praetsearch: rename auto_exclude_tags to {search, }exclude_tags
2012-01-17 Austin Clementssearch: Support automatic tag exclusions
2011-12-09 David Bremnernotmuch-search: convert to command-line-arguments
2011-12-08 pazzjson: date_relative for threads
2011-11-15 Jani Nikulacli: add options --offset and --limit to notmuch search
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-06-30 Mark Andersonsearch --output=files: Output all filenames for each...
2011-06-28 Mark Andersonsearch --output=files: Output all filenames for each...
2011-06-03 Daniel Kahn Gillmoravoid segfault when calling sanitize_string() on NULL
2011-06-02 Andreas AmannSanitize "Subject:" and "Author:" fields to not contain...
2011-06-01 Jameson Graef RollinsFix missing final newline in notmuch search output
2011-03-10 Carl WorthMerge remote branch 'amdragon/search-perf-3'
2011-03-09 Carl Worthjson: Fix search result with no matches to be a valid...
2011-01-26 Carl Worthnotmuch search: Clean up some memory leaks during searc...
2010-11-24 Carl Worthnotmuch search: Fix missing final newline in "notmuch...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-04 Michal SojkaPrint nothing when search result is empty
2010-10-28 Carl Worthnotmuch search: Add a new "notmuch search --output...
2010-10-28 Carl Worthnotmuch search: Add a new --output=(summary|threads...
2010-10-23 Carl Worthnotmuch search: Fix to handle failure of notmuch_query_...
2010-04-24 Dirk Hohndelremoved unused variables
2010-04-23 Carl Worthnotmuch search: Fix timezone of timestamp in --format...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-23 Carl Worthnotmuch search: Use "thread" rather than "id" when...
2010-02-23 Scott RobinsonAdd an "--format=(json|text)" command-line option to...
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Carl Worthnotmuch search: Remove the chunked-searching hack.
2009-11-23 Carl Worthsearch : Extend "intial burst" optimization to return...
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-18 Carl Worthnotmuch search: Avoid infinite stream of exceptions...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-18 Carl Worthnotmuch search: Return first 100 results as quickly...
2009-11-13 Carl Worthnotmuch search: Add support for a --reverse option...
2009-11-13 Carl Worthnotmuch search: Print the number of matched/total messa...
2009-11-13 Carl Worthnotmuch search: Add --first and --max-threads options...
2009-11-13 Carl Worthlibnotmuch: Underlying support for doing partial-result...
2009-11-12 Carl Worthnotmuch search: Print the names of author of matched...
2009-11-12 Carl WorthUnbreak several notmuch commands after the addition...
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.