aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
Commit message (Expand)AuthorAge
* 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
* make a nice function for generating invisibility toggle buttonsAlexander Botero-Lowry2009-11-24
* cleanup a lot of left-overs from the global invisAlexander Botero-Lowry2009-11-24
* make headers locally expandable/collapsableAlexander Botero-Lowry2009-11-24
* notmuch.el: Add TAB and M-TAB buttons to move between buttons.Carl Worth2009-11-23
* Add notmuch-folder mode to provide an overview of search matchesKeith Packard2009-11-23
* Make mouse-1 click in search view show threadKeith Packard2009-11-23
* Insert signature into repliesKeith Packard2009-11-23
* Quote file names passed to the shellJed Brown2009-11-23
* switch to button-1, which seems to interact poorly with text-selection by mouseAlexander Botero-Lowry2009-11-22
* instead of trying to cause a redisplay, actually do a redisplayAlexander Botero-Lowry2009-11-22
* put a newline after the headersAlexander Botero-Lowry2009-11-22
* make header names bold in show-modeAlexander Botero-Lowry2009-11-22
* Make expanding/collapsing signatures and citations local to themAlexander Botero-Lowry2009-11-22
* buttonize signatures as wellAlexander Botero-Lowry2009-11-22
* Buttonize citation expander.Alexander Botero-Lowry2009-11-22
* Fix invalid face reference.Kan-Ru Chen2009-11-22
* INSTALL/notmuch.el: More details on how to install/run notmuch.elCarl Worth2009-11-21
* notmuch.el: Don't use end-of-buffer which is inappropriate from programsCarl Worth2009-11-21
* notmuch.el: Fix stale reference to non-existing variable.Carl Worth2009-11-21
* notmuch.el: Add many missing defvar calls.Carl Worth2009-11-21
* Allow to redefine notmuch binary name and path in elisp modeMikhail Gusarov2009-11-20
* notmuch.el: Don't use literal control characters in strings.Carl Worth2009-11-20
* notmuch: Add search mode hookAneesh Kumar K.V2009-11-19
* notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread.Carl Worth2009-11-19
* We use the message mail system for new mail, let emacs know.Keith Packard2009-11-18
* Create a default notmuch-show-hook that highlights URLs and uses word-wrapKeith Packard2009-11-18
* Set truncate-lines variable for search buffers.Keith Packard2009-11-18
* Add notmuch-show-hook to allow customization of show windowsKeith Packard2009-11-18