summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py27
1 files changed, 14 insertions, 13 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 4b5a1fcc..52232a3c 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -2,6 +2,7 @@
# Copyright © 2018 Dylan Baker
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import argparse
import datetime
import email
@@ -13,19 +14,19 @@ import tempfile
import textwrap
import traceback
-from . import Command, registerCommand
-from . import globals
-from . import utils
-from .. import buffers
-from .. import commands
-from .. import crypto
-from ..account import SendingMailFailed, StoreMailError
-from ..db.errors import DatabaseError
-from ..errors import GPGProblem
-from ..settings.const import settings
-from ..settings.errors import NoMatchingAccount
-from ..utils import argparse as cargparse
-from ..utils.collections import OrderedSet
+from . import Command, registerCommand
+from . import globals
+from . import utils
+from .. import buffers
+from .. import commands
+from .. import crypto
+from ..account import SendingMailFailed, StoreMailError
+from ..db.errors import DatabaseError
+from ..errors import GPGProblem
+from ..settings.const import settings
+from ..settings.errors import NoMatchingAccount
+from ..utils import argparse as cargparse
+from ..utils.collections import OrderedSet
MODE = 'envelope'