summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-04lib: constify argument to notmuch_database_status_stringDavid Bremner
2015-09-04test: move backup_database and restore_database to libraryDavid Bremner
2015-09-04lib: note remaining uses of deprecated message search APIDavid Bremner
2015-09-04lib: remove use of notmuch_query_search_messages from query.ccDavid Bremner
2015-08-26cli/lib: remove support for GMime 2.4David Bremner
2015-08-14lib: Add "lastmod:" queries for filtering by last modificationAustin Clements
2015-08-14cli: add global option "--uuid"David Bremner
2015-08-14cli/count: add --lastmodDavid Bremner
2015-08-13lib: API to retrieve database revision and UUIDAustin Clements
2015-08-13lib: Add per-message last modification trackingAustin Clements
2015-08-10configure: clean up messages around reading libnotmuch versionJani Nikula
2015-08-10build: extract library versions from notmuch.hDavid Bremner
2015-08-07test: make script exit (1) if it "fails" to source (.) a fileTomi Ollila
2015-08-07NEWS: emacs: notmuch-{cli,emacs}-version usageTomi Ollila
2015-08-07emacs/notmuch-mua.el: whitespace cleanupDavid Bremner
2015-08-07emacs: make modifications to message Fcc vars buffer-localDavid Bremner
2015-08-07emacs: define a notmuch-compose-mode based on message mode.David Bremner
2015-08-04test: add debugging output to notmuch-new tests, mark 5 as brokenDavid Bremner
2015-08-04cli/new: add more debugging outputDavid Bremner
2015-08-04test: don't claim single message mbox support is going awayDavid Bremner
2015-08-04emacs: prefer notmuch-emacs-version in User-Agent: headerTomi Ollila
2015-08-04emacs: renamed function notmuch-version to notmuch-cli-versionTomi Ollila
2015-08-04devel/release-checks.sh: made python version check work with python 3Tomi Ollila
2015-08-04test: use the python interpreter in sh.configDavid Bremner
2015-08-04emacs: add a filter option to showMark Walters
2015-08-04emacs: split notmuch-show-apply-stateMark Walters
2015-08-04lib: add public accessor for database from queryDavid Bremner
2015-08-04lib: deprecate notmuch_query_search_{threads, messages}David Bremner
2015-08-04lib: define NOTMUCH_DEPRECATED macro, document its use.David Bremner
2015-08-04lib: Only sync modified message documentsAustin Clements
2015-07-30configure: support --without-rubyDavid Bremner
2015-07-30configure: support --with-docs=noDavid Bremner
2015-07-30configure: alphabetize --without helpDavid Bremner
2015-07-30configure: fix typo in commentDavid Bremner
2015-07-30cli: enable notmuch --help commandDavid Bremner
2015-07-30doc: whitespace cleanup for notmuch.rstDavid Bremner
2015-07-28build: add "set -eu" to version script generationDavid Bremner
2015-07-28configure: whitespace cleanupDavid Bremner
2015-07-27configure: add --without-docs switchMikhail
2015-07-10replace hardcoded "python" with configured python commandDavid Bremner
2015-06-30Fix documentation for notmuch--tag-hook functionsDaniel Schoepe
2015-06-27Merge tag '0.20.2'David Bremner
2015-06-27version: update to 0.20.2debian/0.20.2-10.20.2David Bremner
2015-06-27debian: update changelog for 20.2-1David Bremner
2015-06-27NEWS for 0.20.2David Bremner
2015-06-23emacs: tree: mark read changeMark Walters
2015-06-14test: add initial ruby testsDavid Bremner
2015-06-14build/ruby: use notmuch configure script values for shared libDavid Bremner
2015-06-13lib, ruby: make use of -Wl,--no-undefined configurableDavid Bremner
2015-06-13emacs search: stash queryMark Walters