aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* implemented folding bodies and headersGravatar Bart Trojanowski2009-11-25
* more endless toil with syntaxGravatar Bart Trojanowski2009-11-25
* fix after merge, --reverse replaced with --sort=Gravatar Bart Trojanowski2009-11-25
* crude order toggleGravatar Bart Trojanowski2009-11-25
* added search filteringGravatar Bart Trojanowski2009-11-25
* added support for archive commandGravatar Bart Trojanowski2009-11-25
* cleanup calls to script functions, use <SID>Gravatar Bart Trojanowski2009-11-25
* fix showing threadGravatar Bart Trojanowski2009-11-25
* added tagging and refresh to search screenGravatar Bart Trojanowski2009-11-25
* add dummy entries to search screen keymapGravatar Bart Trojanowski2009-11-25
* define keymap for show screen as a dictionaryGravatar Bart Trojanowski2009-11-25
* cleanup default handling codeGravatar Bart Trojanowski2009-11-25
* make search screen mappings configurable via dictionaryGravatar Bart Trojanowski2009-11-25
* make it possible to set config options from outside the scriptGravatar Bart Trojanowski2009-11-25
* toggle signatures and citations with s/c respectivelyGravatar Bart Trojanowski2009-11-25
* fix a corner case with folding a single line citationGravatar Bart Trojanowski2009-11-25
* added ^n to handle walking messagesGravatar Bart Trojanowski2009-11-25
* pretty colouring and folding for message showGravatar Bart Trojanowski2009-11-25
* parsing rewritten one more timeGravatar Bart Trojanowski2009-11-25
* completely rewritten show handlingGravatar Bart Trojanowski2009-11-25
* first attempt to fold the message nicelyGravatar Bart Trojanowski2009-11-25
* folding for citationsGravatar Bart Trojanowski2009-11-25
* naively fold all signaturesGravatar Bart Trojanowski2009-11-25
* grab all the pattern matchers from the emacs scriptGravatar Bart Trojanowski2009-11-25
* make <Enter> from search screen display the correct messageGravatar Bart Trojanowski2009-11-25
* updated READMEGravatar Bart Trojanowski2009-11-25
* add 's' binding to let you search for different termsGravatar Bart Trojanowski2009-11-25
* reverse order so that the latest is at topGravatar Bart Trojanowski2009-11-25
* READMEGravatar Bart Trojanowski2009-11-25
* simplify install with a MakefileGravatar Bart Trojanowski2009-11-25
* added syntax files for search and show screensGravatar Bart Trojanowski2009-11-25
* move from search to show with Enter, and back with qGravatar Bart Trojanowski2009-11-25
* primitive notmuch mail interface for vimGravatar Bart Trojanowski2009-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
* Merge buttons-for-body-and-headers branch.Gravatar Carl Worth2009-11-24
|\
| * Remove the global expand body keymappingGravatar Alexander Botero-Lowry2009-11-24
* | lib/messages.c: Make message searches stream as well.Gravatar Carl Worth2009-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
* | lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* | lib/query: Fix notmuch_threads_t to stream results rather than blocking.Gravatar Carl Worth2009-11-23
* | notmuch search: Remove the chunked-searching hack.Gravatar Carl Worth2009-11-23
|/
* notmuch.el: Add TAB and M-TAB buttons to move between buttons.Gravatar Carl Worth2009-11-23
* Fix printing of literal '%' in help message.Gravatar Carl Worth2009-11-23
* Make addresses case insensitive for the purpose of constructing replies.Gravatar Jed Brown2009-11-23
* Stay out of tmp to respect the Maildir spec.Gravatar Jed Brown2009-11-23
* search : Extend "intial burst" optimization to return all results by chunksGravatar Carl Worth2009-11-23