mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-28 13:44:12 +01:00
emacs: Use the header line to show the subject of the thread.
This commit is contained in:
parent
e845f4e27e
commit
c471c4eb04
1 changed files with 4 additions and 0 deletions
|
@ -550,6 +550,10 @@ function is used. "
|
||||||
;; Move straight to the first open message
|
;; Move straight to the first open message
|
||||||
(if (not (notmuch-show-message-visible-p))
|
(if (not (notmuch-show-message-visible-p))
|
||||||
(notmuch-show-next-open-message))
|
(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)))
|
(notmuch-show-mark-read)))
|
||||||
|
|
||||||
(defvar notmuch-show-stash-map
|
(defvar notmuch-show-stash-map
|
||||||
|
|
Loading…
Reference in a new issue