X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=7a03315027e088f721ad0d25bf46093ec3ba0d68;hp=531ce1ae5179a6db6e00e03137ed2a3e69d2a808;hb=09f6533c3781b61ea634790d4bad38aadf89115c;hpb=dfb1b8eb89e814f4bf6f6e62b700c72aa1b4659a diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 531ce1ae..7a033150 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1066,8 +1066,7 @@ is t, hide the part initially and show the button." ;; If the subject of this message is the same as that of the ;; previous message, don't display it when this message is ;; collapsed. - (when (not (string= notmuch-show-previous-subject - bare-subject)) + (unless (string= notmuch-show-previous-subject bare-subject) (forward-line 1)) (setq headers-start (point-marker))) (setq headers-end (point-marker))