diff options
author | Kali Kaneko <kali@leap.se> | 2015-02-26 13:28:45 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-03-03 14:27:03 -0400 |
commit | fac71359f77d5649cf0324f7cd9bfdcf13cb120d (patch) | |
tree | 885ac5a2009bc354a44209c23b3bd5f3ee7a13bf /src/leap/mail/mail.py | |
parent | 63a252fb5dadb8b57212ea6d5e09737ea22d470f (diff) |
pass date explicitely, fix partial_append test
it is interpreted as "tags" otherwise.
Diffstat (limited to 'src/leap/mail/mail.py')
-rw-r--r-- | src/leap/mail/mail.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/mail/mail.py b/src/leap/mail/mail.py index 9906ddf..584cc4a 100644 --- a/src/leap/mail/mail.py +++ b/src/leap/mail/mail.py @@ -540,7 +540,6 @@ class MessageCollection(object): """ # TODO watch out if the use of this method in IMAP COPY/APPEND is # passing the right date. - # XXX mdoc ref is a leaky abstraction here. generalize. leap_assert_type(flags, tuple) |