Hi, 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. Here are my test cases: Test Case 1 - ========================================= #folder-hook .\ folder-hook (mutt-users|debian-.*|vim) \ push <delete-pattern>~r>6w<enter> ========================================= Result - The folder-hook does not work. Test Case 2 - ========================================= #folder-hook .\<Space> folder-hook (mutt-users|debian-.*|vim) \ push <delete-pattern>~r>6w<enter> ========================================= Result - The folder-hook is enabled. Could somebody please reproduce this and verify that it is indeed the case? If it is verified I will file a bug report. Thanks, Andy