On Mon, Jun 10, 2002 at 07:53:26AM -0400, darren chamberlain wrote:
> * Peter Gelbman <[EMAIL PROTECTED]> [2002-06-08 01:54]:
> > >   ## Delete messages to the trash can rather than bit-bucket, unless
> > >   ## we're in the trash folder.
> > >   folder-hook .       macro index d "<save-message>=trash<enter>"
> > >   folder-hook .       macro pager d "<save-message>=trash<enter>"
> > >   folder-hook .       macro pager D "<delete-message>"
> > > 
> > >   folder-hook trash   macro index d "<delete-message>"
> > >   folder-hook trash   macro pager d "<delete-message>"
> > > 
> > >   # When we go into to the trash folder, tag stuff greater than 14
> > >   # days old.  Don't mark anything that's already flagged, though.
> > >   folder-hook trash  push 'D~r>14d!~F\n'
> >
> > Thanks for the tip. I've used almost the same setup for a while, but
> > yours is cleaner. I'd like to use the "push" thing but when I go into
> > my trash folder it get a:
> > 
> > Key is not bound.  Press '?' for help.
> > 
> > Running
> > Running  1.3.28i under Solaris 8
> > 
> > Where can I find out more about the push command to tweak it to my own
> > tastes? Thanx
> 
> The push command assumes that your bindings are the same as mine.  I've
> been meaning to modify it for a while to:
> 
>   folder-hook trash push '<delete-pattern>~r>14d!~F<cr>'
> 
> Which doesn't assume anything about bindings.

Actually I was using the same binding, but this generic one is better.
The problem was that that I seem to need to use <enter> instead of <cr>.
Dunno why. Actually I prefer to be interactively asked b4 nuking the
marked messages upon entering the trash folder, so I am just leaving the
<enter> off.  Thanks again

Reply via email to