aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
AgeCommit message (Expand)Author
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
2009-11-27New function notmuch-search-operate-all: operate on all messages in the current query.Jed Brown
2009-11-26Return unpropertized strings for filename and message-idTassilo Horn
2009-11-26notmuch.el: Use variable notmuch-search-oldest-first to decide the search orderAneesh Kumar K.V
2009-11-26notmuch.el: When removing tags, offer only those a msg/thread has set.Jan Janak
2009-11-26notmuch.el: Select tag names with completion.Jan Janak
2009-11-25notmuch.el: Remove some dead code.Carl Worth
2009-11-24notmuch.el: Quote arguments to protect from shell interpretation.Carl Worth
2009-11-24notmuch.el: Exceute "notmuch search" asynchronously.Carl Worth
2009-11-24Remove the global expand body keymappingAlexander Botero-Lowry
2009-11-24Make bodies locally toggleableAlexander Botero-Lowry
2009-11-24make a nice function for generating invisibility toggle buttonsAlexander Botero-Lowry
2009-11-24cleanup a lot of left-overs from the global invisAlexander Botero-Lowry
2009-11-24make headers locally expandable/collapsableAlexander Botero-Lowry
2009-11-23notmuch.el: Add TAB and M-TAB buttons to move between buttons.Carl Worth
2009-11-23Add notmuch-folder mode to provide an overview of search matchesKeith Packard
2009-11-23Make mouse-1 click in search view show threadKeith Packard
2009-11-23Insert signature into repliesKeith Packard
2009-11-23Quote file names passed to the shellJed Brown
2009-11-22switch to button-1, which seems to interact poorly with text-selection by mouseAlexander Botero-Lowry