]> git.notmuchmail.org Git - notmuch/history - notmuch-search.c
emacs: Combine string faces and combine under existing faces
[notmuch] / notmuch-search.c
2013-03-08 Jani Nikulacli: move config open/close to main() from subcommands
2013-03-07 Jani Nikulacli: config: make notmuch_config_open() "is new" parame...
2012-12-18 Jani Nikulacli: add --format=text0 to notmuch search
2012-12-16 Austin Clementssearch: Support --format-version
2012-12-08 Peter FeiglUse the S-Expression structured printer in notmuch...
2012-07-24 craven@gmx.netUse the structured formatters in notmuch-search.c.
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterUse notmuch_database_destroy instead of notmuch_databas...
2012-04-08 Mark Walterscli: move search to the new --exclude= naming scheme.
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-02 Mark Walterscli: omit excluded messages in results where appropriate.
2012-03-02 Mark Walterscli: add --no-exclude option to count and search.
2012-02-28 Austin ClementsDocument the JSON schemata used by show and search
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.