summaryrefslogtreecommitdiff
path: root/src/leap/mail/adaptors/soledad_indexes.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-04 20:08:46 -0400
committerKali Kaneko <kali@leap.se>2015-06-05 16:50:46 -0400
commit9f31b26909a62d5d76e06b51e1c7204778b1882d (patch)
treee4bd3941c041c8548197e66179e7ded1e6e674bb /src/leap/mail/adaptors/soledad_indexes.py
parente46b14e6966045414a61103b3819a4277af7d211 (diff)
[refactor] deprecate old incoming index
Diffstat (limited to 'src/leap/mail/adaptors/soledad_indexes.py')
-rw-r--r--src/leap/mail/adaptors/soledad_indexes.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/leap/mail/adaptors/soledad_indexes.py b/src/leap/mail/adaptors/soledad_indexes.py
index d2f8b71..eec7d28 100644
--- a/src/leap/mail/adaptors/soledad_indexes.py
+++ b/src/leap/mail/adaptors/soledad_indexes.py
@@ -101,9 +101,6 @@ MAIL_INDEXES = {
TYPE_MBOX_DEL_IDX: [TYPE, MBOX_UUID, 'bool(deleted)'],
# incoming queue
- JUST_MAIL_IDX: [INCOMING_KEY,
+ JUST_MAIL_IDX: ["bool(%s)" % (INCOMING_KEY,),
"bool(%s)" % (ERROR_DECRYPTING_KEY,)],
-
- # the backward-compatible index, will be deprecated at 0.7
- JUST_MAIL_COMPAT_IDX: [INCOMING_KEY],
}