aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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
* Change the stash keybinding from 'z' to 'c'. And use 'i' for message ID.Gravatar Carl Worth2010-02-20
* notmuch.el: add a submap (on "z" for "ztash") to stash things.Gravatar David Bremner2010-02-20
* notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command...Gravatar David Bremner2010-02-20
* Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).Gravatar David Bremner2010-02-20
* notmuch-show-get-header: new function; return alist of parsed header fields.Gravatar David Bremner2010-02-20
* notmuch.el: Delete some trailing whitespace.Gravatar Carl Worth2010-02-20
* notmuch.el: Fix bug from message with ':' in the From address.Gravatar Carl Worth2010-02-11
* notmuch.el: Handle attached images via an external viewer.Gravatar Carl Worth2010-02-10
* notmuch.el: Fix indentation.Gravatar Carl Worth2010-02-10
* notmuch.el: Avoid infinite loop marking up message with no parts.Gravatar Carl Worth2010-02-10
* Reintroduce HTML inlining, with a much needed optimizationGravatar Alexander Botero-Lowry2010-02-09
* Fix printf for when uint64_t != unsigned long long intGravatar Carl Worth2010-02-09
* Switch from random to sequential thread identifiers.Gravatar Carl Worth2010-02-09