client: Add more options for displaying images from messages
- An application setting allowing to always trust images - An option to trust images from an email domain - Replaces buttons by a menu in infobar
This commit is contained in:
parent
bc4fe28a25
commit
9f893adc47
9 changed files with 246 additions and 47 deletions
|
|
@ -97,6 +97,12 @@
|
|||
<description>The last recorded size of the detached composer window.</description>
|
||||
</key>
|
||||
|
||||
<key name="images-trusted-domains" type="as">
|
||||
<default>[]</default>
|
||||
<summary>Allow images for these domains</summary>
|
||||
<description>Images from these domains will be trusted</description>
|
||||
</key>
|
||||
|
||||
<key name="undo-send-delay" type="i">
|
||||
<default>5</default>
|
||||
<summary>Undo sending email delay</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue