On Tue, Jun 07, 2022 at 08:31:50PM +0200, Marcus C. Gottwald wrote: > > bwalton.22...@leepfrog.com asked (Tue 2022-Jun-07 10:26:50 -0500): > >> Is there a way to configure my muttrc so that when I press "y" to send >> the message, it will prompt for confirmation before actually sending? > > In order to avoid accidentally sending a message because of fat > fingers, I moved from using "y" to "Y": > > bind compose y noop
I would use something like this to remind me why y is not working: | macro compose y ":echo 'Use Y to send the message.'<enter>" > bind compose Y send-message Dennis