On Tue, Jan 22, 2002 at 10:32:19PM +0000, Stig Brautaset wrote:
> Hi list, 
> 
> I am having trouble with mutt again. I got tired of having to wait for
> so long for mutt to open one of my mailing list folders, so now I get
> my mail all in one inbox, and need to move it to different folders (this
> way I keep the level of mails in the inbox at an appropriate level).  I
> can do this with the save-hook commands, and I have even made myself a
> little macro to help me out (this tags the current thread and saves it
> to the folder specified by the save-hook commands, regardless of which
> message in the thread I am on):
> 
> macro index .           "^R^[t;s^M"
> macro pager .           "^R^[t;s^M"
> 
> (The ^R's and ^M's are created in vim by pressing (in input mode) C-v
> C-r and C-v RET respectively.) 
> 
> The problem is that this does only work in the index (the tag-prefix
> feature is apparently not available in the pager[1]), and I find it a
> bit awkward to have to go to pager mode to see what the thread is about,
> then to index to apply this macro, and back to pager mode for the next
> thread. 

What about 
macro index .           "^R^[t;s^M"
macro pager .           "q^R^[t;s^M"

This should start off by bringing you back to the index, tag & save.
Granted, it would automagically start reading the next message (unless
you add something to the end of the macro), but who says that you want
to read messages in sequence?

-- 
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
==== Today's fortune:
"MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development."
(By [EMAIL PROTECTED])

Attachment: pgpHvRBHO5YTx.pgp
Description: PGP signature

Reply via email to