2017-05-15 23:21:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
|
|
|
|
<menu id="mark_message_menu">
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Mark as _Read</attribute>
|
2019-10-06 20:44:48 +11:00
|
|
|
<attribute name="action">win.mark-conversation-read</attribute>
|
2017-05-15 23:21:32 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Mark as _Unread</attribute>
|
2019-10-06 20:44:48 +11:00
|
|
|
<attribute name="action">win.mark-conversation-unread</attribute>
|
2017-05-15 23:21:32 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Star</attribute>
|
2019-10-06 20:44:48 +11:00
|
|
|
<attribute name="action">win.mark-conversation-starred</attribute>
|
2017-05-15 23:21:32 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">U_nstar</attribute>
|
2019-10-06 20:44:48 +11:00
|
|
|
<attribute name="action">win.mark-conversation-unstarred</attribute>
|
2017-05-15 23:21:32 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-03-27 18:20:38 +11:00
|
|
|
<attribute name="label" translatable="yes">Toggle as _Junk</attribute>
|
|
|
|
|
<attribute name="action">win.toggle-conversation-junk</attribute>
|
2017-05-15 23:21:32 +02:00
|
|
|
</item>
|
|
|
|
|
</menu>
|
2018-10-25 04:32:30 +02:00
|
|
|
<menu id="main_menu">
|
2018-10-28 02:15:58 +01:00
|
|
|
<section>
|
2018-10-25 04:32:30 +02:00
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Accounts</attribute>
|
|
|
|
|
<attribute name="action">app.accounts</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Preferences</attribute>
|
|
|
|
|
<attribute name="action">app.preferences</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
|
|
|
|
<attribute name="action">win.show-help-overlay</attribute>
|
|
|
|
|
<attribute name="accel"><Primary>F1</attribute>
|
|
|
|
|
<attribute name="hidden-when">action-missing</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Help</attribute>
|
|
|
|
|
<attribute name="action">app.help</attribute>
|
|
|
|
|
<attribute name="accel">F1</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_About Geary</attribute>
|
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
2017-05-15 23:21:32 +02:00
|
|
|
</interface>
|