Re: Send mail macro from vim

2021-09-06 Thread Tom Tunguz
Raf, amazing. Thank you. Brilliant. I mapped it to K (which is unused and it's now lightning fast) Ky! Thank you thank you! On Sun, Sep 5, 2021 at 8:02 PM raf wrote: > On Sun, Sep 05, 2021 at 05:25:16PM -0700, Tom Tunguz > wrote: > > > To be clear, I've tried this: > > &g

Re: Send mail macro from vim

2021-09-05 Thread Tom Tunguz
To be clear, I've tried this: macro *compose* \cx ":wq" On Sun, Sep 5, 2021 at 5:22 PM Tom Tunguz wrote: > I'd like to set a macro to send mail directly from the compose window > using vim. > > In other words, I'm responding to a mail, I reply to it, open it in vim

Send mail macro from vim

2021-09-05 Thread Tom Tunguz
I'd like to set a macro to send mail directly from the compose window using vim. In other words, I'm responding to a mail, I reply to it, open it in vim. Then I want to hit a macro and have it execute :wq and then . I've tried bind macro S ":wq" but that doesn't work. Thank you for your help!

Re: Search and download

2021-07-29 Thread Tom Tunguz
You can use offlineimap and a crontab for this https://github.com/OfflineIMAP/offlineimap On Thu, Jul 29, 2021 at 6:55 AM wrote: > Julius Hamilton writes: > >Hey, > > > >Is it possible to configure Mutt so that all the emails are downloaded on > >my machine so that Mutt opens the inbox for

Re: Macro question

2020-12-11 Thread Tom Tunguz
Amazing. Thank you so much, Anders and Francesco. One more question if you don't mind. Suppose I'd like to move the address in the to field to the bcc field. How do I do that? On Thu, Dec 10, 2020 at 8:57 PM Francesco Ariis wrote: > Hello Tom, > > Il 10 dicembre 2020 alle 20:11 Tom

Macro question

2020-12-10 Thread Tom Tunguz
Hi, I'm just getting into mutt and really enjoying it. I'm trying to create a macro to add someone to the cc window that appears after closing the editor (vim in my case) and mutt shows the to, cc, BCC, subject fields. I'd like to hit control + g and add an email address. My current macro is