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:
Austin Clements 2012-02-25 09:50:26 -05:00 committed by David Bremner
parent 661c357123
commit f89f3709d6

View file

@ -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 ()