aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* TODO: Add some recently discussed items.Gravatar Carl Worth2010-02-09
* Allow folders with no messages to be elided from listGravatar Keith Packard2010-02-08
* Look at whitespace to separate folder name from countGravatar Keith Packard2010-02-08
* Add 'm' and ' ' bindings to notmuch-folder viewGravatar Keith Packard2010-02-08
* emacs: Use font-lock-comment-face to highlight citation buttonGravatar Kan-Ru Chen2010-02-08
* notmuch.el: show some of citation even when hiding.Gravatar David Bremner2010-02-08
* notmuch.el: Refactor citation markup. Variables for minimum size, button text.Gravatar David Bremner2010-02-08
* notmuch.h: Fix a couple of typos in the documentation.Gravatar Carl Worth2010-02-05
* notmuch restore: Don't waste time with messages with unchanged tags.Gravatar Carl Worth2010-02-05
* notmuch-test: Add basic tests for "notmuch dump" and "notmuch restore"Gravatar Carl Worth2010-02-05
* notmuch-test: Fix misalignment in output.Gravatar Carl Worth2010-02-05
* notmuch.el: Use emacs built-in forward-button and backward-buttonGravatar Kan-Ru Chen2010-02-05
* Use forward-line instead of next-lineGravatar Carl Worth2010-02-05