aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* git: Ignore `notmuch-shared'Gravatar David Edmondson2010-04-05
* emacs: Move notmuch-show functionality to notmuch-show.elGravatar David Edmondson2010-04-05
* TODO: Add notes on removing "notmuch part" and "notmuch search-tags".Gravatar Carl Worth2010-04-03
* emacs: Fix "free variable" warning for notmuch-folder-show-empty.Gravatar Carl Worth2010-04-03
* emacs/notmuch.el: Improve tag highlighting in search modeGravatar David Edmondson2010-04-03
* Makefile.local: Automatically use makefile modeGravatar David Edmondson2010-04-03
* Makefile: Add the emacs directory to load-path when compilingGravatar David Edmondson2010-04-03
* Merge remote branch 'dme/dme-for-cworth'Gravatar Carl Worth2010-04-02
|\
* | Makefile: Only print the "make install" hint after the first build.Gravatar Carl Worth2010-04-02
* | notmuch help: Eliminate a gratuitous level of indentation.Gravatar Carl Worth2010-04-02
* | notmuch help: Simplify output by omitting arguments for each command.Gravatar Carl Worth2010-04-02
* | notmuch: Add a version (0.1 initially) with a new --version option.Gravatar Carl Worth2010-04-02
* | notmuch: Add support for a --help option.Gravatar Carl Worth2010-04-02
| * notmuch: Add a 'part' subcommandGravatar David Edmondson2010-04-02
| * notmuch-show: Add unix and relative dates to the JSON outputGravatar David Edmondson2010-04-02
|/
* Compile a static notmuch binary (but only install the shared version)Gravatar Carl Worth2010-04-01
* Setup the GMimeStream only when neededGravatar nstraz@redhat.com2010-04-01
* Makefile: Create include directory when installing headersGravatar Michal Sojka2010-04-01
* lib: Switch to a 3-part version number for the library interface.Gravatar Carl Worth2010-04-01
* Makefiles: Align the columns of output.Gravatar Carl Worth2010-04-01
* Makefiles: Make the install rules quiet like the compilation rules.Gravatar Carl Worth2010-03-31
* Makefile: Fix to print CFLAGS with "make V=0"Gravatar Carl Worth2010-03-31
* Makefiles: Eliminate shell for loops in rule definitions.Gravatar Carl Worth2010-03-31
* Move installation of library from top-level to lib/Makefile.localGravatar Carl Worth2010-03-31
* Makefile.config: Avoid pre-expanding the ${prefix} variable.Gravatar Carl Worth2010-03-31
* Move some variable assignments from Makefile.local to Makefile.configGravatar Carl Worth2010-03-31
* Move bulk of rules from Makefile to Makefile.local.Gravatar Carl Worth2010-03-31
* configure: Fix installation of library to work with alternate --prefixGravatar Carl Worth2010-03-31
* configure: Fix typo in help message.Gravatar Carl Worth2010-03-31
* Add a --libdir option to ./configureGravatar Ingmar Vanhassel2010-03-31
* Fix target dependencies for multiple jobsGravatar Saleem Abdulrasool2010-03-31
* Build and link against notmuch shared library, install notmuch.hGravatar Ben Gamari2010-03-31
* emacs: Fix the notmuch-search-authors-width variable.Gravatar Carl Worth2010-03-31
* Clarify documentation of notmuch_database_add_message.Gravatar Carl Worth2010-03-31
* TODO: Note that '=' should sometimes count from the end of the buffer.Gravatar Carl Worth2010-03-31
* TODO: Add a todo item for adding a message as a blob, rather than a filename.Gravatar Carl Worth2010-03-31
* TODO: Add some new items about improving the test suite.Gravatar Carl Worth2010-03-31
* test: Fix phrase-search tests.Gravatar Carl Worth2010-03-31
* test: Add some negative results for the phrase searches.Gravatar Carl Worth2010-03-31
* notmuch-show: add tags to json outputGravatar Sebastian Spaeth2010-03-11
* emacs: Fix search refresh when on the last line of a search buffer.Gravatar Carl Worth2010-03-10
* emacs: Adjust search refresh to use a target line not a target position.Gravatar Carl Worth2010-03-10
* Makefile: Fix Makefiles to depend on all child Makefile fragments.Gravatar Carl Worth2010-03-10
* Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs".Gravatar Carl Worth2010-03-10
* Makefile: Add a message after "make install-emacs"Gravatar Carl Worth2010-03-10
* Makefile: Conditionalize the "make install" message.Gravatar Carl Worth2010-03-10
* Makefile: Simplify the conditional message of the all target.Gravatar Carl Worth2010-03-10
* Makefile: Add message to make install listing the other install targets.Gravatar Carl Worth2010-03-10
* Makefile: Add a meesage after "make" telling the user to run "make install"Gravatar Carl Worth2010-03-09
* Makefile: Rename all_deps to global_depsGravatar Carl Worth2010-03-09