X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=1e55099820cf76eb337486c7c84ac945ec86b3df;hp=30b26d1f998ed8d4b325114599b2d03b7ef39173;hb=cbba1d1ba9781e79d1af39c165accd8d137a815f;hpb=0ff54ab712c24263a1dd66ffd2b4266371f24830 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 30b26d1f..1e550998 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1075,7 +1075,7 @@ function is used." (run-hooks 'notmuch-show-hook)) ;; Set the header line to the subject of the first message. - (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject))))) + (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-subject))))) (defun notmuch-show-capture-state () "Capture the state of the current buffer. @@ -1375,9 +1375,6 @@ current thread." (defun notmuch-show-get-depth () (notmuch-show-get-prop :depth)) -(defun notmuch-show-get-pretty-subject () - (notmuch-prettify-subject (notmuch-show-get-subject))) - (defun notmuch-show-set-tags (tags) "Set the tags of the current message." (notmuch-show-set-prop :tags tags)