Page MenuHomePhorge

D605.1775290274.diff
No OneTemporary

Authored By
Unknown
Size
523 B
Referenced Files
None
Subscribers
None

D605.1775290274.diff

diff --git a/pykolab/imap/cyrus.py b/pykolab/imap/cyrus.py
--- a/pykolab/imap/cyrus.py
+++ b/pykolab/imap/cyrus.py
@@ -195,7 +195,7 @@
)
# TODO: Workaround for undelete
- if len(self.lm(mailfolder)) < 1 and _mailfolder['hex_timestamp']:
+ if len(self.lm(mailfolder)) < 1 and 'hex_timestamp' in _mailfolder:
mailfolder = self.folder_utf7("DELETED/%s%s%s@%s" % (
self.separator.join(_mailfolder['path_parts']),
self.separator,

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 8:11 AM (11 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18828628
Default Alt Text
D605.1775290274.diff (523 B)

Event Timeline