Optionally send email in plain text: Closes #3198
The composer can now be switched between rich and plain text mode using the context menu.
This commit is contained in:
parent
5328b3448f
commit
3e4b94de0e
4 changed files with 117 additions and 23 deletions
|
|
@ -64,6 +64,11 @@
|
|||
<summary>ask when opening an attachment</summary>
|
||||
<description>True to ask when opening an attachment.</description>
|
||||
</key>
|
||||
<key name="compose-as-html" type="b">
|
||||
<default>true</default>
|
||||
<summary>whether to compose emails in HTML</summary>
|
||||
<description>True to compose emails in HTML; false for plain text.</description>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
</schemalist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue