From fe2c6d50785d31ab1645e33ed3c56b96dec64006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Ribeiro=20Mendes=20J=C3=BAnior?= Date: Sun, 12 Jan 2020 17:44:56 -0300 Subject: [PATCH] mu4e: inform alternative for getting confirmation before sending The `message-send' command already uses the variable `message-confirm-send' to check if a confirmation should be asked before sending. Then, setting this variable is a more straightforward alternative for getting those confirmations before sending. --- mu4e/mu4e.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index f16451f4..c5d7b147 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -4513,6 +4513,9 @@ wish. (signal 'quit nil)))) @end lisp +Another option is to simply set @code{message-confirm-send} to +non-@t{nil} so the question ``Send message?'' is asked for confirmation. + @node How it works @appendix How it works