diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-05 22:47:58 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-05 22:47:58 -0600 |
commit | d89b1b0e8b75a44d0a1396569ce096a756574174 (patch) | |
tree | d219c56b3c28edad83706e19cd26edf680ebd262 | |
parent | 75d2804167d3a7cfb5ec6cce6cd8cb8b57f8a82f (diff) |
jh-checksource: allow message/rfc822
-rw-r--r-- | jh-checksource.sh | 2 |
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=() |