summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-04-09 16:11:23 -0500
committerKali Kaneko <kali@leap.se>2014-04-09 16:11:23 -0500
commit4124f7b486ecd1ee90451255bb35c46606ef55e5 (patch)
tree58205da129e77194d2961bd16996a38bf09cf3ea /changes
parent13f23aaf1433f7f5f5111b81a21ab873b2d975de (diff)
parent8b1d8e88955fe5c1af8cee973abfdec4043a650c (diff)
Merge tag '0.3.9' into deb-0.3.9
Tag leap.mail version 0.3.9 Conflicts: pkg/requirements.pip
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT2
-rw-r--r--changes/bug-4791_url-should-not-end-in-period1
-rw-r--r--changes/bug_4715_fix_message_adding1
-rw-r--r--changes/bug_enqueue-unset-recent2
-rw-r--r--changes/bug_fetch_size4
-rw-r--r--changes/bug_safety-check-for-last-uid1
-rw-r--r--changes/feature_4335_stop-providing-hostname-for-helo1
-rw-r--r--changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted1
-rw-r--r--changes/feaure_4616_fix_mail_indexing1
9 files changed, 0 insertions, 14 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index 1d5643f..cc00ecf 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,5 +8,3 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
-leap.soledad.client 0.5.0 # get_count_by_index
-
diff --git a/changes/bug-4791_url-should-not-end-in-period b/changes/bug-4791_url-should-not-end-in-period
deleted file mode 100644
index d4ff29c..0000000
--- a/changes/bug-4791_url-should-not-end-in-period
+++ /dev/null
@@ -1 +0,0 @@
- o Footer url shouldn't end in period. Closes #4791.
diff --git a/changes/bug_4715_fix_message_adding b/changes/bug_4715_fix_message_adding
deleted file mode 100644
index 53b875c..0000000
--- a/changes/bug_4715_fix_message_adding
+++ /dev/null
@@ -1 +0,0 @@
- o Soledad writer consumes messages eagerly. Fixes failing tests. Closes: #4715
diff --git a/changes/bug_enqueue-unset-recent b/changes/bug_enqueue-unset-recent
deleted file mode 100644
index 8903804..0000000
--- a/changes/bug_enqueue-unset-recent
+++ /dev/null
@@ -1,2 +0,0 @@
- o Enqueue unsetting of recent flag. this was holding the new
- mails from being displayed soonish.
diff --git a/changes/bug_fetch_size b/changes/bug_fetch_size
deleted file mode 100644
index e9e97b9..0000000
--- a/changes/bug_fetch_size
+++ /dev/null
@@ -1,4 +0,0 @@
- o Limit the size of the messages returned to the IMAP client to 100,
- since Thunderbird hangs with numbers bigger than those. This is a
- quick fix until we figure out how does Thunderbird want to receive
- more than 100 mails at a time. \ No newline at end of file
diff --git a/changes/bug_safety-check-for-last-uid b/changes/bug_safety-check-for-last-uid
deleted file mode 100644
index bb0229f..0000000
--- a/changes/bug_safety-check-for-last-uid
+++ /dev/null
@@ -1 +0,0 @@
- o Sanity check on last_uid setter. Avoids incomplete fetches.
diff --git a/changes/feature_4335_stop-providing-hostname-for-helo b/changes/feature_4335_stop-providing-hostname-for-helo
deleted file mode 100644
index f4b6c29..0000000
--- a/changes/feature_4335_stop-providing-hostname-for-helo
+++ /dev/null
@@ -1 +0,0 @@
- o Stop providing hostname for helo in smtp gateway (#4335).
diff --git a/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted b/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted
deleted file mode 100644
index de3bb86..0000000
--- a/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted
+++ /dev/null
@@ -1 +0,0 @@
- o Only try to fetch keys for multipart signed or encrypted emails (#4671).
diff --git a/changes/feaure_4616_fix_mail_indexing b/changes/feaure_4616_fix_mail_indexing
deleted file mode 100644
index 6e94100..0000000
--- a/changes/feaure_4616_fix_mail_indexing
+++ /dev/null
@@ -1 +0,0 @@
- o Makes efficient use of indexes and count method. Closes: #4616