diff options
author | Kali Kaneko <kali@leap.se> | 2015-05-21 12:47:27 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-06-05 16:50:39 -0400 |
commit | 8915db2e1c1a339cf36ae0e28da627bb1a8e040e (patch) | |
tree | ffd353c03380b022731265c672f5cec6d017e4e2 /.gitignore | |
parent | d5d9c3794566b999bfd42398072c9f7e3177d1b9 (diff) |
[feature] post-sync mail processing hooks
using the new soledad plugin capablity, mail hooks to the post-sync
event by subscribing to the Meta-Doc type of documents. In this way, we
can create the uid tables and the uid entries needed to keep local
indexes for mail that has been processed in another instance.
however, this won't prevent a conflict if a given mail is received and
processed in two different instances. that is a problem that we still
have to deal with.
Resolves: #6996
Releases: 0.4.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.pyc +dropin.cache build/ dist/ *.egg |