summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2010-11-08 14:18:25 +0000
committerCarl Worth <cworth@cworth.org>2010-11-11 17:06:04 -0800
commitc471c4eb0488ee689ab96814e3879930bec32bc6 (patch)
tree25582ba0aca7b77e07f1dfe9cdc10dbdf667c2f6
parente845f4e27e67208c95def4ee2601568b8d81a12e (diff)
emacs: Use the header line to show the subject of the thread.
-rw-r--r--emacs/notmuch-show.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index 3a394d0..0d3c4c2 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -550,6 +550,10 @@ function is used. "
;; Move straight to the first open message
(if (not (notmuch-show-message-visible-p))
(notmuch-show-next-open-message))
+
+ ;; Set the header line to the subject of the first open message.
+ (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-subject)))
+
(notmuch-show-mark-read)))
(defvar notmuch-show-stash-map