From b8fe2ba682f299a5bea6f279d03e97a9aa3c3948 Mon Sep 17 00:00:00 2001 From: "Philip \"Galli\" Rentschler" Date: Fri, 9 Apr 2021 16:53:48 +0200 Subject: [PATCH] skip confirmation when executing marks When running `u4e-mark-execute-all` with any prefix-arg you can skip the confirmation-prompt. The potential for accidentally hitting this is quite low. --- mu4e/mu4e-mark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-mark.el b/mu4e/mu4e-mark.el index 6ae0fc03..da3cb5c6 100644 --- a/mu4e/mu4e-mark.el +++ b/mu4e/mu4e-mark.el @@ -389,7 +389,7 @@ flow. Therefore, we hide the message, which in practice seems to work well. If NO-CONFIRMATION is non-nil, don't ask user for confirmation." - (interactive) + (interactive "p") (mu4e~mark-in-context (let* ((marknum (hash-table-count mu4e~mark-map)) (prompt (format "Are you sure you want to execute %d mark%s?"