summaryrefslogtreecommitdiff
path: root/notmuch-extract-patch
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-extract-patch')
-rwxr-xr-xnotmuch-extract-patch/notmuch-extract-patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-extract-patch/notmuch-extract-patch b/notmuch-extract-patch/notmuch-extract-patch
index 4cfda4c..7eff31a 100755
--- a/notmuch-extract-patch/notmuch-extract-patch
+++ b/notmuch-extract-patch/notmuch-extract-patch
@@ -56,7 +56,7 @@ def has_reroll_count(msg, v):
or (v == 1 and not any(entry[0] == 'v' for entry in subject_prefix))
def get_subject_prefix(s):
- match = re.search(r'''^\[(.*PATCH.*)\]''', s)
+ match = re.search(r'''\[(.*PATCH.*)\]''', s)
if match:
return match.group(1).split()