On Tue, Apr 27, 1999 at 10:21:56PM -0400, Stephen Maher wrote: > I want to hit 's' in index mode to mark mesg for deletion, prompt me to > save the mesg with default filename, and when I confirm the filename, more > to the next undeleted mesg ( *as I used to do in elm ). > > Is there a better way than this broken hack? > > bind index v save-message > macro index s "dKv" When you have the $resolve variable normally set, try macro index s ":set noresolve\nd:set resolve\n<save-message>" Gero
- save and delete Stephen Maher
- Re: save and delete David DeSimone
- Re: save and delete Stephen Maher
- Re: save and delete David DeSimone
- Re: save and delete Stephen Maher
- Gero Treuner