aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
AgeCommit message (Expand)Author
2010-03-09emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner
2010-03-09emacs: Fix refresh of search results to leave cursor on current thread.Carl Worth
2010-03-09emacs: Fix documentation of notmuch-search-remove-tag.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-24emacs: Avoid removing the unread tag due to internal navigationCarl Worth
2010-02-24Simplify "unread" tag handling in emacs UI.Jameson Rollins
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-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.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
2009-12-11emacs: Add instructions to the hidden citations/signatures.Carl Worth
2009-12-11emacs: Don't insert extra line after citations.Carl Worth
2009-12-11emacs: Don't regard a manually indented '>' as introducing a citation.Carl Worth
2009-12-11emacs: Avoid infinite loop when marking up citations.Carl Worth
2009-12-10Expand scope of items considered when saving attachmentsKeith Amidon
2009-12-10emacs: Fix '+' and '-' in case of thread no longer matching current search.Carl Worth
2009-12-10notmuch.el: patch notmuch-show to call notmuch show without query-context (i.e. without tag:inbox) if the first query returns nothing.David Bremner
2009-12-10notmuch-show: add optional argument for query context instead of using global binding notmuch-search-query-stringDavid Bremner
2009-12-10notmuch-search-process-filter: add text properties for authors and subject to each lineDavid Bremner
2009-12-07Revert "Add some very rudimentary support for handling html parts"Carl Worth
2009-12-04Make search filters handle disjunctive queries.Jed Brown
2009-12-03emacs: Open only matched (and unread) messages when displaying a thread.Carl Worth
2009-12-03emacs: Make message-summary button extend to very beginning of message.Carl Worth
2009-12-03Since we know what these buttons do it seems like the underlines areAlexander Botero-Lowry
2009-12-03emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.Carl Worth
2009-12-03emacs: Make message-summary button begin at beginning of line.Carl Worth
2009-12-03emacs: Highlight message-summary with background-color instead of inverse video.Carl Worth
2009-12-03emacs: Make the message-summary highlighting extend to end of visible line.Carl Worth
2009-12-03emacs: Fix notmuch-show-next-open-message.Carl Worth