Merge pull request #1970 from Gallipo/patch-1

skip confirmation when executing marks
This commit is contained in:
Dirk-Jan C. Binnema
2021-04-11 16:38:42 +03:00
committed by GitHub

View File

@ -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?"