1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

Add the German version of "re:" to our reply regex

This commit is contained in:
Jesse Vincent 2009-11-13 04:03:36 +00:00
parent 719f7dcd2d
commit df16bb2766

View File

@ -1634,7 +1634,7 @@ public class MessageList extends K9ListActivity {
}
Pattern pattern = null;
String patternString = "^ *(re|fw|fwd): *";
String patternString = "^ *(re|aw|fw|fwd): *";
private String stripPrefixes(String in) {
synchronized (patternString) {
if (pattern == null) {