mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix out of date comment
The behavior of the header line in show-mode changed from showing the
subject of the first open message to showing the subject of the first
message in 4d77f18b
. Update a comment to reflect this.
This commit is contained in:
parent
661c357123
commit
f89f3709d6
1 changed files with 1 additions and 1 deletions
|
@ -1114,7 +1114,7 @@ function is used."
|
|||
|
||||
(run-hooks 'notmuch-show-hook))
|
||||
|
||||
;; Set the header line to the subject of the first open message.
|
||||
;; Set the header line to the subject of the first message.
|
||||
(setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject)))))
|
||||
|
||||
(defun notmuch-show-capture-state ()
|
||||
|
|
Loading…
Reference in a new issue