aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-02-05notmuch-test: Fix misalignment in output.Carl Worth
2010-02-05notmuch.el: Use emacs built-in forward-button and backward-buttonKan-Ru Chen
2010-02-05Use forward-line instead of next-lineCarl Worth
2010-02-05notmuch.el: Add missing documentation for the new 'h' keybinding.Carl Worth
2010-02-05notmuch.el: Add keybinding to toggle display of message body and headers.Kan-Ru Chen
2010-02-05notmuch-test: Add test to verify that uuencoded data is not indexed.Carl Worth
2010-02-05notmuch-test: Add several tests of "notmuch search"Carl Worth
2010-02-04notmuch-test: Add a new add_message function.Carl Worth
2010-02-04Eliminate some useless gobject boilerplate.Carl Worth
2010-02-04notmuch new: Don't index uuencoded data.Carl Worth
2010-02-04notmuch reply: Rename the mailing_list_munged_reply_to functionCarl Worth
2010-02-04notmuch reply: Prevent GMIME assertion complaints for empty Reply-to header.Carl Worth
2010-02-04notmuch reply: Use strstr instead of strcasestr for portability.Carl Worth
2010-02-04notmuch reply: Fix the support for reply-to un-munging.Carl Worth
2010-02-04notmuch-reply: Add missing whitespace.Carl Worth
2010-02-04notmuch-test: Test "notmuch reply" with a reply-to-munged mailCarl Worth
2010-02-04notmuch-reply.c: Handle munged `Reply-To' headers.Jed Brown
2010-02-04notmuch-reply.c: Factor adding recipients into common functionJed Brown
2010-02-04notmuch-test: Test "notmuch reply" with multiple recipientsCarl Worth
2010-02-04notmuch-test: Add test for "notmuch reply" with a CC header.Carl Worth
2010-02-04notmuch-test: Add "notmuch reply" test for reply-to support.Carl Worth
2010-02-04notmuch-test: Test "notmuch reply" from alternate address.Carl Worth