[PATCH 3/3] emacs: Test for thread-outlining

2011-06-12 Thread Daniel Schoepe
--- test/emacs |5 + .../notmuch-show-thread-outline|7 +++ 2 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 test/emacs.expected-output/notmuch-show-thread-outline diff --git a/test/emacs b/test/emacs

[PATCH 2/3] emacs: Add thread-outline functionality

2011-06-12 Thread Daniel Schoepe
This patch adds some functionality to display the outline for threads displayed by notmuch-show. The entries in the outline buffer are links to the corresponding message in the notmuch-show buffer. --- emacs/notmuch-lib.el |7 +++ emacs/notmuch-show.el | 144

[PATCH 1/3] emacs: Document notmuch-show-get-message-properties

2011-06-12 Thread Daniel Schoepe
--- emacs/notmuch-show.el |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index fb91c83..aecd35f 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1017,6 +1017,12 @@ All currently available key bindings:

[PATCH] emacs: thread outlining

2011-06-12 Thread Daniel Schoepe
Unfortunately, this implementation does not yet highlight the currently selected message in the notmuch-show buffer in the corresponding outline buffer. The point-entered and point-left text properties sound like they should be useful for implementing this, but behaved somewhat erratically for me a