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.
This commit is contained in:
Pedro Ribeiro Mendes Júnior
2020-01-12 17:44:56 -03:00
parent 25d421068e
commit fe2c6d5078

View File

@ -4513,6 +4513,9 @@ wish.
(signal 'quit nil)))) (signal 'quit nil))))
@end lisp @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 @node How it works
@appendix How it works @appendix How it works