]> git.notmuchmail.org Git - notmuch/history - notmuch.el
notmuch.el: add a submap (on "z" for "ztash") to stash things.
[notmuch] / notmuch.el
2010-02-20 David Bremnernotmuch.el: add a submap (on "z" for "ztash") to stash...
2010-02-20 David Bremnernotmuch.el: convert sparse keymap to a list in notmuch...
2010-02-20 David BremnerAdd functions notmuch-show-get-(bcc, cc, date, from...
2010-02-20 David Bremnernotmuch-show-get-header: new function; return alist...
2010-02-20 Carl Worthnotmuch.el: Delete some trailing whitespace.
2010-02-12 Carl Worthnotmuch.el: Fix bug from message with ':' in the From...
2010-02-10 Carl Worthnotmuch.el: Handle attached images via an external...
2010-02-10 Carl Worthnotmuch.el: Fix indentation.
2010-02-10 Carl Worthnotmuch.el: Avoid infinite loop marking up message...
2010-02-10 Alexander Botero... Reintroduce HTML inlining, with a much needed optimization
2010-02-08 Keith PackardAllow folders with no messages to be elided from list
2010-02-08 Keith PackardLook at whitespace to separate folder name from count
2010-02-08 Keith PackardAdd 'm' and ' ' bindings to notmuch-folder view
2010-02-08 Kan-Ru Chenemacs: Use font-lock-comment-face to highlight citation...
2010-02-08 David Bremnernotmuch.el: show some of citation even when hiding.
2010-02-08 David Bremnernotmuch.el: Refactor citation markup. Variables for...
2010-02-05 Kan-Ru Chennotmuch.el: Use emacs built-in forward-button and backw...
2010-02-05 Carl WorthUse forward-line instead of next-line
2010-02-05 Carl Worthnotmuch.el: Add missing documentation for the new ...
2010-02-05 Kan-Ru Chennotmuch.el: Add keybinding to toggle display of message...
2009-12-11 Carl Worthemacs: Add instructions to the hidden citations/signatures.
2009-12-11 Carl Worthemacs: Don't insert extra line after citations.
2009-12-11 Carl Worthemacs: Don't regard a manually indented '>' as introduc...
2009-12-11 Carl Worthemacs: Avoid infinite loop when marking up citations.
2009-12-11 Keith AmidonExpand scope of items considered when saving attachments
2009-12-10 Carl Worthemacs: Fix '+' and '-' in case of thread no longer...
2009-12-10 David Bremnernotmuch.el: patch notmuch-show to call notmuch show...
2009-12-10 David Bremnernotmuch-show: add optional argument for query context...
2009-12-10 David Bremnernotmuch-search-process-filter: add text properties...
2009-12-07 Carl WorthRevert "Add some very rudimentary support for handling...
2009-12-04 Jed BrownMake search filters handle disjunctive queries.
2009-12-03 Carl Worthemacs: Open only matched (and unread) messages when...
2009-12-03 Carl Worthemacs: Make message-summary button extend to very begin...
2009-12-03 Alexander Botero... Since we know what these buttons do it seems like the...
2009-12-03 Carl Worthemacs: notmuch-fontify-headers: Remove unneeded progn...
2009-12-03 Carl Worthemacs: Make message-summary button begin at beginning...
2009-12-03 Carl Worthemacs: Highlight message-summary with background-color...
2009-12-03 Carl Worthemacs: Make the message-summary highlighting extend...
2009-12-03 Carl Worthemacs: Fix notmuch-show-next-open-message.
2009-12-03 Carl WorthTODO, emacs: Correct a few typos.
2009-12-03 Carl Worthemacs: Add --entire-thread option to "notmuch show...
2009-12-01 Carl Worthnotmuch.el: Make 'x' and 'X' in show-mode archive the...
2009-12-01 Carl Worthnotmuch.el: Use let to avoid assigning to a free variable.
2009-12-01 Carl Worthnotmuch.el: Avoid warning about referencing free variab...
2009-12-01 Carl Worthnotmuch.el: Avoid calling next/previous-line non-intera...
2009-12-01 Carl Worthnotmuch.el: Make notmuch-help use a full-screen window.
2009-12-01 Carl Worthnotmuch.el: Make documentation of notmuch-search-mode...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-folder...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-show...
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-help to properly display prefix...
2009-12-01 Carl Worthnotmuch.el: Clean up documentation of notmuch-search...
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-search-goto-last-thread.
2009-12-01 Carl Worthnotmuch.el: Fix notmuch-search-scroll-down to go to...
2009-12-01 Carl Worthnotmuch.el: Don't document mouse actions in notmuch...
2009-12-01 Carl Worthnotmuch.el: Reorder notmuch-search-mode keybindings...
2009-11-30 Carl Worthnotmuch.el: Implement our own notmuch-help instead...
2009-11-30 Carl Worthnotmuch.el: Add documentation for notmuch-search-show...
2009-11-30 Carl Worthnotmuch.el: Don't use beginning-of-buffer from elisp...
2009-11-28 Jed BrownMore portable and easier to read regex in notmuch-searc...
2009-11-28 Keith AmidonAdjust autoload comments
2009-11-28 Aneesh Kumar K.Vnotmuch.el: Add face support to search mode
2009-11-28 Keith AmidonKey binding rearrangement for save attachments in show...
2009-11-28 Keith AmidonProvide ability to save attachments
2009-11-28 Keith AmidonForward individual messages using message-forward
2009-11-28 Keith AmidonFactor out message buffer mgmt from notmuch-show-view...
2009-11-28 Keith AmidonAdd key binding for notmuch-search in show-mode
2009-11-28 Aneesh Kumar K.Vnotmuch.el: Use message-mode font-face to highlight...
2009-11-28 Alexander Botero... Add some very rudimentary support for handling html...
2009-11-28 Eric Anholtnotmuch.el: Require message mode to avoid undefined...
2009-11-28 Carl WorthMerge remote branch 'jukie/vim'
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-27 Jed Brownnotmuch-search-add/remove-tag: restrict to messages...
2009-11-27 Jed BrownNew function notmuch-search-operate-all: operate on...
2009-11-26 Tassilo HornReturn unpropertized strings for filename and message-id
2009-11-26 Aneesh Kumar K.Vnotmuch.el: Use variable notmuch-search-oldest-first...
2009-11-26 Jan Janaknotmuch.el: When removing tags, offer only those a...
2009-11-26 Jan Janaknotmuch.el: Select tag names with completion.
2009-11-25 Carl Worthnotmuch.el: Remove some dead code.
2009-11-25 Carl Worthnotmuch.el: Quote arguments to protect from shell inter...
2009-11-25 Carl Worthnotmuch.el: Exceute "notmuch search" asynchronously.
2009-11-24 Carl WorthMerge buttons-for-body-and-headers branch.
2009-11-24 Alexander Botero... Remove the global expand body keymapping
2009-11-24 Alexander Botero... Make bodies locally toggleable
2009-11-24 Alexander Botero... make a nice function for generating invisibility toggle...
2009-11-24 Alexander Botero... cleanup a lot of left-overs from the global invis
2009-11-24 Alexander Botero... make headers locally expandable/collapsable
2009-11-24 Carl Worthnotmuch.el: Add TAB and M-TAB buttons to move between...
2009-11-23 Keith PackardAdd notmuch-folder mode to provide an overview of searc...
2009-11-23 Keith PackardMake mouse-1 click in search view show thread
2009-11-23 Keith PackardInsert signature into replies
2009-11-23 Jed BrownQuote file names passed to the shell
2009-11-22 Carl WorthMerge remote branch 'drax/master'
2009-11-22 Alexander Botero... switch to button-1, which seems to interact poorly...
2009-11-22 Alexander Botero... instead of trying to cause a redisplay, actually do...
2009-11-22 Alexander Botero... put a newline after the headers
2009-11-22 Alexander Botero... make header names bold in show-mode
2009-11-22 Alexander Botero... Make expanding/collapsing signatures and citations...
2009-11-22 Alexander Botero... buttonize signatures as well
2009-11-22 Alexander Botero... Buttonize citation expander.
2009-11-22 Kan-Ru ChenFix invalid face reference.
next