aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
Commit message (Expand)AuthorAge
* Return unpropertized strings for filename and message-idGravatar Tassilo Horn2009-11-26
* notmuch.el: Use variable notmuch-search-oldest-first to decide the search orderGravatar Aneesh Kumar K.V2009-11-26
* notmuch.el: When removing tags, offer only those a msg/thread has set.Gravatar Jan Janak2009-11-26
* notmuch.el: Select tag names with completion.Gravatar Jan Janak2009-11-26
* notmuch.el: Remove some dead code.Gravatar Carl Worth2009-11-25
* notmuch.el: Quote arguments to protect from shell interpretation.Gravatar Carl Worth2009-11-24
* notmuch.el: Exceute "notmuch search" asynchronously.Gravatar Carl Worth2009-11-24
* Remove the global expand body keymappingGravatar Alexander Botero-Lowry2009-11-24
* Make bodies locally toggleableGravatar Alexander Botero-Lowry2009-11-24
* make a nice function for generating invisibility toggle buttonsGravatar Alexander Botero-Lowry2009-11-24
* cleanup a lot of left-overs from the global invisGravatar Alexander Botero-Lowry2009-11-24
* make headers locally expandable/collapsableGravatar Alexander Botero-Lowry2009-11-24
* notmuch.el: Add TAB and M-TAB buttons to move between buttons.Gravatar Carl Worth2009-11-23
* Add notmuch-folder mode to provide an overview of search matchesGravatar Keith Packard2009-11-23
* Make mouse-1 click in search view show threadGravatar Keith Packard2009-11-23
* Insert signature into repliesGravatar Keith Packard2009-11-23
* Quote file names passed to the shellGravatar Jed Brown2009-11-23
* switch to button-1, which seems to interact poorly with text-selection by mouseGravatar Alexander Botero-Lowry2009-11-22
* instead of trying to cause a redisplay, actually do a redisplayGravatar Alexander Botero-Lowry2009-11-22
* put a newline after the headersGravatar Alexander Botero-Lowry2009-11-22
* make header names bold in show-modeGravatar Alexander Botero-Lowry2009-11-22
* Make expanding/collapsing signatures and citations local to themGravatar Alexander Botero-Lowry2009-11-22
* buttonize signatures as wellGravatar Alexander Botero-Lowry2009-11-22
* Buttonize citation expander.Gravatar Alexander Botero-Lowry2009-11-22
* Fix invalid face reference.Gravatar Kan-Ru Chen2009-11-22
* INSTALL/notmuch.el: More details on how to install/run notmuch.elGravatar Carl Worth2009-11-21
* notmuch.el: Don't use end-of-buffer which is inappropriate from programsGravatar Carl Worth2009-11-21
* notmuch.el: Fix stale reference to non-existing variable.Gravatar Carl Worth2009-11-21
* notmuch.el: Add many missing defvar calls.Gravatar Carl Worth2009-11-21
* Allow to redefine notmuch binary name and path in elisp modeGravatar Mikhail Gusarov2009-11-20
* notmuch.el: Don't use literal control characters in strings.Gravatar Carl Worth2009-11-20
* notmuch: Add search mode hookGravatar Aneesh Kumar K.V2009-11-19
* notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread.Gravatar Carl Worth2009-11-19
* We use the message mail system for new mail, let emacs know.Gravatar Keith Packard2009-11-18
* Create a default notmuch-show-hook that highlights URLs and uses word-wrapGravatar Keith Packard2009-11-18
* Set truncate-lines variable for search buffers.Gravatar Keith Packard2009-11-18
* Add notmuch-show-hook to allow customization of show windowsGravatar Keith Packard2009-11-18
* Make '?" bring up a list of bindings.Gravatar Carl Worth2009-11-18
* TypsosGravatar Ingmar Vanhassel2009-11-18
* notmuch search: Change default search order to be newest messages first.Gravatar Carl Worth2009-11-17
* Use 'forward-line' instead of 'next-line' while walking search displayGravatar Keith Packard2009-11-16
* notmuch.el: Consider an entire line of underscores as a signature separator.Gravatar Carl Worth2009-11-16
* notmuch.el: Insert a newline if the last line of a part is missing one.Gravatar Carl Worth2009-11-16
* notmuch.el: Display authors in a column separate from subject.Gravatar Carl Worth2009-11-16
* notmuch.el: Indent messages to show nested structure of thread.Gravatar Carl Worth2009-11-16
* notmuch.el: Add support for viewing MIME-encoded parts (with 'v').Gravatar Carl Worth2009-11-14
* notmuch.el: Add an 'm' binding to start composing a new mail.Gravatar Carl Worth2009-11-13
* notmuch.el: Use require instead of load to get the cl functions.Gravatar Carl Worth2009-11-13
* notmuch.el: Add a binding ('o') and command to toggle current search order.Gravatar Carl Worth2009-11-12
* notmuch.el: Hook up support for different search orders.Gravatar Carl Worth2009-11-12