diff options
-rw-r--r-- | data/freedesktop.org.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 6353724..2420df1 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -5908,6 +5908,7 @@ command to generate the output files. <sub-class-of type="text/plain"/> <magic> <match type="string" value="#! rnews" offset="0"/> + <match type="string" value="Content-Type:" offset="0"/> <match type="string" value="Forward to" offset="0"/> <match type="string" value="From:" offset="0"/> <match type="string" value="N#! rnews" offset="0"/> @@ -5917,6 +5918,7 @@ command to generate the output files. <match type="string" value="Return-Path:" offset="0"/> <match type="string" value="Return-path:" offset="0"/> <match type="string" value="Subject: " offset="0"/> + <match type="string" value="To:" offset="0"/> </magic> <glob pattern="*.eml"/> </mime-type> |