From 4bfcf4787a1528744624701f7634928d991f7a53 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 15 May 2021 18:12:39 +0200 Subject: mail/envelope: add missing import Forgotten during move in fe1450cba. --- alot/helper.py | 1 - alot/mail/envelope.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3