summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-09-22 17:03:51 +0200
committerRuben Pollan <meskio@sindominio.net>2015-09-22 18:58:00 +0200
commite2b3cc5c88dd8f66ec02fe644944218d58e996d8 (patch)
tree09c017aeb78f5d752d06a32fbe201352eb3bc455 /changes
parent5bc9889e3afe9f9bcc39c60b819de18c46d0322a (diff)
[bug] don't extract openpgp header if valid attached key
The key extract should check first for attached keys and if this fails then should try the OpenPGP header. - Resolves: #7480
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7480_extract_attach_and_openpgp1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7480_extract_attach_and_openpgp b/changes/bug-7480_extract_attach_and_openpgp
new file mode 100644
index 0000000..27f668a
--- /dev/null
+++ b/changes/bug-7480_extract_attach_and_openpgp
@@ -0,0 +1 @@
+- don't extract openpgp header if valid attached key (Closes: #7480)