From 244f847c2a962117a05a7525c1c56617e6a1324f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 26 Sep 2014 09:58:56 -0300 Subject: Fold in changes --- mail/CHANGELOG | 7 +++++++ mail/changes/bug_messages-iterator-needs-collection | 2 -- mail/changes/prevent-mailbox-with-blank-name | 3 --- 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 mail/changes/bug_messages-iterator-needs-collection delete mode 100644 mail/changes/prevent-mailbox-with-blank-name diff --git a/mail/CHANGELOG b/mail/CHANGELOG index de03a802..4c3da7bc 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,3 +1,10 @@ +0.3.10 Sept 26, 2014: + o MessageCollection iterator now creates the LeapMessage with the + collection reference, so setFlags will work properly. + o account#addMailbox can't allow empty mailbox names since it makes + it impossible to create it later (mailbox#__init__ will throw an + error), which makes it impossible to getMailbox or even delete it. + 0.3.9 Apr 4, 2014: o Footer url shouldn't end in period. Closes #4791. o Handle non-ascii headers. Closes #5021. diff --git a/mail/changes/bug_messages-iterator-needs-collection b/mail/changes/bug_messages-iterator-needs-collection deleted file mode 100644 index 50c67d09..00000000 --- a/mail/changes/bug_messages-iterator-needs-collection +++ /dev/null @@ -1,2 +0,0 @@ - o MessageCollection iterator now creates the LeapMessage with the collection - reference, so setFlags will work properly diff --git a/mail/changes/prevent-mailbox-with-blank-name b/mail/changes/prevent-mailbox-with-blank-name deleted file mode 100644 index c676fb64..00000000 --- a/mail/changes/prevent-mailbox-with-blank-name +++ /dev/null @@ -1,3 +0,0 @@ - o account#addMailbox can't allow empty mailbox names since it makes it -impossible to create it later (mailbox#__init__ will throw an error), which makes -it impossible to getMailbox or even delete it -- cgit v1.2.3