summaryrefslogtreecommitdiff
path: root/changes/feaure_4616_fix_mail_indexing
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-12-05 11:24:23 -0400
committerKali Kaneko <kali@leap.se>2013-12-13 14:09:35 -0400
commitd1719ca40f6c7838fb41915706960c822f081237 (patch)
tree5e90046de8e2e05fd5a14c7b3ad131570fa8471b /changes/feaure_4616_fix_mail_indexing
parentabe0c772c49922bd3b33894182c3b064256e98cd (diff)
count_foo uses expanded u1db count method.
Other fixes in the commit: * Correct the semantic for the recent flag (reset) * Minor unicode fixes. * Use a field for tracking the last_uid In general, this tries to squash all the quick and naive methods that were relying on evaluating all the message objects before returning a result. Further work is still needed, planned also for 0.5 release. get_by_index needs to be indexed too.
Diffstat (limited to 'changes/feaure_4616_fix_mail_indexing')
-rw-r--r--changes/feaure_4616_fix_mail_indexing1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feaure_4616_fix_mail_indexing b/changes/feaure_4616_fix_mail_indexing
new file mode 100644
index 0000000..6e94100
--- /dev/null
+++ b/changes/feaure_4616_fix_mail_indexing
@@ -0,0 +1 @@
+ o Makes efficient use of indexes and count method. Closes: #4616