summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:27:30 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 18:27:30 +0000
commitcb46d4fa01109adac8c193e5523928261dc3e284 (patch)
tree194d1844ab64d0c6c88f621f7e409b1146136d6d /alot/commands/envelope.py
parentcb19e5c382c243ad7109fa8ce254331cbc9b3b5f (diff)
refactor: Envelope in its own file
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index 8f666b73..21331ca8 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -174,7 +174,7 @@ class EditCommand(Command):
def __init__(self, envelope=None, spawn=None, refocus=True, **kwargs):
"""
:param envelope: email to edit
- :type envelope: :class:`~alot.message.Envelope`
+ :type envelope: :class:`~alot.db.envelope.Envelope`
:param spawn: force spawning of editor in a new terminal
:type spawn: bool
:param refocus: m