From 0ff57e75cf5847d2cbef97a49badb4cccc618300 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 5 Jun 2012 18:42:51 +0300 Subject: emacs: only strip "re:" in the beginning of subject Fix notmuch-show-strip-re by matching "re:" only in the beginning of the input string. --- test/emacs-show | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/emacs-show b/test/emacs-show index 1ddb28eb..e9a714fa 100755 --- a/test/emacs-show +++ b/test/emacs-show @@ -33,7 +33,6 @@ output=$(test_emacs '(notmuch-show-strip-re "re:Re: re: Re: re:subject")') test_expect_equal "$output" '"subject"' test_begin_subtest "Bare subject #3" -test_subtest_known_broken output=$(test_emacs '(notmuch-show-strip-re "the cure: fix the regexp")') test_expect_equal "$output" '"the cure: fix the regexp"' -- cgit v1.2.3