From 618a235fa30a6a83aebd1f4bda526deb9e9b630a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 5 Mar 2020 08:05:29 +0100 Subject: db/utils: move message decryption code into db/message It is only called from there, so there is no reason to keep it elsewhere. --- alot/widgets/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/widgets') diff --git a/alot/widgets/thread.py b/alot/widgets/thread.py index db0af0e0..f6a0a9ea 100644 --- a/alot/widgets/thread.py +++ b/alot/widgets/thread.py @@ -11,7 +11,7 @@ import urwid from .globals import TagWidget from .globals import AttachmentWidget from ..settings.const import settings -from ..db.utils import X_SIGNATURE_MESSAGE_HEADER +from ..db.message import X_SIGNATURE_MESSAGE_HEADER from ..helper import string_sanitize class MessageSummaryWidget(urwid.WidgetWrap): -- cgit v1.2.3