From f75a9b726024b0be2d481a7fcab9a0be74841d22 Mon Sep 17 00:00:00 2001 From: steven-mpawulo Date: Fri, 17 Jul 2026 11:21:20 +0300 Subject: [PATCH] feat: add reply action to envelope list hover actions Signed-off-by: steven-mpawulo --- src/components/Envelope.vue | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/components/Envelope.vue b/src/components/Envelope.vue index f2a381df03..9f84cf2838 100644 --- a/src/components/Envelope.vue +++ b/src/components/Envelope.vue @@ -237,6 +237,16 @@ isImportant ? t('mail', 'Unimportant') : t('mail', 'Important') }} + + + {{ t('mail', 'Reply') }} +