From d89b1b0e8b75a44d0a1396569ce096a756574174 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 Aug 2013 22:47:58 -0600 Subject: jh-checksource: allow message/rfc822 --- jh-checksource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' 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=() -- cgit v1.2.3