summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Makefile: Only print the "make install" hint after the first build.Carl Worth2010-04-02
* notmuch help: Eliminate a gratuitous level of indentation.Carl Worth2010-04-02
* notmuch help: Simplify output by omitting arguments for each command.Carl Worth2010-04-02
* notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth2010-04-02
* notmuch: Add support for a --help option.Carl Worth2010-04-02
* Compile a static notmuch binary (but only install the shared version)Carl Worth2010-04-01
* Setup the GMimeStream only when needednstraz@redhat.com2010-04-01
* Makefile: Create include directory when installing headersMichal Sojka2010-04-01
* lib: Switch to a 3-part version number for the library interface.Carl Worth2010-04-01
* Makefiles: Align the columns of output.Carl Worth2010-04-01
* Makefiles: Make the install rules quiet like the compilation rules.Carl Worth2010-03-31
* Makefile: Fix to print CFLAGS with "make V=0"Carl Worth2010-03-31
* Makefiles: Eliminate shell for loops in rule definitions.Carl Worth2010-03-31
* Move installation of library from top-level to lib/Makefile.localCarl Worth2010-03-31
* Makefile.config: Avoid pre-expanding the ${prefix} variable.Carl Worth2010-03-31
* Move some variable assignments from Makefile.local to Makefile.configCarl Worth2010-03-31
* Move bulk of rules from Makefile to Makefile.local.Carl Worth2010-03-31
* configure: Fix installation of library to work with alternate --prefixCarl Worth2010-03-31
* configure: Fix typo in help message.Carl Worth2010-03-31
* Add a --libdir option to ./configureIngmar Vanhassel2010-03-31
* Fix target dependencies for multiple jobsSaleem Abdulrasool2010-03-31
* Build and link against notmuch shared library, install notmuch.hBen Gamari2010-03-31
* emacs: Fix the notmuch-search-authors-width variable.Carl Worth2010-03-31
* Clarify documentation of notmuch_database_add_message.Carl Worth2010-03-31
* TODO: Note that '=' should sometimes count from the end of the buffer.Carl Worth2010-03-31
* TODO: Add a todo item for adding a message as a blob, rather than a filename.Carl Worth2010-03-31
* TODO: Add some new items about improving the test suite.Carl Worth2010-03-31
* test: Fix phrase-search tests.Carl Worth2010-03-31
* test: Add some negative results for the phrase searches.Carl Worth2010-03-31
* notmuch-show: add tags to json outputSebastian Spaeth2010-03-11
* emacs: Fix search refresh when on the last line of a search buffer.Carl Worth2010-03-10
* emacs: Adjust search refresh to use a target line not a target position.Carl Worth2010-03-10
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Carl Worth2010-03-10
* Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Carl Worth2010-03-10
* Makefile: Add a message after "make install-emacs"Carl Worth2010-03-10
* Makefile: Conditionalize the "make install" message.Carl Worth2010-03-10
* Makefile: Simplify the conditional message of the all target.Carl Worth2010-03-10
* Makefile: Add message to make install listing the other install targets.Carl Worth2010-03-10
* Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth2010-03-09
* Makefile: Rename all_deps to global_depsCarl Worth2010-03-09
* Add is:<tag> as a synonym for tag:<tag> in search terms.Carl Worth2010-03-09
* emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner2010-03-09
* INSTALL: Include Fedora command for installing dependencies of notmuch.Carl Worth2010-03-09
* INSTALL: Add a pointer to ./configure --helpCarl Worth2010-03-09
* lib: Silence a compiler warning.Carl Worth2010-03-09
* emacs: Fix refresh of search results to leave cursor on current thread.Carl Worth2010-03-09
* Fix a few documentation typos in notmuch.hFernando Carrijo2010-03-09
* Update documentation of notmuch_query_createFernando Carrijo2010-03-09
* notmuch show: Don't show empty headers.Carl Worth2010-03-09
* TODO: Add proposal for a saved-search interface.Carl Worth2010-03-09