summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-05-15 18:12:39 +0200
committerAnton Khirnov <anton@khirnov.net>2021-05-15 18:12:39 +0200
commit4bfcf4787a1528744624701f7634928d991f7a53 (patch)
treeb1dc2fdbd04301ca843acf8af623799e3ddf2436 /alot/helper.py
parent1462d083bf7efd5e8919b3fe23c71f9cb7e792a9 (diff)
mail/envelope: add missing import
Forgotten during move in fe1450cba.
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 0664f71e..143babbe 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -5,7 +5,6 @@
# For further details see the COPYING file
from collections import deque
import logging
-import mimetypes
import os
import re
import shlex