aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-18ruby: Add wrapper for notmuch_query_count_threadsWael M. Nasreddine
2014-05-18Merge branch 'release'David Bremner
2014-05-18test: allow pending break points in atomicity script.David Bremner
2014-05-18test/Makefile.local: Added configured TALLOC_LDFLAGS.Charles Celerier
2014-05-18notmuch-dump: use fsync instead of fdatasyncDavid Bremner
2014-05-09Merge in a few Debian commits.David Bremner
2014-05-08debian: disable atomicity tests on armel.David Bremner
2014-05-08debian: disable atomicity tests on armhfDavid Bremner
2014-05-06Merge tag '0.18'David Bremner
2014-05-06debian: changelog stanza for 0.180.18David Bremner
2014-05-06version: bump to 0.18David Bremner
2014-05-04emacs: allow functions in notmuch-show-stash-mlarchive-link-alistJani Nikula
2014-05-04Merge tag '0.18_rc1'David Bremner
2014-05-04build: use UPSTREAM_TAG and not VERSION to generate tarballdebian/0.18_rc1-10.18_rc1David Bremner
2014-05-04doc/doxygen.cfg: bump version to 0.18David Bremner
2014-05-04version: bump for 0.18~rc1David Bremner
2014-05-03vim: improve the way messages are sentFelipe Contreras
2014-05-03vim: make the html handler configurablePaul Roberts
2014-05-03vim: fix count_threads variable checkFelipe Contreras
2014-05-03doc: add *.pyc to doc/.gitignoreJani Nikula
2014-05-03test: add have-man and have-compact in test/.gitignoreJani Nikula
2014-05-03NEWS: make it explicit that wildcard matching is no longer supportedJani Nikula
2014-05-02NEWS: insert and new refuse invalid tagsJani Nikula
2014-05-02NEWS: message piping working directoryJani Nikula
2014-05-02NEWS: emacs: push mark before signature on replyJani Nikula
2014-05-02NEWS: cli exit status codesJani Nikula
2014-05-02NEWS: notmuch insert respects maildir.synchronize_flagsJani Nikula
2014-05-01NEWS: add overview section for 0.18David Bremner
2014-04-28NEWS: message header parser changesJani Nikula
2014-04-28NEWS: mbox files are no longer supportedJani Nikula
2014-04-28NEWS: folder:, path:, and database upgradeJani Nikula
2014-04-28NEWS: replies to encrypted messages encrypted by defaultJani Nikula
2014-04-27NEWS: Ido initialization for Emacs 23.[123]Tomi Ollila
2014-04-24building from git: use --abbrev=7 for version stringTomi Ollila
2014-04-22Merge tag '0.18_rc0'David Bremner
2014-04-22doc: remove conf.pyc on cleandebian/0.18_rc0-10.18_rc0David Bremner
2014-04-22python: bump versionDavid Bremner
2014-04-22NEWS: bump versionDavid Bremner
2014-04-22debian: NEWS item about database upgradeDavid Bremner
2014-04-22debian: changelog stanza for 0.18~rc0-1David Bremner
2014-04-22version: bump to 0.18~rc0David Bremner
2014-04-21doc: Simplify and clarify notmuch show --format=sexp descriptionAustin Clements
2014-04-21doc: Clarify charset encoding of JSON outputAustin Clements
2014-04-21doc: Fix minor formatting issues in notmuch-show.rstAustin Clements
2014-04-21doc: Clarify notmuch show --format=raw descriptionAustin Clements
2014-04-21emacs: hello: bugfix for saved searches defcustomMark Walters
2014-04-21doc/prerst2man.py: Fix 'os.system' -> 'system' typoW. Trevor King
2014-04-21doc/prerst2man.py: Use Python-3-compatible octal notationW. Trevor King
2014-04-21doc/mkdocdeps.py: Use "with" statement for the output fileW. Trevor King
2014-04-21doc/mkdocdeps.py: Convert execfile to importW. Trevor King