summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/helper.py1
-rw-r--r--alot/mail/envelope.py1
2 files changed, 1 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
diff --git a/alot/mail/envelope.py b/alot/mail/envelope.py
index c4ac291b..4714b32d 100644
--- a/alot/mail/envelope.py
+++ b/alot/mail/envelope.py
@@ -9,6 +9,7 @@ import email
import email.policy
from email.message import MIMEPart
import email.charset as charset
+import mimetypes
from urllib.parse import unquote
import gpg