summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/search.py
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-15 15:26:49 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-15 15:58:06 +0200
commitfca5dc46de7d3cfb0d4c571f9e3040ad05e2cc54 (patch)
tree8a8c75cd6e91b3a57fccfa6c674021bc5b013974 /service/pixelated/adapter/search.py
parent63ff51e91289db31767a5bc209c1b572ac7d4718 (diff)
Moved some common properties of mail and input mail to another class
Diffstat (limited to 'service/pixelated/adapter/search.py')
-rw-r--r--service/pixelated/adapter/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/adapter/search.py b/service/pixelated/adapter/search.py
index 69456932..859497bb 100644
--- a/service/pixelated/adapter/search.py
+++ b/service/pixelated/adapter/search.py
@@ -98,7 +98,7 @@ class SearchEngine(object):
'tag': u','.join(tags),
'body': unicode(mdict['body']),
'ident': unicode(mdict['ident']),
- 'flags': unicode(','.join(mail._flags))
+ 'flags': unicode(','.join(mail.flags))
}
writer.update_document(**index_data)