mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fixed loading messages from the database when message format is AUTO
This commit is contained in:
parent
116e9598da
commit
67caa357fd
@ -1589,7 +1589,7 @@ public class LocalStore extends Store implements Serializable {
|
||||
mp.addBodyPart(bp);
|
||||
}
|
||||
|
||||
if (mAccount.getMessageFormat() == MessageFormat.HTML) {
|
||||
if (mAccount.getMessageFormat() != MessageFormat.TEXT) {
|
||||
if (htmlContent != null) {
|
||||
TextBody body = new TextBody(htmlContent);
|
||||
MimeBodyPart bp = new MimeBodyPart(body, "text/html");
|
||||
|
Loading…
Reference in New Issue
Block a user