mailj - luxembourg/muxcode-clm GitHub Wiki
MAILJ()
FUNCTION: mailj(<num>) mailj(<player>) mailj(<player>, <num>) mailj()
First form returns message <num> from the executor's mail bag. The second form returns number of messages for <player>. The third form return message <num> for <player>. The fourth form returns number of message for executor.
The difference between this and mail() is that this returns one number and mail() returns three. Also, mail() only accounts for the messages in the inbox, while mailj() accounts for all messages in all folders.
This function is only available with --enable-firanmux and is likely to be deprecated in favor of mail().
Related Topics: mail