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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue