mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 05:55:06 -05: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:
parent
dec4a6371f
commit
7daf4ef1e6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user