Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] remove at not working

From: gchiu::compkarori::co::nz at: 23-Sep-2002 15:54

This is from the online docs: To remove the 22nd email message from the server, you can write: user:[pass--mail--example--com] remove at mailbox 22 close mailbox However, I get this error: remove at mailbox 1 ** Script Error: at expected series argument of type: series ** Where: connect-to-link ** Near: remove at mailbox 1 -- Graham Chiu