X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=36cad93319776491b73019060919c98d3b03f3e2;hp=d318430cdc842c71acf8acab6262c46d066d732b;hb=0ff57e75cf5847d2cbef97a49badb4cccc618300;hpb=627f7b27f9756287795343cbb8a3137f74efccf9 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)