summaryrefslogtreecommitdiff
path: root/python/2/mailutils
diff options
context:
space:
mode:
Diffstat (limited to 'python/2/mailutils')
-rw-r--r--python/2/mailutils/folder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/2/mailutils/folder.py b/python/2/mailutils/folder.py
index ecd3fc952..8e33d653c 100644
--- a/python/2/mailutils/folder.py
+++ b/python/2/mailutils/folder.py
@@ -68,4 +68,4 @@ class Folder:
- def list (self, dirname, pattern, max_level=0):
- status, lst = folder.list (self.folder, dirname, pattern, max_level)
+ def list (self, dirname, pattern, max_depth=0):
+ status, lst = folder.list (self.folder, dirname, pattern, max_depth)
if status:

Return to:

Send suggestions and report system problems to the System administrator.