-
-
Notifications
You must be signed in to change notification settings - Fork 18
Documentation ARexxAPI MAILARCHIVE
Jens Maus edited this page Feb 13, 2017
·
1 revision
NAME:: MailArchive -- Move the selected messages to another folder.
TEMPLATE:: FOLDER/A
FUNCTION:: Moves the selected messages to the specified folder.
INPUTS::
FOLDER/A
- name, directory or number of the destination folder; the folder at the top of the folder list is at position 0
RETURNS::
RC
is set to 10 if the specified folder doesn't exist.
NOTES:: Superseded by MAILMOVE in V2.0+. Don't use it in new scripts.
EXAMPLE:: {{{#!arexx /* Move the selected messages to the Archived folder */ MAILARCHIVE Archived }}}
BUGS::
SEE ALSO:: MAILMOVE