summaryrefslogtreecommitdiffstats
path: root/hyperkitty/lib
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/lib')
-rw-r--r--hyperkitty/lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/lib/__init__.py b/hyperkitty/lib/__init__.py
index d9a24ff..40b065f 100644
--- a/hyperkitty/lib/__init__.py
+++ b/hyperkitty/lib/__init__.py
@@ -77,7 +77,7 @@ def stripped_subject(mlist, subject):
if mlist is None:
return subject
if subject.lower().startswith(mlist.subject_prefix.lower()):
- subject = subject[len(mlist.subject_prefix)+1 : ]
+ subject = subject[len(mlist.subject_prefix) : ]
return subject