From: Armaan Bhojwani Date: Wed, 19 May 2021 03:47:15 +0000 (-0400) Subject: Confirm before sending email X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=247aa8696a18d01bafe8e6826ab14f7bc64f9eca Confirm before sending email --- diff --git a/config.org b/config.org index 7888771..ef3fe9f 100644 --- a/config.org +++ b/config.org @@ -396,8 +396,9 @@ Contexts are a not very well known feature of mu4e that makes it super easy to m :key ?b)) :hook ((mu4e-compose-mode . flyspell-mode) (mu4e-compose-mode . auto-fill-mode) - (mu4e-view-mode-hook . turn-on-visual-line-mode))) - + (mu4e-view-mode-hook . turn-on-visual-line-mode) + (message-send-hook . (lambda () (unless (yes-or-no-p "Ya sure 'bout that?") + (signal 'quit nil)))))) #+end_src Discourage Gnus from displaying HTML emails #+begin_src emacs-lisp