Hi, I have a problem with a folder-hook. Say, I've got three folders IN.back1, IN.back2 and IN.test. If I want to take some action for all folders except IN.back1 I use:
folder-hook =IN\.[^b][^a][^c][^k][^1] ... The problem is that mutt doesn't apply it to IN.test. I guess that for IN.test it checks if the first 5 characters after IN. are not one of b,a,c,k,1 - but 'test' is only 4 long. I guess that's the reason why it fails in this special case while it works for all other folder names longer or equal to 5 characters after IN.. Has anybody seen this before or am I just missing something? I know I could copy'n'paste the set of folder-hooks for that one affected folder and adjust the pattern... Cheers, Rocco