on Apr 03, David Ellement wrote:
> On 990403, at 17:59:31, Renaud Colinet wrote:
> > can anyone tell me why the following line will cause an error:
> > send-hook . set attribution="on %d, %n wrote:"
>
> Try:
>
> send-hook . 'set attribution="on %d, %n wrote:"'
>
> The first set of quotes ge
On 990403, at 17:59:31, Renaud Colinet wrote:
> can anyone tell me why the following line will cause an error:
> send-hook . set attribution="on %d, %n wrote:"
Try:
send-hook . 'set attribution="on %d, %n wrote:"'
The first set of quotes get consumed when the send-hook is parsed.
--
David