Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Brunner <fedor.brunner@azet.sk>2013-12-27 15:42:19 +0400
committerFedor Brunner <fedor.brunner@azet.sk>2013-12-27 15:42:19 +0400
commit66c9ecd6cf9f00eafaab1c9fddfc41dd5c04d2c4 (patch)
tree57c08bcda34d561505fcffe210d76d8544eb2d7f
parent4759ef235adbfdec802478a40c5debe4f1e197bf (diff)
Handle "NOTATION_NAME", "NOTATION_DATA" GPG lines. Fixes #7612
-rw-r--r--src/common/gnupg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/gnupg.py b/src/common/gnupg.py
index 1080d2d1e..13b96f820 100644
--- a/src/common/gnupg.py
+++ b/src/common/gnupg.py
@@ -175,7 +175,7 @@ class Verify(object):
"PLAINTEXT_LENGTH", "POLICY_URL", "DECRYPTION_INFO",
"DECRYPTION_OKAY", "INV_SGNR", "FILE_START", "FILE_ERROR",
"FILE_DONE", "PKA_TRUST_GOOD", "PKA_TRUST_BAD", "BADMDC",
- "GOODMDC", "NO_SGNR"):
+ "GOODMDC", "NO_SGNR", "NOTATION_NAME", "NOTATION_DATA"):
pass
elif key == "BADSIG":
self.valid = False