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

@ -142,6 +142,11 @@
<property name="icon_name">font</property>
</object>
</child>
<child>
<object class="GtkToggleAction" id="compose as html">
<property name="label" translatable="yes">Rich text</property>
</object>
</child>
</object>
<object class="GtkBox" id="composer">
<property name="visible">True</property>