summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/plugin_e2ee.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py
index 9c0fa39c..ebb31078 100644
--- a/poezio/plugin_e2ee.py
+++ b/poezio/plugin_e2ee.py
@@ -197,7 +197,7 @@ class E2EEPlugin(BasePlugin):
has_eme = False
if message.xml.find('{%s}%s' % (EME_NS, EME_TAG)) is not None and \
- message['eme']['namespace'] == self.eme_ns:
+ message['eme']['namespace'] == self.eme_ns:
has_eme = True
has_encrypted_tag = False