diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:58:56 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-26 09:58:56 -0300 |
commit | 244f847c2a962117a05a7525c1c56617e6a1324f (patch) | |
tree | 3d7c9b42932607a2e8ff296f761b343485fc122b /mail/changes | |
parent | eb844bda5afa116be3c60c68bf97522511d5143a (diff) |
Fold in changes
Diffstat (limited to 'mail/changes')
-rw-r--r-- | mail/changes/bug_messages-iterator-needs-collection | 2 | ||||
-rw-r--r-- | mail/changes/prevent-mailbox-with-blank-name | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/mail/changes/bug_messages-iterator-needs-collection b/mail/changes/bug_messages-iterator-needs-collection deleted file mode 100644 index 50c67d0..0000000 --- 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 c676fb6..0000000 --- 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 |