mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Added toggle in message menu to switch between HTML/Plain content parts (when available)
This commit is contained in:
parent
e04832c624
commit
630dc1e854
38 changed files with 239 additions and 148 deletions
|
|
@ -343,8 +343,7 @@ export const PgpUserStore = new class {
|
|||
const cl = dom.classList,
|
||||
signed = cl.contains('openpgp-signed'),
|
||||
encrypted = cl.contains('openpgp-encrypted');
|
||||
if ((encrypted || signed) && !dom.phpInited) {
|
||||
dom.phpInited = 1;
|
||||
if (encrypted || signed) {
|
||||
const
|
||||
domText = dom.textContent,
|
||||
recipients = rainLoopMessage ? rainLoopMessage.getEmails(['from', 'to', 'cc']) : [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue