Hi,

* Mark [02-07-10 20:10:11 +0200] wrote:
> I want to save a copy of each message I send saved into
> the current folder. Didn't think this would work:
> folder-hook   (.)     set record=$1
> and it didn't.

What I recently picked up (didn't know it before): One may
use printf()-style sequences in fcc-hook. Example to match
your needs:

  fcc-hook . $path/sent-%B

in your ~/.muttrc. Since this is not documented (or I didn't
find it) I don't know what the letters expand to. I guess
one may use the values from $index_format.

> I'd also like a second copy saved into a 'sent-mail' folder.

That won't work easily. There's a patch (I don't know the
URL right now) so that you can use a script two save the two
messages.

   bye, Rocco

Reply via email to