summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-26 09:58:56 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-26 09:58:56 -0300
commit60162102180930e05c454c91a01f0e7b1e0acafa (patch)
treef40728eed93389e8fc35374d2300775a01505a3b /changes
parenteba412b4338fe5cfce0155bb1aabfe40025c036c (diff)
Fold in changes
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_messages-iterator-needs-collection2
-rw-r--r--changes/prevent-mailbox-with-blank-name3
2 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug_messages-iterator-needs-collection b/changes/bug_messages-iterator-needs-collection
deleted file mode 100644
index 50c67d0..0000000
--- a/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/changes/prevent-mailbox-with-blank-name b/changes/prevent-mailbox-with-blank-name
deleted file mode 100644
index c676fb6..0000000
--- a/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