]> git.droids-corp.org - imapami.git/commitdiff
actions: rename deleted as delete
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 30 Nov 2016 10:28:13 +0000 (11:28 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Wed, 30 Nov 2016 10:28:13 +0000 (11:28 +0100)
imapami/actions.py

index d3a08e44b4401367958c79baba5644da144cdad0..67cda16fb7083588c255da0a14a8b4d9f847ea22 100644 (file)
@@ -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