Use better regex for identifying patches
This commit is contained in:
parent
78d3f958e0
commit
60627c96f5
|
@ -68,7 +68,7 @@ alternatives=text/plain,text/html
|
|||
# You can also match on non-mimetypes, by prefixing with the header to match
|
||||
# against (non-case-sensitive) and a comma, e.g. subject,text will match a
|
||||
# subject which contains "text". Use header,~regex to match against a regex.
|
||||
subject,~PATCH=contrib/hldiff.py
|
||||
subject,~^\[PATCH=contrib/hldiff.py
|
||||
text/html=contrib/html
|
||||
text/*=contrib/plaintext.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue