Re: Macro question

2020-12-11 Thread Cameron Simpson
On 11Dec2020 07:27, Tom Tunguz wrote: >Suppose I'd like to move the address in the to field to the bcc field. >How do I do that? With a macro. Not sure it is possible. I have: set edit_headers=yes in my config and do all of that when editing the message. Cheers, Cameron Simpson

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 Tunguz ha s

Re: Macro question

2020-12-10 Thread Francesco Ariis
Hello Tom, Il 10 dicembre 2020 alle 20:11 Tom Tunguz ha scritto: > 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

Re: Macro question

2020-12-10 Thread Anders Damsgaard
* Tom Tunguz [2020-12-10 20:11:47 -0800]: 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 a

Re: macro question

2008-08-06 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, August 6 at 11:32 PM, quoth Thorsten Scherf: > in my muttrc I have the following: > > folder-hook . 'macro index,pager d ' > folder-hook 'INBOX$' \ > 'macro pager,index d "+INBOX.Trash"' > > this should move my deleted mails from INBOX

Re: macro question

2008-08-06 Thread Thorsten Scherf
On [Thu, 07.08.2008 04:39], Michael Kjorling wrote: On 6 Aug 2008 23:32 +0200, by [EMAIL PROTECTED] (Thorsten Scherf): folder-hook 'INBOX$' \ 'macro pager,index d "+INBOX.Trash"' Have you tried making the regexp '.*INBOX$'? It would be semantically the same, but *might* (I haven't tried this)

Re: macro question

2008-08-06 Thread Michael Kjorling
On 6 Aug 2008 23:32 +0200, by [EMAIL PROTECTED] (Thorsten Scherf): > folder-hook 'INBOX$' \ > 'macro pager,index d "+INBOX.Trash"' Have you tried making the regexp '.*INBOX$'? It would be semantically the same, but *might* (I haven't tried this) make a difference for mutt. > folder-hook . \ >

Re: macro question

1999-10-06 Thread Dennis Moore
On Thu, Oct 07, 1999 at 12:31:11AM +0300, Mikko Hänninen wrote: > Is there some specific reason you want to have the messages tagged? > If not, I recommend you go for D instead of T, which is "delete > messages matching pattern..." And if there are no such messages, > nothing happens. > > So the

Re: macro question

1999-10-06 Thread Mikko Hänninen
Dennis Moore <[EMAIL PROTECTED]> wrote on Wed, 06 Oct 1999: > i'm need a macro to do the following: > macro index \cE "TMail Delivery\n;d\$y" > > in other words, delete all the email with 'Mail Delivery' > does anyone know of a better way to do this in mutt? Is there some specific reason you w