aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-21thread: Fix sort of search when constructing threads.Carl Worth
2010-04-21test: Add tests for naming threads with changing subjects.Carl Worth
2010-04-21thread: Simplify code for assigning the subject.Carl Worth
2010-04-21Name thread based on matching msgs instead of first msg.Jesse Rosenthal
2010-04-21configure: Print version of Xapian found during configure check.Carl Worth
2010-04-21configure: Generalize the GMime configure checks.Carl Worth
2010-04-21configure: Add support for GMime 2.6Adrien Bustany
2010-04-21emacs: Fix notmuch-search-authors-width declaration.Carl Worth
2010-04-21emacs: Support for customizing search result displayDavid Edmondson
2010-04-21emacs/notmuch-show.el: Part headers are real buttons that save the partCarl Worth
2010-04-21emacs: Display all body parts using `notmuch part --part=<n>'David Edmondson
2010-04-21emacs: Use mailcap.el to guess the type of application/octet-stream partsDavid Edmondson
2010-04-21emacs: Use `mm-display-part' when possibleDavid Edmondson
2010-04-21emacs/notmuch-show.el: Improved part labellingDavid Edmondson
2010-04-21emacs: Move body markup to a separate fileDavid Edmondson
2010-04-21emacs: Rename body-invis-spec to message-invis-specCarl Worth
2010-04-21emacs: Remove the notmuch-show-toggle-body command (with "b" binding)Carl Worth
2010-04-21emacs: JSON based implementationDavid Edmondson
2010-04-20json_quote_chararray: Always return a newly talloced arrayAnthony
2010-04-20json: Avoid calling strlen(NULL)David Edmondson
2010-04-19python: Adapt README somewhatSebastian Spaeth
2010-04-19python: Rename notmuch binary to notmuch.pySebastian Spaeth
2010-04-19Remove all traces of cnotmuchSebastian Spaeth
2010-04-19python: adapt docs to the notmuch module renamingSebastian Spaeth
2010-04-19rename module to just 'notmuch'Sebastian Spaeth
2010-04-19cnotmuch -> notmuchSebastian Spaeth
2010-04-19emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode'David Edmondson
2010-04-19emacs/notmuch-show.el: Avoid passing unintended format strings to `message'David Edmondson
2010-04-19debian: Make git ignore several intermediate files.Carl Worth
2010-04-16make release: Add Debian package building and upload0.2Carl Worth
2010-04-16Increment version to 0.2.Carl Worth
2010-04-16make release: Add a check that version and debian/changelog are consistentCarl Worth
2010-04-16Makefile: Avoid complaining about .first-build-message not existingCarl Worth
2010-04-16Fix final link of notmuch binary to use C compiler if possible.Carl Worth
2010-04-16debian: Remove watch file.Carl Worth
2010-04-16debian: Switch to "3.0 (native)" source format.Carl Worth
2010-04-16Makefile: Fix conditionals to avoid calling git when no .git is presentCarl Worth
2010-04-16Makefile: Add a top-level "make snapshot" target.Carl Worth
2010-04-16Makefile: Rework the version checks slightly.Carl Worth
2010-04-16RELEASING: Add a step to upgrade the version in the "version" file.Carl Worth
2010-04-16Makefile: Add an explicit version file to the repository.Carl Worth
2010-04-16debian/changelog: Create an entry for the 0.2 release.Carl Worth
2010-04-16RELEASING: Add a (manual!) step to create a debian/changelog entryCarl Worth
2010-04-16debian: Don't auto-generate debian/changelog.Carl Worth
2010-04-16debian: Add a gbp.conf to start using git-buildpackageCarl Worth
2010-04-16make release: Don't print the release message on stdout.Carl Worth
2010-04-16Makefile: Fix "make release" to print the current release announcement.Carl Worth
2010-04-16NEWS: Add release notes for the 0.2 release.Carl Worth
2010-04-16Revert "notmuch.el: 'F' in search mode takes us to a list of folders."Carl Worth
2010-04-16notmuch.c: Shorten version stringSebastian Spaeth