summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-22 14:47:42 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-06-22 14:50:30 +0100
commit103ad85aabd8729f58ca6b59f03198c32ce4f596 (patch)
treedf5042e0a87cce46d09706267ba27fb3ded73681
parente00653245e4cf4303a65eb46b045bd6bdfcf707d (diff)
add missing import
.. that accidentally got dropped during c86623d9c7daaa2f9a832135a11870a0d91110a3 This fixes #1255
-rw-r--r--alot/buffers/envelope.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/buffers/envelope.py b/alot/buffers/envelope.py
index 6bdf8657..45b2809f 100644
--- a/alot/buffers/envelope.py
+++ b/alot/buffers/envelope.py
@@ -8,6 +8,7 @@ from .buffer import Buffer
from ..settings.const import settings
from ..widgets.globals import HeadersList
from ..widgets.globals import AttachmentWidget
+from ..helper import shorten_author_string
class EnvelopeBuffer(Buffer):