diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-04 11:39:51 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-04 11:39:51 +0000 |
commit | b6ba2d8b09a60e30abc2ad576bc5fb5126d16ccb (patch) | |
tree | 71b7db998f019471b582eef6c440d6aad8023c57 /pykolab/imap | |
parent | 30bf4a165eda33c14d493cdd2e91e5f0b3f614b9 (diff) | |
download | pykolab-b6ba2d8b09a60e30abc2ad576bc5fb5126d16ccb.tar.gz |
Merge stash - no changes
Diffstat (limited to 'pykolab/imap')
-rw-r--r-- | pykolab/imap/cyrus.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pykolab/imap/cyrus.py b/pykolab/imap/cyrus.py index c0f8c04..de66355 100644 --- a/pykolab/imap/cyrus.py +++ b/pykolab/imap/cyrus.py @@ -117,6 +117,8 @@ class Cyrus(cyruslib.CYRUS): if len(self.lm(mailfolder)) < 1: return self.server + # TODO: Murder capabilities may have been suppressed using Cyrus IMAP + # configuration. if not self.murder: return self.server |