On 000317, at 20:08:03, David T-G wrote:
> I have
>
> send-hook . 'set folder="~/Mail"'
>
> and then
>
> send-hook 'long|but|definite|regexp' 'set folder="~/Mail/subdir"'
>
> and it works like a charm; ...
>
> Well, sort of. If I want to save some other email that doesn't belong in
> ~/Mail/subdir *before* I've sent something else, $folder doesn't get
> reset.
Try:
set folder="~/Mail"
in addition to the send-hooks.
I ran into something similar a long time ago: when I only set
$folder in a hook, the shortcuts '<' and '>' didn't work from the
command line; setting folder in explicitly in addition to the hooks
resolved the problem.
--
David Ellement