Hello mutt users,
I want to automatically delete some github commit messages when I enter
a folder. So I:
1. tried a to `limit` messages with this pattern:
Limit: ~b "^@[a-zA-Z0-9_]+ pushed [0-9]+ commits?.$" !~F
The pattern works, displaying a bunch of messages
2. wrote this folder-hook in my muttrc:
folder-hook fa-ml 'push <delete-pattern>~b"^@[a-zA-Z0-9_]+ pushed [0-9]+
commits?.$"!~F<enter>'
Unfortunately 2. does not work (i.e. no message is marked with a āDā when I
enter the folder).
What am I doing wrong? Thanks in advance
āF