<<< Date Index >>>     <<< Thread Index >>>

Re: sent all the postponed messages with one command



Hi Laas,

On Tue, May 04, 2004 at 17:43:45 +0300, Laas Toom wrote:
> > Ok, but this does still does not change the problem: I can tag all the
> > messages from ~/postponed and move them all in a new folder ~/outbox :-) ...
> > and then go to this folder to sent them all at once ... but how to sent many
> > meessages with one command?
> 
> You could also create a macro like:
> 
> macro index <F5> ":set editor="builtin"<enter><Esc>e<enter>.<enter>y:set 
> editor="vi"<enter>"
> 
> The last :set editor="vi"<enter> part is used to set the editor back
> to the editor you really use (if it is applicable). You should change
> it to match your editor.
> 
> Also, this didn't work when tagging, but as this is
> one-touch-send-email-macro you could just key your way through the
> postponed messages.

this one should work, but it is untested.

macro index <F5> ":set editor=builtin\n<tag-prefix><Esc>e.\ny:set editor=vi\n"

> But this is most definitely the wrong approach, so do not use it ;)

This remark is also for the above example.

Best regards

Jens