Loading src/com/fsck/k9/mail/store/LocalStore.java +1 −0 Original line number Diff line number Diff line Loading @@ -2262,6 +2262,7 @@ public class LocalStore extends Store implements Serializable return null; } text = text.replaceAll("(?ms)^-----BEGIN PGP SIGNED MESSAGE-----.(Hash:\\s*?.*?$)?",""); text = text.replaceAll("^.*\\w.*:",""); text = text.replaceAll("(?m)^>.*$",""); text = text.replaceAll("^On .*wrote.?$",""); Loading Loading
src/com/fsck/k9/mail/store/LocalStore.java +1 −0 Original line number Diff line number Diff line Loading @@ -2262,6 +2262,7 @@ public class LocalStore extends Store implements Serializable return null; } text = text.replaceAll("(?ms)^-----BEGIN PGP SIGNED MESSAGE-----.(Hash:\\s*?.*?$)?",""); text = text.replaceAll("^.*\\w.*:",""); text = text.replaceAll("(?m)^>.*$",""); text = text.replaceAll("^On .*wrote.?$",""); Loading