summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14cli: delete directory documents on directory removal0.21_rc0Jani Nikula
2015-10-10lib: add interface to delete directory documentsJani Nikula
2015-10-10test: flag one more notmuch new test as brokenJani Nikula
2015-10-05lib: update doxygen comments to add @since for the new _st APIDavid Bremner
2015-10-05ruby: use new query_search APIDavid Bremner
2015-10-05lib: migrate thread.cc to new query_search APIDavid Bremner
2015-10-05lib: migrate notmuch_database_upgrade to new query_search APIDavid Bremner
2015-10-05python: update bindings for new count APIDavid Bremner
2015-10-05ruby: use new count APIDavid Bremner
2015-10-05cli: update to use new count APIDavid Bremner
2015-10-05lib: add versions of n_q_count_{message,threads} with status returnDavid Bremner
2015-10-05cli/count: simplify and document return value of print_countDavid Bremner
2015-10-05lib: move query variable to function scopeDavid Bremner
2015-10-04nmbug-status: print config errors to stderrJani Nikula
2015-10-01notmuch-emacs-mua: make --auto-daemon imply --create-frameTomi Ollila
2015-09-29notmuch-emacs-mua: do not create a frame by default with --clientJani Nikula
2015-09-29notmuch-emacs-mua: add --auto-daemon option to start Emacs daemon as neededJani Nikula
2015-09-29notmuch-emacs-mua: move --client option handling aroundJani Nikula
2015-09-29notmuch-emacs-mua: support --no-window-system also for non-clientJani Nikula
2015-09-29man: clean up notmuch-emacs-mua man pageJani Nikula
2015-09-29cli: use designated initializer to initialize add_files_stateJani Nikula
2015-09-29nmbug-status: add support for specifying sort order for each viewJani Nikula
2015-09-26Merge branch 'release'David Bremner
2015-09-26debian: changelog stanza for 0.20.2-2debian/0.20.2-2David Bremner
2015-09-26debian: fix linking in emacsen-install scriptDavid Bremner
2015-09-26cli: do not sort addresses on --output=count or --deduplicate=addressJani Nikula
2015-09-26man: document notmuch address --deduplicate=address optionJani Nikula
2015-09-26test: add notmuch address --deduplicate=(no|mailbox|address) testsJani Nikula
2015-09-26cli: add support for deduplicating based on case insensitive addressJani Nikula
2015-09-26cli: change the data structure for notmuch address deduplicationJani Nikula
2015-09-26util: add strcmp_null, a strcmp that handles NULL parametersJani Nikula
2015-09-25lib: add support for date:<expr>..! to mean date:<expr>..<expr>Jani Nikula
2015-09-25test suite: don't consider skipped individual tests as failingDavid Bremner
2015-09-25make test: NOTMUCH_TEST_QUIET=1 is now the defaultTomi Ollila
2015-09-24man: document notmuch address --deduplicate=(no|mailbox) optionJani Nikula
2015-09-24test: notmuch address --deduplicate=no testsJani Nikula
2015-09-24cli: add support for not deduplicating notmuch address resultsJani Nikula
2015-09-24test: check argc in symbol-testJani Nikula
2015-09-23lib: constify arguments to notmuch_query_get_*David Bremner
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-09-20cli/count: update to use notmuch_query_search_messages_stDavid Bremner
2015-09-20cli: add utility routine to print error status.David Bremner
2015-09-09cli/count: apply uncrustify changesDavid Bremner
2015-09-07cli/count: remove unused argument handling for output=modificationsDavid Bremner
2015-09-07util: move strcase_equal and strcase_hash to utilJani Nikula
2015-09-07cli: abstract new mailbox creationJani Nikula
2015-09-07cli: g_hash_table_lookup_extended is overkillJani Nikula
2015-09-07test: fix whitespace/indentation in symbol-testJani Nikula
2015-09-07cli: reset db directory mtime upon directory removalJani Nikula
2015-09-07emacs: wrap current search in parens when filteringUli Scholler