Hi,

* Chris Green [02-10-11 14:15:06 +0200] wrote:
> On Fri, Oct 11, 2002 at 01:41:18PM +0200, Rocco Rutte wrote:
[...]
> > Use a macro to ``redefine'' saving:

> >   macro pager s "push '$youraction<save-message>'"

> OK, that solves the problem partly but then I need an answer to my
> second request - how can I tell $youraction the path and filename
> where save-message saves my message?

That comes after ``<save-message>'' because it'll leed to a
the usual prompt. You can either type it or do something
like:

   macro pager s "push '$youraction<save-message>~/mbox<enter>'"

...which will save the message without interaction. Skip the
part after ``<save-message>'' to get the prompt.

I only introduced $youraction because you asked for a way to
run arbitrary commands when saving a message.

   bye, Rocco

Reply via email to