From 6bd2f90e92aa8fbbd9702d4e5b0ae06db5b871d6 Mon Sep 17 00:00:00 2001 From: PhilW Date: Tue, 31 Mar 2020 10:06:48 +0100 Subject: [PATCH] update after rc cb8c078 --- swipe.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swipe.js b/swipe.js index d2d3b37..88d043c 100644 --- a/swipe.js +++ b/swipe.js @@ -61,8 +61,7 @@ rcube_webmail.prototype.swipe = { rcmail.mark_message(command); } else if (type == 'compose') { - rcmail.enable_command(command, true); - rcmail.command(command, '', props.obj, props.originalEvent); + rcmail.command(command, '', props.obj, props.originalEvent, true); } else if (type == 'select') { rcmail.env.swipe_list.highlight_row(props.uid, true);