diff --git a/mbox2web b/mbox2web index d83b6a1..7f03952 100755 --- a/mbox2web +++ b/mbox2web @@ -101,6 +101,7 @@ def save_part(msg, disposition): "application/x-compressed-tar": ".tar.gz", "application/vnd.oasis.opendocument.text": ".odt", "text/x-perl": ".pl", + "application/pgp-signature": ".pgp", }[content_type] name = msg.get_param("name") or "(data)" diff --git a/templates/attachment_application_pgp-signature.html b/templates/attachment_application_pgp-signature.html new file mode 100644 index 0000000..bfe54d4 --- /dev/null +++ b/templates/attachment_application_pgp-signature.html @@ -0,0 +1,9 @@ +
+
+ application/pgp-signature +
+
+ {{name}} +
+
+