aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
Commit message (Expand)AuthorAge
* emacs: Move emacs UI (currently just one file) to subdirectory.Gravatar David Bremner2010-03-09
* emacs: Fix refresh of search results to leave cursor on current thread.Gravatar Carl Worth2010-03-09
* emacs: Fix documentation of notmuch-search-remove-tag.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
* 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
* 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
* 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.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
* notmuch.el: Add missing documentation for the new 'h' keybinding.Gravatar Carl Worth2010-02-05
* notmuch.el: Add keybinding to toggle display of message body and headers.Gravatar Kan-Ru Chen2010-02-05
* emacs: Add instructions to the hidden citations/signatures.Gravatar Carl Worth2009-12-11
* emacs: Don't insert extra line after citations.Gravatar Carl Worth2009-12-11
* emacs: Don't regard a manually indented '>' as introducing a citation.Gravatar Carl Worth2009-12-11
* emacs: Avoid infinite loop when marking up citations.Gravatar Carl Worth2009-12-11
* Expand scope of items considered when saving attachmentsGravatar Keith Amidon2009-12-10
* emacs: Fix '+' and '-' in case of thread no longer matching current search.Gravatar Carl Worth2009-12-10
* notmuch.el: patch notmuch-show to call notmuch show without query-context (i....Gravatar David Bremner2009-12-10
* notmuch-show: add optional argument for query context instead of using global...Gravatar David Bremner2009-12-10
* notmuch-search-process-filter: add text properties for authors and subject to...Gravatar David Bremner2009-12-10
* Revert "Add some very rudimentary support for handling html parts"Gravatar Carl Worth2009-12-07
* Make search filters handle disjunctive queries.Gravatar Jed Brown2009-12-04
* emacs: Open only matched (and unread) messages when displaying a thread.Gravatar Carl Worth2009-12-03
* emacs: Make message-summary button extend to very beginning of message.Gravatar Carl Worth2009-12-03
* Since we know what these buttons do it seems like the underlines areGravatar Alexander Botero-Lowry2009-12-03
* emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.Gravatar Carl Worth2009-12-03
* emacs: Make message-summary button begin at beginning of line.Gravatar Carl Worth2009-12-03
* emacs: Highlight message-summary with background-color instead of inverse video.Gravatar Carl Worth2009-12-03
* emacs: Make the message-summary highlighting extend to end of visible line.Gravatar Carl Worth2009-12-03
* emacs: Fix notmuch-show-next-open-message.Gravatar Carl Worth2009-12-03