Re: push/enter and my earlier questions

2007-08-10 Thread Chris G
On Thu, Aug 09, 2007 at 02:49:02PM -0600, Kyle Wheeler wrote: > On Thursday, August 9 at 09:32 PM, quoth Chris G: > >>> macro index S ":push ^Mset > >>> mbox_type=maildir^M" > >>> macro index s ":push ^Mset > >>> mbox_type=mbox^M" > > >> c) You don't need "push" for this, make it a si

Re: push/enter and my earlier questions

2007-08-09 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, August 9 at 09:32 PM, quoth Chris G: >>> macro index S ":push ^Mset >>> mbox_type=maildir^M" >>> macro index s ":push ^Mset >>> mbox_type=mbox^M" >> c) You don't need "push" for this, make it a simple macro. >> > How would I

Re: push/enter and my earlier questions

2007-08-09 Thread Rado S
=- Chris G wrote on Thu 9.Aug'07 at 21:32:32 +0100 -= > > > macro index s ":push ^Mset > > > mbox_type=mbox^M" > > > > b) Don't use ^M but > > I did try but it didn't appear to work as I wanted, it > might have been 'finger trouble' but I don't think so. It might have something t

Re: push/enter and my earlier questions

2007-08-09 Thread Chris G
On Thu, Aug 09, 2007 at 06:54:37PM +0200, Rado S wrote: > =- Chris G wrote on Wed 8.Aug'07 at 22:35:02 +0100 -= > > > macro index S ":push ^Mset > > mbox_type=maildir^M" > > macro index s ":push ^Mset > > mbox_type=mbox^M" > > a) Don't put trailing spaces :) There aren't a

Re: push/enter and my earlier questions

2007-08-09 Thread Rado S
=- Chris G wrote on Wed 8.Aug'07 at 22:35:02 +0100 -= > macro index S ":push ^Mset > mbox_type=maildir^M" > macro index s ":push ^Mset mbox_type=mbox^M" > a) Don't put trailing spaces :) b) Don't use ^M but c) You don't need "push" for this, make it a simple macro. > (OK,

Re: push/enter and my earlier questions

2007-08-08 Thread Chris G
I have finally got what I want:- s - saves a message in mbox format S - saves a message in maildir format by having the following in my muttrc file:- macro index S ":push ^Mset mbox_type=maildir^M" macro index s ":push ^Mset mbox_type=mbox^M" (OK, I need the same m