summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* first attempt to fold the message nicelyBart Trojanowski2009-11-25
* folding for citationsBart Trojanowski2009-11-25
* naively fold all signaturesBart Trojanowski2009-11-25
* grab all the pattern matchers from the emacs scriptBart Trojanowski2009-11-25
* make <Enter> from search screen display the correct messageBart Trojanowski2009-11-25
* updated READMEBart Trojanowski2009-11-25
* add 's' binding to let you search for different termsBart Trojanowski2009-11-25
* reverse order so that the latest is at topBart Trojanowski2009-11-25
* READMEBart Trojanowski2009-11-25
* simplify install with a MakefileBart Trojanowski2009-11-25
* added syntax files for search and show screensBart Trojanowski2009-11-25
* move from search to show with Enter, and back with qBart Trojanowski2009-11-25
* primitive notmuch mail interface for vimBart Trojanowski2009-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
* Merge buttons-for-body-and-headers branch.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
* | lib/messages.c: Make message searches stream as well.Carl Worth2009-11-24
* | lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth2009-11-23
* | lib/query: Fix notmuch_threads_t to stream results rather than blocking.Carl Worth2009-11-23
* | notmuch search: Remove the chunked-searching hack.Carl Worth2009-11-23
|/
* notmuch.el: Add TAB and M-TAB buttons to move between buttons.Carl Worth2009-11-23
* Fix printing of literal '%' in help message.Carl Worth2009-11-23
* Make addresses case insensitive for the purpose of constructing replies.Jed Brown2009-11-23
* Stay out of tmp to respect the Maildir spec.Jed Brown2009-11-23
* search : Extend "intial burst" optimization to return all results by chunksCarl Worth2009-11-23
* Add rudimentary date-based search.Carl Worth2009-11-23
* Add notmuch-folder mode to provide an overview of search matchesKeith Packard2009-11-23
* Add 'notmuch count' command to show the count of matching messagesKeith Packard2009-11-23
* Make mouse-1 click in search view show threadKeith Packard2009-11-23
* TODO: Yet another idea.Carl Worth2009-11-23
* ANSI escapes in "new" only when output is a ttyAdrian Perez2009-11-23
* fix notmuch-new bug when database path ends with a trailing /Bart Trojanowski2009-11-23
* TODO: Add a couple of notes about things to do with/to Xapian.Carl Worth2009-11-23
* makefile: Declare clean target as phony.Jan Janak2009-11-23
* TODO: Capturing even more ideas.Carl Worth2009-11-23
* TODO: A couple of more ideas for improving the emacs interface.Carl Worth2009-11-23
* Support multiple configuration files via $NOTMUCH_CONFIGAlec Berryman2009-11-23
* TODO: Add several ideas for improving the emacs interface.Carl Worth2009-11-23
* Insert signature into repliesKeith Packard2009-11-23
* Quote file names passed to the shellJed Brown2009-11-23
* Support for printing file paths in new commandAdrian Perez2009-11-23
* Merge remote branch 'drax/master'Carl Worth2009-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