On Tue-02.05.00-05:48, [EMAIL PROTECTED] wrote:
> I need a macro to exec the following commands :
> " tag all the messages in the current mailbox, and then delete the tagged messages". 

hah!  easy!  the commands typed interactively are:

  T.            # capital 'T' lets you tag every message matching '.' (a
                  dot), which _is_ every message.
  ;             # semicolon: following command goes for tagged messages
  d             # 'd' deletes everything.  i tested it, but used undelete
                  (clever me!)

a macro goes like this, then:

macro index <f5> "T.^M;d" "CAUTION:  deletes all messages!"

-- 
[EMAIL PROTECTED]

Reply via email to