From cb46d4fa01109adac8c193e5523928261dc3e284 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 11 Mar 2012 18:27:30 +0000 Subject: refactor: Envelope in its own file --- alot/commands/envelope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands/envelope.py') 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 -- cgit v1.2.3