1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Gr. typo to my "word character" regex

This commit is contained in:
Jesse Vincent 2010-06-06 21:33:15 +00:00
parent 222808b51d
commit 0624f119df

View File

@ -2262,7 +2262,7 @@ public class LocalStore extends Store implements Serializable
return null;
}
text = text.replaceAll("^.*\w.*:","");
text = text.replaceAll("^.*\\w.*:","");
text = text.replaceAll("(?m)^>.*$","");
text = text.replaceAll("^On .*wrote.?$","");
text = text.replaceAll("(\\r|\\n)+"," ");