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:
parent
719f7dcd2d
commit
df16bb2766
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user