summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2019-11-06 11:27:48 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-06 10:54:00 +0000
commit2682848336ce2aecde4275c3950b1fe64ed002d2 (patch)
treede3f6f973869a8235869f0583de00168f01f2072 /alot/helper.py
parent414ca6c4b57752d139598e95e06009c55ff4543c (diff)
Remove unicode escape codes
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 2475bbcc..aab3242e 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -179,7 +179,7 @@ def shorten_author_string(authors_string, maxlength):
au = authors.pop()
if len(au) > 1 and (remaining_length == 3 or (authors and
remaining_length < 7)):
- authors_chain.appendleft('\u2026')
+ authors_chain.appendleft('…')
break
else:
if authors: