On 22-Mar-2003/10:31 +0200, [EMAIL PROTECTED] wrote:
>
>  Ask me if I would like to move a message highlighted in the index to
>  the mailbox 'spam'.
>
>
>I suppose my main question is how to create a macro that first copies the
>mail to mailbox 'spam' (or at least asks me if I would like to copy it 
>there) AND THEN marks the message for deletion.

Uhh... "move" is the same as "copy, then delete original". Try it on a
file if you need to convince yourself:

  mv thisfile /tmp

is the same as 

  cp thisfile /tmp
  rm thisfile


Tony
-- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to