aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
Commit message (Expand)AuthorAge
* Make search filters handle disjunctive queries.Jed Brown2009-12-04
* emacs: Open only matched (and unread) messages when displaying a thread.Carl Worth2009-12-03
* emacs: Make message-summary button extend to very beginning of message.Carl Worth2009-12-03
* Since we know what these buttons do it seems like the underlines areAlexander Botero-Lowry2009-12-03
* emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.Carl Worth2009-12-03
* emacs: Make message-summary button begin at beginning of line.Carl Worth2009-12-03
* emacs: Highlight message-summary with background-color instead of inverse video.Carl Worth2009-12-03
* emacs: Make the message-summary highlighting extend to end of visible line.Carl Worth2009-12-03
* emacs: Fix notmuch-show-next-open-message.Carl Worth2009-12-03
* TODO, emacs: Correct a few typos.Carl Worth2009-12-03
* emacs: Add --entire-thread option to "notmuch show" command line.Carl Worth2009-12-02
* notmuch.el: Make 'x' and 'X' in show-mode archive the current thread.Carl Worth2009-11-30
* notmuch.el: Use let to avoid assigning to a free variable.Carl Worth2009-11-30
* notmuch.el: Avoid warning about referencing free variable `button'.Carl Worth2009-11-30
* notmuch.el: Avoid calling next/previous-line non-interactively.Carl Worth2009-11-30
* notmuch.el: Make notmuch-help use a full-screen window.Carl Worth2009-11-30
* notmuch.el: Make documentation of notmuch-search-mode dynamic.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-folder-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-show-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-help to properly display prefixed bindings.Carl Worth2009-11-30
* notmuch.el: Clean up documentation of notmuch-search-mode-map commands.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-goto-last-thread.Carl Worth2009-11-30
* notmuch.el: Fix notmuch-search-scroll-down to go to first thread.Carl Worth2009-11-30
* notmuch.el: Don't document mouse actions in notmuch-help.Carl Worth2009-11-30
* notmuch.el: Reorder notmuch-search-mode keybindings map.Carl Worth2009-11-30
* notmuch.el: Implement our own notmuch-help instead of describe-mode.Carl Worth2009-11-30
* notmuch.el: Add documentation for notmuch-search-show-thread.Carl Worth2009-11-30
* notmuch.el: Don't use beginning-of-buffer from elisp program.Carl Worth2009-11-30
* More portable and easier to read regex in notmuch-search-operate-allJed Brown2009-11-28
* Adjust autoload commentsKeith Amidon2009-11-28
* notmuch.el: Add face support to search modeAneesh Kumar K.V2009-11-27
* Key binding rearrangement for save attachments in show modeKeith Amidon2009-11-27
* Provide ability to save attachmentsKeith Amidon2009-11-27
* Forward individual messages using message-forwardKeith Amidon2009-11-27
* Factor out message buffer mgmt from notmuch-show-view-all-mime-partsKeith Amidon2009-11-27
* Add key binding for notmuch-search in show-modeKeith Amidon2009-11-27
* notmuch.el: Use message-mode font-face to highlight mail headersAneesh Kumar K.V2009-11-27
* Add some very rudimentary support for handling html partsAlexander Botero-Lowry2009-11-27
* notmuch.el: Require message mode to avoid undefined function in replies.Eric Anholt2009-11-27
* notmuch-search-add/remove-tag: restrict to messages in current queryJed Brown2009-11-27
* New function notmuch-search-operate-all: operate on all messages in the curre...Jed Brown2009-11-27
* Return unpropertized strings for filename and message-idTassilo Horn2009-11-26
* notmuch.el: Use variable notmuch-search-oldest-first to decide the search orderAneesh Kumar K.V2009-11-26
* notmuch.el: When removing tags, offer only those a msg/thread has set.Jan Janak2009-11-26
* notmuch.el: Select tag names with completion.Jan Janak2009-11-26
* notmuch.el: Remove some dead code.Carl Worth2009-11-25
* notmuch.el: Quote arguments to protect from shell interpretation.Carl Worth2009-11-24
* notmuch.el: Exceute "notmuch search" asynchronously.Carl Worth2009-11-24
* Remove the global expand body keymappingAlexander Botero-Lowry2009-11-24
* Make bodies locally toggleableAlexander Botero-Lowry2009-11-24