HdySwipeGroup is deprecated since libhandy 1.4. - Split headerbar into 3 components - Remove HdySwipeGroups/GtkSizeGroups used for syncing headerbar with content.
25 lines
948 B
XML
25 lines
948 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="mark_message_menu">
|
|
<item>
|
|
<attribute name="label" translatable="yes">Mark as _Read</attribute>
|
|
<attribute name="action">win.mark-conversation-read</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Mark as _Unread</attribute>
|
|
<attribute name="action">win.mark-conversation-unread</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Star</attribute>
|
|
<attribute name="action">win.mark-conversation-starred</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">U_nstar</attribute>
|
|
<attribute name="action">win.mark-conversation-unstarred</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Toggle as _Junk</attribute>
|
|
<attribute name="action">win.toggle-conversation-junk</attribute>
|
|
</item>
|
|
</menu>
|
|
</interface>
|