summaryrefslogtreecommitdiff
path: root/src/leap/mail/adaptors/soledad_indexes.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-06-15 21:24:00 +0200
committerRuben Pollan <meskio@sindominio.net>2015-06-15 21:24:00 +0200
commit0ebb84463b92b7251936e93c31a6b9c569ba0a54 (patch)
treeadf90dabed9caa9ebdb75c37eba7055b030930ac /src/leap/mail/adaptors/soledad_indexes.py
parentd5d9c3794566b999bfd42398072c9f7e3177d1b9 (diff)
parent061024899e29f745b3c375930b60247de36e2fd3 (diff)
Merge branch 'feature/post-sync-hooks' into develop
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],
}