* [EMAIL PROTECTED] [2002-07-06 10:34 +0200]: > I am having a problem setting variables whose contents should contain (one > or more) spaces. I don't know if it is something I am doing wrong or what is > going on. Here is an example: > folder-hook mutt set from="Gary Jones <my@emailaddress>"
Use folder-hook mutt 'set from="Gary Jones <my@emailaddress>"' > to which mutt says "Jones: unknown variable" when I enter the folder. Is it > me? Is there a solution? It's you. mutt removes the " while parsing the folder-hook, and excutes set from="Gary Jones <my@emailaddress>" when entering the folder. Nicolas