Re: ask-yes for sending?

2022-06-08 Thread Bryan K. Walton
Thanks José! Your email made me think of this problem in a new way. I've now modified my .muttrc with a "set editor" line like this: set editor="vim -c 'set syntax=mail ft=mail enc=utf-8' -c 'setlocal spell spelllang=en_us'" With that, my mutt is highlighting spelling errors as I type them.

Re: ask-yes for sending?

2022-06-08 Thread José María Mateos
On Wed, Jun 08, 2022 at 01:55:06PM -0500, Bryan K. Walton wrote: To be precise, what I would like is the ability to cancel sending when my ispell check shows me something that requires manual intervention. It would be nice to have a confirmation come up after spell checking, but before sending.

Re: ask-yes for sending?

2022-06-08 Thread Bryan K. Walton
On Tue, Jun 07, 2022 at 08:31:50PM +0200, Marcus C. Gottwald wrote: > > In order to avoid accidentally sending a message because of fat > fingers, I moved from using "y" to "Y": > >bind compose y noop >bind compose Y send-message > Thanks for the suggestion. While a nice idea, I don't

Re: ask-yes for sending?

2022-06-08 Thread David Lowry-Duda
On Wed, Jun 08, 2022 at 02:32:02AM +, Sam Kuper wrote: Instead of having Mutt invoke your MTA, you could have it invoke a script that asks you if you really want to send that email, and that only invokes your MTA if you answer affirmatively. You could perhaps modify msmtp-queue to do this,

Re: ask-yes for sending?

2022-06-08 Thread Sam Kuper
On Tue, Jun 07, 2022 at 10:26:50AM -0500, bwalton.22...@leepfrog.com wrote: > 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? Instead of having Mutt invoke your MTA, you could have it invoke a script

Re: ask-yes for sending?

2022-06-08 Thread Sam Kuper
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

Re: ask-yes for sending?

2022-06-08 Thread Dennis Preiser
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

Re: ask-yes for sending?

2022-06-07 Thread Marcus C. Gottwald
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

ask-yes for sending?

2022-06-07 Thread bwalton . 22158
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? Thanks! Bryan