summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-05Makefile: Finish implementing the "make release" target.0.1Carl Worth
2010-04-05Makefile: Start implementing a "make release" target.Carl Worth
2010-04-05NEWS: Add some (brief) news items for the initial 0.1 release.Carl Worth
2010-04-05RELEASING: Add this file describing the steps to make a release.Carl Worth
2010-04-05Makefile: Add a dist target.Carl Worth
2010-04-05Makfiles: Make the top-level targets PHONYCarl Worth
2010-04-05notmuch-query.el: new file to support access to the notmuch database.David Bremner
2010-04-05notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson
2010-04-05git: Ignore `notmuch-shared'David Edmondson
2010-04-05emacs: Move notmuch-show functionality to notmuch-show.elDavid Edmondson
2010-04-03TODO: Add notes on removing "notmuch part" and "notmuch search-tags".Carl Worth
2010-04-03emacs: Fix "free variable" warning for notmuch-folder-show-empty.Carl Worth
2010-04-03emacs/notmuch.el: Improve tag highlighting in search modeDavid Edmondson
2010-04-03Makefile.local: Automatically use makefile modeDavid Edmondson
2010-04-03Makefile: Add the emacs directory to load-path when compilingDavid Edmondson
2010-04-02Merge remote branch 'dme/dme-for-cworth'Carl Worth
2010-04-02Makefile: Only print the "make install" hint after the first build.Carl Worth
2010-04-02notmuch help: Eliminate a gratuitous level of indentation.Carl Worth
2010-04-02notmuch help: Simplify output by omitting arguments for each command.Carl Worth
2010-04-02notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth
2010-04-02notmuch: Add support for a --help option.Carl Worth
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-04-02notmuch-show: Add unix and relative dates to the JSON outputDavid Edmondson
2010-04-01Compile a static notmuch binary (but only install the shared version)Carl Worth
2010-04-01Setup the GMimeStream only when needednstraz@redhat.com
2010-04-01Makefile: Create include directory when installing headersMichal Sojka
2010-04-01lib: Switch to a 3-part version number for the library interface.Carl Worth
2010-04-01Makefiles: Align the columns of output.Carl Worth
2010-03-31Makefiles: Make the install rules quiet like the compilation rules.Carl Worth
2010-03-31Makefile: Fix to print CFLAGS with "make V=0"Carl Worth
2010-03-31Makefiles: Eliminate shell for loops in rule definitions.Carl Worth
2010-03-31Move installation of library from top-level to lib/Makefile.localCarl Worth
2010-03-31Makefile.config: Avoid pre-expanding the ${prefix} variable.Carl Worth
2010-03-31Move some variable assignments from Makefile.local to Makefile.configCarl Worth
2010-03-31Move bulk of rules from Makefile to Makefile.local.Carl Worth
2010-03-31configure: Fix installation of library to work with alternate --prefixCarl Worth
2010-03-31configure: Fix typo in help message.Carl Worth
2010-03-31Add a --libdir option to ./configureIngmar Vanhassel
2010-03-31Fix target dependencies for multiple jobsSaleem Abdulrasool
2010-03-31Build and link against notmuch shared library, install notmuch.hBen Gamari
2010-03-31emacs: Fix the notmuch-search-authors-width variable.Carl Worth
2010-03-31Clarify documentation of notmuch_database_add_message.Carl Worth
2010-03-31TODO: Note that '=' should sometimes count from the end of the buffer.Carl Worth
2010-03-31TODO: Add a todo item for adding a message as a blob, rather than a filename.Carl Worth
2010-03-31TODO: Add some new items about improving the test suite.Carl Worth
2010-03-31test: Fix phrase-search tests.Carl Worth
2010-03-31test: Add some negative results for the phrase searches.Carl Worth
2010-03-11notmuch-show: add tags to json outputSebastian Spaeth
2010-03-10emacs: Fix search refresh when on the last line of a search buffer.Carl Worth
2010-03-10emacs: Adjust search refresh to use a target line not a target position.Carl Worth