home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / on-line / yam2.1 / contributions / rexx / michael_luense / alleanwählen.yam < prev    next >
Encoding:
Text File  |  2000-06-12  |  566 b   |  12 lines

  1. /*************************************************************/
  2. /* Alle mails auswählen                                      */
  3. /* © Michael Lünse <m.luense@t-online.de> 12-Juni-2000       */
  4. /*************************************************************/
  5.  
  6. address 'YAM'                                     /* Folgene Kommandos gehen an Yam */
  7. 'Show'                                            /* Aufwecken */
  8. 'APPBUSY "Ich wähle nun alle Mails im Ordner an"'
  9. 'LISTSELECT "A" '                                 /* Alle Mails im Postfach auswählen */
  10. 'APPNOBUSY'
  11. EXIT
  12.