summaryrefslogtreecommitdiff
path: root/alot/db/message.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-05 11:40:07 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-05 11:40:07 +0200
commitb7c03a4e96d04ab7485d133153eeb820e672caa3 (patch)
tree3fb9db74ea27742d5dca813f482de317c025f643 /alot/db/message.py
parent05d796026155a5c596f23ec899b577ba83d790be (diff)
db/message: drop unused imports
Diffstat (limited to 'alot/db/message.py')
-rw-r--r--alot/db/message.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/db/message.py b/alot/db/message.py
index 74685466..09b1c030 100644
--- a/alot/db/message.py
+++ b/alot/db/message.py
@@ -11,15 +11,12 @@ import tempfile
from datetime import datetime
-from notmuch import NullPointerError
-
from .attachment import Attachment
from .. import crypto
from .. import helper
from ..errors import GPGProblem
from ..helper import parse_mailcap_nametemplate
from ..helper import split_commandstring
-from ..helper import string_sanitize
from ..settings.const import settings
charset.add_charset('utf-8', charset.QP, charset.QP, 'utf-8')