aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* search: Support automatic tag exclusionsGravatar Austin Clements2012-01-16
* lib: Add support for automatically excluding tags from queriesGravatar Austin Clements2012-01-16
* cli: pick the user's address in a group list as from addressGravatar Jani Nikula2012-01-16
* test: add known broken test for reply from address in named group listGravatar Jani Nikula2012-01-16
* py3k: add a specialized version of _str for python3Gravatar Justus Winter2012-01-16
* test: don't bail out of `run_emacs' too early when missing prereqsGravatar Pieter Praet2012-01-15
* emacs: Cycle through notmuch buffers rather than jumping to the last.Gravatar David Edmondson2012-01-15
* emacs: Don't attempt to colour tags in `notmuch-show-mode'.Gravatar David Edmondson2012-01-15
* NEWS: add news items for reply to senderGravatar Jani Nikula2012-01-14
* Fix build warning: "/*" within commentGravatar Austin Clements2012-01-14
* test: add tests for "notmuch reply" --reply-to=senderGravatar Mark Walters2012-01-14
* emacs: bind 'r' to reply-to-sender and 'R' to reply-to-allGravatar Jani Nikula2012-01-14
* emacs: add support for replying just to the senderGravatar Jani Nikula2012-01-14
* cli: add support for replying just to the sender in "notmuch reply"Gravatar Jani Nikula2012-01-14
* cli: slightly refactor "notmuch reply" address scanning functionsGravatar Jani Nikula2012-01-14
* notmuch/emacs: Observe the charset of text/html parts, where known.Gravatar David Edmondson2012-01-13
* count: Convert to new-style argument parsingGravatar Austin Clements2012-01-13
* Set fill column to 70 in .dir-locals.el.Gravatar Austin Clements2012-01-13
* Merge branch 'release'Gravatar David Bremner2012-01-13
|\
| * NEWS: set release date.Gravatar David Bremner2012-01-13
| * debian: changelog stanza for 0.11Gravatar David Bremner2012-01-13
| * Update version to 0.11Gravatar David Bremner2012-01-13
* | emacs: Improve `notmuch-hello' display on ttys.Gravatar David Edmondson2012-01-12
* | lib: fix messages.c build warnGravatar Jani Nikula2012-01-10
* | man: add missing SEE ALSO header to notmuch reply man pageGravatar Jani Nikula2012-01-10
* | emacs: Mark the quoted region during reply.Gravatar David Edmondson2012-01-10
* | emacs: Better handling of inherited keymaps for `nomuch-help'.Gravatar David Edmondson2012-01-09
| * NEWS: add news entry for notmuch reply uninitialized variable bugfixGravatar Jani Nikula2012-01-09
* | Merge branch 'master' of ssh://notmuchmail.org/git/notmuchGravatar Sebastian Spaeth2012-01-09
|\ \
| | * debian: add changelog stanza for 0.11~rc3-1Gravatar David Bremner2012-01-09
| | * version: update to 0.11~rc3Gravatar David Bremner2012-01-09
| | * cli: fix use of uninitialized variable in "notmuch reply"Gravatar Jani Nikula2012-01-09
| * | cli: convert "notmuch reply" to use the new argument parserGravatar Jani Nikula2012-01-09
| * | cli: fix use of uninitialized variable in "notmuch reply"Gravatar Jani Nikula2012-01-09
| * | emacs: Don't signal an error when reaching the end of the search results.Gravatar David Edmondson2012-01-09
* | | python test "compare message ids"Gravatar Patrick Totzke2012-01-08
* | | clean up "compare thread ids" python testGravatar Patrick Totzke2012-01-08
|/ /
| * Update NEWS for Emacs changesGravatar Thomas Jost2012-01-05
| * NEWS: give a hint about using sort to achieve the old dump behavior.Gravatar David Bremner2012-01-05
| * NEWS: fix typos.Gravatar David Bremner2012-01-05
| * update NEWSGravatar Jameson Graef Rollins2012-01-05
| * emacs: fix notmuch-show-indent-messages-width customization variable nameGravatar Jameson Graef Rollins2012-01-05
* | python: str.decode() doesn't like kwargs in python 2.5Gravatar Sebastian Spaeth2012-01-02
* | python: make the result of Message.get_replies() more pythonicGravatar Justus Winter2012-01-02
* | python: refactor print_messages into format_messages and print_messagesGravatar Justus Winter2012-01-02
* | python: add missing conversions from and to utf-8Gravatar Justus Winter2012-01-02
* | py3k: Add and use a mixin class that implements __str__Gravatar Justus Winter2012-01-02
* | py3k: Rename .next() to __next__(), add python2.x compatibility aliasGravatar Justus Winter2012-01-02
* | py3k: All strings are unicode strings in py3kGravatar Justus Winter2012-01-02
* | py3k: The ConfigParser module has been renamed to configparserGravatar Justus Winter2012-01-02