[PATCH] UIBase: fix regression while deletingflags
Nicolas Sebrecht
nicolas.s-dev at laposte.net
Fri Mar 11 19:31:15 GMT 2011
In commit 7a2a0225 [Don't pass list to ui.adding/deletingflags] we changed the
list logic for a per folder logic but forgot to remove one instance of
"destlist" which isn't valid anymore.
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
offlineimap/ui/UIBase.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/offlineimap/ui/UIBase.py b/offlineimap/ui/UIBase.py
index fedcdac..02593e6 100644
--- a/offlineimap/ui/UIBase.py
+++ b/offlineimap/ui/UIBase.py
@@ -268,7 +268,6 @@ class UIBase:
def deletingflags(s, uidlist, flags, dest):
if s.verbose >= 0:
- ds = s.folderlist(destlist)
s._msg("Deleting flag %s from %d messages on %s" % \
(", ".join(flags), len(uidlist), dest))
--
1.7.4.1.373.g37629
More information about the OfflineIMAP-project
mailing list