Re: folder-hook, macro help

2000-12-26 Thread Joe Philipps
On Tue, Dec 26, 2000 at 04:12:16PM -0600, Gottipati Aravind wrote: >Hi , > I am trying to write a macro that cleans out all messages older >than a day in my trashcan folder (mailbox). This is the entry in my >muttrc file > >folder-hook =trashcan macro index \Cc 'T"~d >1d"\n;d\n' > >I get an

folder-hook, macro help

2000-12-26 Thread Gottipati Aravind
Hi , I am trying to write a macro that cleans out all messages older than a day in my trashcan folder (mailbox). This is the entry in my muttrc file folder-hook =trashcan macro index \Cc 'T"~d >1d"\n;d\n' I get an error message saying d. undefined. I am using ---