Re: Multiple quoting

2000-08-09 Thread Petr Hlustik

Hi, 

I solved my own problem ;-)

On Mon, Aug 07, 2000 at 12:04:45PM -0500, Petr Hlustik wrote:

> but how do I quote the whole push thing again if I need to have
> 
> folder-hook . push "l!~s 'FOLDER INTERNAL DATA'\n"

Solution:

folder-hook . "push \"l!~s 'FOLDER INTERNAL DATA'\n\""

Best,
Petr



Multiple quoting

2000-08-07 Thread Petr Hlustik

Hello,

I was trying to define a folder-hook for the IMAP default message as posted
some time ago but could not do the necessary quoting right. I can do double
quoting:

push "l!~s 'FOLDER INTERNAL DATA'\n"

but how do I quote the whole push thing again if I need to have

folder-hook . push "l!~s 'FOLDER INTERNAL DATA'\n"

Sorry if this is trivial or I missed it in the manual.

Thanks,
Petr