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

We don't actually want to clear out the plaintext version of the message. K-9 uses that for replies

This commit is contained in:
Jesse Vincent 2009-05-05 00:29:15 +00:00
parent dec4a6371f
commit 7daf4ef1e6

View File

@ -1089,7 +1089,6 @@ public class LocalStore extends Store implements Serializable {
sbHtml = markupContent(sbText,sbHtml);
sbText = new StringBuffer();
@ -1164,7 +1163,6 @@ public class LocalStore extends Store implements Serializable {
}
sbHtml = markupContent(sbText,sbHtml);
sbText = new StringBuffer();
try {