summaryrefslogtreecommitdiff
path: root/alot/db/envelope.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/db/envelope.py
parent99b2952adb9caff367a2a9b12dd848be1ec63e34 (diff)
refactor: header utilities into db.utils
Diffstat (limited to 'alot/db/envelope.py')
-rw-r--r--alot/db/envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/envelope.py b/alot/db/envelope.py
index 6572b507..6b176016 100644
--- a/alot/db/envelope.py
+++ b/alot/db/envelope.py
@@ -12,7 +12,7 @@ import alot.helper as helper
from alot.settings import settings
from attachment import Attachment
-from message import encode_header
+from utils import encode_header
class Envelope(object):