Eric Van Buggenhaut <[EMAIL PROTECTED]> said something to this effect on 10/30/2001:
> Now, what I'm trying to do is:
> 
> I have a IN.perso folder where all my private e-mails arrive
> (thru procmail). This folder has a mbox defined in muttrc:
> 
> mbox-hook   IN.perso ~/Mail/perso
> 
> I can easily get my read mail to be archived into the mbox
> using something like:
> 
> folder-hook IN.perso 'set move=yes'
> 
> but this isn't quite what I want. I'd like my 'replied' emails
> (those matching '~Q') to be automatically moved to mbox, but
> not the read ones.

So, each time you reply to a message, it should be moved to
another mailbox?

How about:

macro index r "<reply><save-message>"

And then some save-hooks for the appropriate addresses so they go
into the right places?

Possibly add <sync> to the end of the macro so they don't show up
as deleted in the current folder.

(Duplicate the macro for the pager as well to maintain
consistency.)

(darren)

-- 
We are not who we think we are. We are not who others think we
are.  We are who we think others think we are.
    -- Anonymous

Reply via email to