aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
AgeCommit message (Expand)Author
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
2009-12-03TODO, emacs: Correct a few typos.Carl Worth
2009-12-02emacs: Add --entire-thread option to "notmuch show" command line.Carl Worth
2009-11-30notmuch.el: Make 'x' and 'X' in show-mode archive the current thread.Carl Worth
2009-11-30notmuch.el: Use let to avoid assigning to a free variable.Carl Worth
2009-11-30notmuch.el: Avoid warning about referencing free variable `button'.Carl Worth
2009-11-30notmuch.el: Avoid calling next/previous-line non-interactively.Carl Worth
2009-11-30notmuch.el: Make notmuch-help use a full-screen window.Carl Worth
2009-11-30notmuch.el: Make documentation of notmuch-search-mode dynamic.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Carl Worth
2009-11-30notmuch.el: Fix notmuch-help to properly display prefixed bindings.Carl Worth
2009-11-30notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Carl Worth
2009-11-30notmuch.el: Fix notmuch-search-goto-last-thread.Carl Worth
2009-11-30notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Carl Worth
2009-11-30notmuch.el: Don't document mouse actions in notmuch-help.Carl Worth
2009-11-30notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth
2009-11-30notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth
2009-11-30notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth
2009-11-30notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth
2009-11-28More portable and easier to read regex in notmuch-search-operate-allJed Brown
2009-11-28Adjust autoload commentsKeith Amidon
2009-11-27notmuch.el: Add face support to search modeAneesh Kumar K.V
2009-11-27Key binding rearrangement for save attachments in show modeKeith Amidon
2009-11-27Provide ability to save attachmentsKeith Amidon
2009-11-27Forward individual messages using message-forwardKeith Amidon
2009-11-27Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon
2009-11-27Add key binding for notmuch-search in show-modeKeith Amidon
2009-11-27notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V
2009-11-27Add some very rudimentary support for handling html partsAlexander Botero-Lowry
2009-11-27notmuch.el: Require message mode to avoid undefined function in replies.Eric Anholt
2009-11-27notmuch-search-add/remove-tag: restrict to messages in current queryJed Brown