On Sun 04-Aug-2002 at 01:39:21 -0400, Andy Saxena wrote: > > I think I may have found a possible bug in the way .muttrc is parsed. > I ran into this while setting up a folder-hook option. > > If \ is the last character on a line that's commented out, mutt seems > to read the line instead of ignoring it.
The \ at the end of the line continues the comment: # this is a comment that \ continues over multiple \ lines. I was caught by this, vim syntax highlighting isn't 100% with such obscure stuff. -- Bruno