summaryrefslogtreecommitdiff
path: root/mail/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
commitdc4983956fc849c4a9e0f6ee7464cabbc103ec17 (patch)
tree3e7aea94909e50cd562aee1e839b6fbdf50ce1ce /mail/changes
parent4e8bbae8a96c378d07e1b437159e0b84ca8e4a5b (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 'mail/changes')
-rw-r--r--mail/changes/bug-7480_extract_attach_and_openpgp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/changes/bug-7480_extract_attach_and_openpgp b/mail/changes/bug-7480_extract_attach_and_openpgp
new file mode 100644
index 0000000..27f668a
--- /dev/null
+++ b/mail/changes/bug-7480_extract_attach_and_openpgp
@@ -0,0 +1 @@
+- don't extract openpgp header if valid attached key (Closes: #7480)