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

index 4250c73082fb6f3a92d5987e7cc66ae845078127..082e9e81c2123e8a70064a9a58db8ae11c51e393 100644 (file)
@@ -7823,7 +7823,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>
     </sect1>