I have multiple specific save-hooks defined for patterns. But for mail that doesn't match any of these, I would like to have a specific default. Right now mutt just takes the last of the defined save-hooks and uses that as a default.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Try adding a save-hook for .* at the end - this should be used if there are no save-hooks above it, that would override.

If that doesn't work, try to put .* before other hooks.

link|improve this answer
Setting the catch-all regexp before the other save-hooks worked. Thanks! – Steen Oct 20 '09 at 8:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.