diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-13 15:56:17 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-13 15:56:17 -0300 |
commit | bbcea6100bec313251b44cf6914ed6054c970f0a (patch) | |
tree | dc930c99090d2e98b180ac44b68900b0e846c2e3 /mail/changes | |
parent | 05167c969bc8eec4abc0afec53847bd248f77291 (diff) | |
parent | b946e44ddac2882732073a94589e1196f946ccb2 (diff) |
Merge remote-tracking branch 'refs/remotes/kali/feature/efficient-indexing' into develop
Diffstat (limited to 'mail/changes')
-rw-r--r-- | mail/changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | mail/changes/feaure_4616_fix_mail_indexing | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 032b26ac..1d5643f9 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,5 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.soledad.client 0.5.0 # get_count_by_index diff --git a/mail/changes/feaure_4616_fix_mail_indexing b/mail/changes/feaure_4616_fix_mail_indexing new file mode 100644 index 00000000..6e941007 --- /dev/null +++ b/mail/changes/feaure_4616_fix_mail_indexing @@ -0,0 +1 @@ + o Makes efficient use of indexes and count method. Closes: #4616 |