aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | 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
* | Add is:<tag> as a synonym for tag:<tag> in search terms.Gravatar Carl Worth2010-03-09
* | emacs: Move emacs UI (currently just one file) to subdirectory.Gravatar David Bremner2010-03-09
* | INSTALL: Include Fedora command for installing dependencies of notmuch.Gravatar Carl Worth2010-03-09
* | INSTALL: Add a pointer to ./configure --helpGravatar Carl Worth2010-03-09
* | lib: Silence a compiler warning.Gravatar Carl Worth2010-03-09
* | emacs: Fix refresh of search results to leave cursor on current thread.Gravatar Carl Worth2010-03-09
* | Fix a few documentation typos in notmuch.hGravatar Fernando Carrijo2010-03-09
* | Update documentation of notmuch_query_createGravatar Fernando Carrijo2010-03-09
* | notmuch show: Don't show empty headers.Gravatar Carl Worth2010-03-09
* | TODO: Add proposal for a saved-search interface.Gravatar Carl Worth2010-03-09
* | TODO: Remove many items that have been completed recently.Gravatar Carl Worth2010-03-09
* | emacs: Fix documentation of notmuch-search-remove-tag.Gravatar Carl Worth2010-03-09
* | lib: Document what move_to_next does at the end of the list.Gravatar Carl Worth2010-03-09
* | lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* | emacs: Fix backspace to not scroll more than the previous messageGravatar Carl Worth2010-03-09
* | emacs: Unbreak notmuch-show-rewind (the function to which Backspace is bound)Gravatar Carl Worth2010-03-09
* | emacs: Make 'n' and 'p' navigate only open messages.Gravatar Carl Worth2010-02-26
* | emacs: Don't open unread messages by default.Gravatar Carl Worth2010-02-26
| * control: Update package description to follow upstream README.Gravatar Carl Worth2010-02-25
* | README: Mention that notmuch only supports maildir or mh format.Gravatar Carl Worth2010-02-25
* | emacs: Avoid removing the unread tag due to internal navigationGravatar Carl Worth2010-02-24
* | Simplify "unread" tag handling in emacs UI.Gravatar Jameson Rollins2010-02-24
* | TODO: We should fix the --format=json option to not imply --entire-thread.Gravatar Carl Worth2010-02-23
* | notmuch search: Use "thread" rather than "id" when formatting with JSONGravatar Carl Worth2010-02-23
* | json: Add copy of MIT license text from cJSONGravatar Carl Worth2010-02-23
* | Add an "--format=(json|text)" command-line option to both notmuch-search and ...Gravatar Scott Robinson2010-02-23
* | TODO: Rename the proposed --for option to --outputGravatar Carl Worth2010-02-23
* | notmuch.1: Use bold and indentation for the NOTMUCH_CONFIG variable.Gravatar Carl Worth2010-02-23
* | Add ENVIRONMENT VARIABLES section to the man pageGravatar James Westby2010-02-23
* | notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.Gravatar Carl Worth2010-02-20