]> granicus.if.org Git - mutt/commitdiff
Fix subjectrx example in the manual.
authorKevin McCarthy <kevin@8t8.us>
Wed, 28 Feb 2018 23:20:19 +0000 (15:20 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 28 Feb 2018 23:20:19 +0000 (15:20 -0800)
doc/manual.xml.head

index 957599cba168ecd0dc15a9dfd9a83e8a396b80a7..21f2a1d328167e6949c47809cd7d01f8510fab5f 100644 (file)
@@ -6227,7 +6227,7 @@ subjectrx '\[rt #[0-9]+\] *' '%L%R'
 subjectrx '\[servicedesk #([0-9]+)\] ([^.]+)\.([^.]+) - (new|open|pending|update) - ' '%L[#%1] %R'
 
 # Strip out annoying [listname] prefixes in subjects
-subjectrx '\[[^\]]*\]:? *' '%L%R'
+subjectrx '\[[^]]*\]:? *' '%L%R'
 </screen>
 </example>