Skip to content
Snippets Groups Projects
Commit 948c3030 authored by GretaD's avatar GretaD
Browse files

Remove mark all messages as read


Signed-off-by: default avatarGretaD <gretadoci@gmail.com>
parent 72a8f938
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
<!-- TODO: make *mark as read* available for all folders once there is more than one action -->
<ActionButton
v-if="!account.isUnified"
v-if="!account.isUnified && folder.specialRole !== 'flagged'"
icon="icon-checkmark"
:title="t('mail', 'Mark all as read')"
:disabled="loadingMarkAsRead"
......@@ -51,7 +51,11 @@
{{ t('mail', 'Mark all messages of this folder as read') }}
</ActionButton>
<ActionInput v-if="!account.isUnified && folder.specialRole !== 'flagged'" icon="icon-add" @submit="createFolder">
<ActionInput
v-if="!account.isUnified && folder.specialRole !== 'flagged'"
icon="icon-add"
@submit="createFolder"
>
{{ t('mail', 'Add subfolder') }}
</ActionInput>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment