summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jh-checksource.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh-checksource.sh b/jh-checksource.sh
index 518f172..e0da294 100644
--- a/jh-checksource.sh
+++ b/jh-checksource.sh
@@ -7,7 +7,7 @@
sep='<no-filename-ever-contains-this>'
safe_types_regexp=('^(inode|text|image|video|audio)/')
-safe_types_string=('application/pdf' 'application/postscript' 'application/xml' 'application/ogg')
+safe_types_string=('application/pdf' 'application/postscript' 'application/xml' 'application/ogg' 'message/rfc822')
safe_files_regexp=('/\.(git|hg|svn)/' '/[^/]*\.git/' '/po/[^/]*.gmo$')
safe_files_string=()