1

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.

Steen
  • 127
  • 7

1 Answers1

2

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.

user1686
  • 10,162
  • 1
  • 26
  • 42