Loading src/com/fsck/k9/mail/store/LocalStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)+"," "); Loading Loading
src/com/fsck/k9/mail/store/LocalStore.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)+"," "); Loading