2022-09-14 16:21:16 +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>
|
|
|
|
|
<attribute name="action">win.mark-conversation-read</attribute>
|
2023-08-11 09:58:45 +02:00
|
|
|
<attribute name="hidden-when">action-disabled</attribute>
|
2022-09-14 16:21:16 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Mark as _Unread</attribute>
|
|
|
|
|
<attribute name="action">win.mark-conversation-unread</attribute>
|
2023-08-11 09:58:45 +02:00
|
|
|
<attribute name="hidden-when">action-disabled</attribute>
|
2022-09-14 16:21:16 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Star</attribute>
|
|
|
|
|
<attribute name="action">win.mark-conversation-starred</attribute>
|
2023-08-11 09:58:45 +02:00
|
|
|
<attribute name="hidden-when">action-disabled</attribute>
|
2022-09-14 16:21:16 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">U_nstar</attribute>
|
|
|
|
|
<attribute name="action">win.mark-conversation-unstarred</attribute>
|
2023-08-11 09:58:45 +02:00
|
|
|
<attribute name="hidden-when">action-disabled</attribute>
|
2022-09-14 16:21:16 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Toggle as _Junk</attribute>
|
|
|
|
|
<attribute name="action">win.toggle-conversation-junk</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</menu>
|
|
|
|
|
</interface>
|