summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:49:58 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:49:58 +0000
commitc5d5fc97d47921b6a004349f09007727a3a629cd (patch)
tree2cc0af41f03cb2cdc71e435876c351ec88cc2882 /alot/commands/thread.py
parent99b2952adb9caff367a2a9b12dd848be1ec63e34 (diff)
refactor: header utilities into db.utils
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