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:
Robert Schroll 2013-02-26 15:30:47 -08:00 committed by Jim Nelson
parent 5328b3448f
commit 3e4b94de0e
4 changed files with 117 additions and 23 deletions

View file

@ -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>