summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-09 10:18:50 -0500
committerKali Kaneko <kali@leap.se>2014-09-09 10:49:01 -0500
commitad568dd45ead0b87e09a26fc7f5bf0c6c5a63324 (patch)
tree53fdbc6e74e331bad9b937a9c579869e6534e0ba
parente6f6962a93d2a76a18c4922cc9c0c7f12cc1718d (diff)
add comment
-rw-r--r--src/leap/mail/imap/mailbox.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/mail/imap/mailbox.py b/src/leap/mail/imap/mailbox.py
index aa2a300..34cf535 100644
--- a/src/leap/mail/imap/mailbox.py
+++ b/src/leap/mail/imap/mailbox.py
@@ -459,6 +459,8 @@ class SoledadMailbox(WithMsgFields, MBoxParser):
notify_on_disk=notify_on_disk)
if PROFILE_CMD:
do_profile_cmd(d, "APPEND")
+
+ # XXX should review now that we're not using qtreactor.
# A better place for this would be the COPY/APPEND dispatcher
# in server.py, but qtreactor hangs when I do that, so this seems
# to work fine for now.