Skip to content
Snippets Groups Projects
Unverified Commit a067aded authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3896 from st3iny/fix/noid/move-multiple-envelopes

Fix moving multiple envelopes
parents 55919dfa c250c0d6
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,11 @@
@click.prevent="unselectAll">
{{ t('mail', 'Unselect ' + selection.length) }}
</ActionButton>
<ActionButton v-if="account.isUnified" icon="icon-external" @click.prevent="onOpenMoveModal">
<ActionButton
v-if="!account.isUnified"
icon="icon-external"
:close-after-click="true"
@click.prevent="onOpenMoveModal">
{{ t('mail', 'Move ' + selection.length) }}
</ActionButton>
<ActionButton icon="icon-delete"
......
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