mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:44:38 +03:00
webmail: remember per from-address whether we should show the text/html/html-with-external-resources version of a message
This commit is contained in:
@ -209,7 +209,7 @@ func parsedMessage(log mlog.Log, m store.Message, state *msgState, full, msgitem
|
||||
return r
|
||||
}
|
||||
|
||||
if msgitem {
|
||||
if full || msgitem {
|
||||
env := MessageEnvelope{}
|
||||
if state.part.Envelope != nil {
|
||||
e := *state.part.Envelope
|
||||
|
Reference in New Issue
Block a user