aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* emacs: accept empty tag list in `notmuch-tag'Dmitry Kurochkin2012-02-08
* emacs: relax tag syntax check in `notmuch-tag' functionDmitry Kurochkin2012-02-08
* emacs: separate history for operations which accept single and multiple tagsDmitry Kurochkin2012-02-08
* emacs: add "*" binding for notmuch-show viewDmitry Kurochkin2012-02-08
* emacs: rename `notmuch-search-operate-all' to `notmuch-search-tag-all'Dmitry Kurochkin2012-02-08
* test: fix emacs tests after tagging operations changesDmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-show more flexibleDmitry Kurochkin2012-02-08
* emacs: make "+" and "-" tagging operations in notmuch-search more flexibleDmitry Kurochkin2012-02-08
* emacs: remove text properties from `notmuch-search-get-tags' resultDmitry Kurochkin2012-02-08
* emacs: move tag format validation to `notmuch-tag' functionDmitry Kurochkin2012-02-08
* tag: remove unused attribute from notmuch_tag_command() argumentsDmitry Kurochkin2012-02-08
* emacs: use mark instead of point-max in MML quoting.David Bremner2012-02-04
* test: Fix up date in MML quoting tests.David Bremner2012-02-04
* Merge commit '0.11.1'David Bremner2012-02-04
|\
| * debian: changelog for 0.11.1David Bremner2012-02-03
| * version: bump to 0.11.1David Bremner2012-02-03
| * NEWS: set release date for 0.11.1David Bremner2012-02-03
| * emacs: quote MML tags in repliesAaron Ecay2012-02-03
| * test: add tests for quoting of MML tags in repliesAaron Ecay2012-02-03
| * Add a NEWS section for 0.11.1 and document the python error handling bugfixJustus Winter2012-01-23
| * python: fix error handlingJustus Winter2012-01-23
* | emacs: fix `notmuch-wash-region-to-button' to work at beginning of bufferDmitry Kurochkin2012-02-04
* | test: add test for hiding Original Message region at beginning of a messageDmitry Kurochkin2012-02-04
* | emacs: Move the blank line from the bottom of the headers to the top of the b...David Edmondson2012-02-03
* | emacs: More address cleaning.David Edmondson2012-02-03
* | emacs: Prefer '[No Subject]' to blank subjects.David Edmondson2012-02-03
* | emacs: Stop the `truncate-string-to-width' madness.David Edmondson2012-02-03
* | lib: Use talloc to simplify cleanup in notmuch_database_openAustin Clements2012-02-03
* | lib: Release resources if notmuch_database_open failsAustin Clements2012-02-03
* | lib: Don't delete uninitialized pointersAustin Clements2012-02-03
* | test: remove ".sh" extension from the recently added Emacs testsDmitry Kurochkin2012-02-03
* | configure: update explicit check for glib : >= 2.22Pieter Praet2012-02-03
* | emacs: globally replace non-branching "(if COND (progn ..." with "(when ..."Pieter Praet2012-02-01
* | emacs: fix show-previous-message doc stringJameson Graef Rollins2012-01-30
* | emacs: modify the default show-mode key bindings for archivingJameson Graef Rollins2012-01-30
* | emacs: use pop-at-end functionality in show-archive-message-then-next functionJameson Graef Rollins2012-01-30
* | emacs: add option to show-next-{, open-}message functions to pop out to paren...Jameson Graef Rollins2012-01-30
* | emacs: add message archiving functionsJameson Graef Rollins2012-01-30
* | emacs: break out thread navigation from notmuch-show-archive-threadJameson Graef Rollins2012-01-30
* | emacs: break up notmuch-show-archive-thread-internal into two more generally ...Jameson Graef Rollins2012-01-30
* | emacs: use search-next-thread to move to next thread in show modeJameson Graef Rollins2012-01-30
* | moved _config_(get|set)_list () functions earlier in the fileTomi Ollila2012-01-30
* | emacs: Don't mark messages as "unsaved" when printing.David Edmondson2012-01-27
* | emacs: Another special case for `notmuch-show-clean-address'.David Edmondson2012-01-27
* | test: Updated expected output for new `notmuch-show-clean-address'.David Edmondson2012-01-27
* | emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'.David Edmondson2012-01-27
* | emacs: Re-enable line wrapping in `notmuch-show-mode'.David Edmondson2012-01-27
* | emacs: `notmuch-search-operate-all' code cleanup, no functional changesDmitry Kurochkin2012-01-27
* | emacs: add completion to "tag all" operation ("*" binding)Dmitry Kurochkin2012-01-27
* | test: `notmuch-test-run' should protect against buffer switching.David Edmondson2012-01-26