diff --git a/mbox2web b/mbox2web index d1fcdf1..b20e62c 100755 --- a/mbox2web +++ b/mbox2web @@ -95,6 +95,7 @@ def save_part(msg, disposition): "image/jpeg": ".jpg", "text/x-python": ".py", "text/x-java": ".java", + "application/x-sh": ".sh", }[content_type] name = msg.get_param("name") or "(data)" diff --git a/templates/attachment_application_x-sh.html b/templates/attachment_application_x-sh.html new file mode 100644 index 0000000..6ee602f --- /dev/null +++ b/templates/attachment_application_x-sh.html @@ -0,0 +1,8 @@ +