summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index b8cfd4e4..1d6419a5 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -14,10 +14,10 @@ from alot.commands.globals import ComposeCommand
from alot.commands.globals import RefreshCommand
from alot import widgets
from alot import completion
-from alot.db.message import decode_header
-from alot.db.message import encode_header
-from alot.db.message import extract_headers
-from alot.db.message import extract_body
+from alot.db.utils import decode_header
+from alot.db.utils import encode_header
+from alot.db.utils import extract_headers
+from alot.db.utils import extract_body
from alot.db.envelope import Envelope
from alot.db.attachment import Attachment