summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-09INSTALL: Add a pointer to ./configure --helpCarl Worth
2010-03-09lib: Silence a compiler warning.Carl Worth
2010-03-09emacs: Fix refresh of search results to leave cursor on current thread.Carl Worth
2010-03-09Fix a few documentation typos in notmuch.hFernando Carrijo
2010-03-09Update documentation of notmuch_query_createFernando Carrijo
2010-03-09notmuch show: Don't show empty headers.Carl Worth
2010-03-09TODO: Add proposal for a saved-search interface.Carl Worth
2010-03-09TODO: Remove many items that have been completed recently.Carl Worth
2010-03-09emacs: Fix documentation of notmuch-search-remove-tag.Carl Worth
2010-03-09lib: Document what move_to_next does at the end of the list.Carl Worth
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-03-09emacs: Fix backspace to not scroll more than the previous messageCarl Worth
2010-03-09emacs: Unbreak notmuch-show-rewind (the function to which Backspace is bound)Carl Worth
2010-02-26emacs: Make 'n' and 'p' navigate only open messages.Carl Worth
2010-02-26emacs: Don't open unread messages by default.Carl Worth
2010-02-25control: Update package description to follow upstream README.Carl Worth
2010-02-25README: Mention that notmuch only supports maildir or mh format.Carl Worth
2010-02-24emacs: Avoid removing the unread tag due to internal navigationCarl Worth
2010-02-24Simplify "unread" tag handling in emacs UI.Jameson Rollins
2010-02-23TODO: We should fix the --format=json option to not imply --entire-thread.Carl Worth
2010-02-23notmuch search: Use "thread" rather than "id" when formatting with JSONCarl Worth
2010-02-23json: Add copy of MIT license text from cJSONCarl Worth
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2010-02-23TODO: Rename the proposed --for option to --outputCarl Worth
2010-02-23notmuch.1: Use bold and indentation for the NOTMUCH_CONFIG variable.Carl Worth
2010-02-23Add ENVIRONMENT VARIABLES section to the man pageJames Westby
2010-02-20notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'.Carl Worth
2010-02-20Change the stash keybinding from 'z' to 'c'. And use 'i' for message ID.Carl Worth
2010-02-20notmuch.el: add a submap (on "z" for "ztash") to stash things.David Bremner
2010-02-20notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefixDavid Bremner
2010-02-20Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).David Bremner
2010-02-20notmuch-show-get-header: new function; return alist of parsed header fields.David Bremner
2010-02-20notmuch.el: Delete some trailing whitespace.Carl Worth
2010-02-11notmuch.el: Fix bug from message with ':' in the From address.Carl Worth
2010-02-10notmuch.el: Handle attached images via an external viewer.Carl Worth
2010-02-10notmuch.el: Fix indentation.Carl Worth
2010-02-10notmuch.el: Avoid infinite loop marking up message with no parts.Carl Worth
2010-02-09Reintroduce HTML inlining, with a much needed optimizationAlexander Botero-Lowry
2010-02-09Fix printf for when uint64_t != unsigned long long intCarl Worth
2010-02-09Switch from random to sequential thread identifiers.Carl Worth
2010-02-09TODO: Add some recently discussed items.Carl Worth
2010-02-08Allow folders with no messages to be elided from listKeith Packard
2010-02-08Look at whitespace to separate folder name from countKeith Packard
2010-02-08Add 'm' and ' ' bindings to notmuch-folder viewKeith Packard
2010-02-08emacs: Use font-lock-comment-face to highlight citation buttonKan-Ru Chen
2010-02-08notmuch.el: show some of citation even when hiding.David Bremner
2010-02-08notmuch.el: Refactor citation markup. Variables for minimum size, button text.David Bremner
2010-02-05notmuch.h: Fix a couple of typos in the documentation.Carl Worth
2010-02-05notmuch restore: Don't waste time with messages with unchanged tags.Carl Worth
2010-02-05notmuch-test: Add basic tests for "notmuch dump" and "notmuch restore"Carl Worth