<<< Date Index >>>     <<< Thread Index >>>

Re: Nesting quotes in .rc commands...



* "Stewart V. Wright" <svwright+lists@xxxxxxxxxxxxxx> [2003-10-03 11:31 +0100]:
> Hi All,
> 
> I'm wondering how I can nest ' and " characters in my muttrc file...
> 
> In particular I want to do something along the lines of
> 
>  send-hook . 'set attribution="G'Day %v,\n\n* %n <%a> [%(%y%m%d %H:%M)]:"'

try (untested):
send-hook . "set attribution=\"G'Day %v,\n\n* %n <%a> [%(%y%m%d %H:%M)]:\""

Nicolas