From: Olivier Matz Date: Wed, 30 Nov 2016 10:28:13 +0000 (+0100) Subject: actions: rename deleted as delete X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e41c974c0fce2cff46e749c417593f31f20a2d36;p=imapami.git actions: rename deleted as delete --- diff --git a/imapami/actions.py b/imapami/actions.py index d3a08e4..67cda16 100644 --- a/imapami/actions.py +++ b/imapami/actions.py @@ -221,9 +221,9 @@ class ImapamiActionDelete(ImapamiActionChangeFlag): Arguments: None Example: - deleted: {} + delete: {} """ - name = "deleted" + name = "delete" def __init__(self): ImapamiActionChangeFlag.__init__(self, "Deleted", True) self.terminal = True