summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/thread.py2
1 files changed, 1 insertions, 1 deletions
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):