X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=36cad93319776491b73019060919c98d3b03f3e2;hb=429ebf5d20a943fb520d7321c5dde721265b0155;hp=d318430cdc842c71acf8acab6262c46d066d732b;hpb=f6c170fabca8f39e74705e3813504137811bf162;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index d318430c..36cad933 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -819,7 +819,7 @@ message at DEPTH in the current thread." (make-symbol (concat "notmuch-show-" type))) (defun notmuch-show-strip-re (string) - (replace-regexp-in-string "\\([Rr]e: *\\)+" "" string)) + (replace-regexp-in-string "^\\([Rr]e: *\\)+" "" string)) (defvar notmuch-show-previous-subject "") (make-variable-buffer-local 'notmuch-show-previous-subject)