Difference between revisions of "Mail Commands"

From Hellmoo Wiki Archive
Jump to navigation Jump to search
(New page: The MOO email system allows you to send and receive messages to and from other players. It provides commands to view and manage your own collection of saved messages and, in addit...)
 
imported>Spunky
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The MOO email system allows you to send and receive messages to and from other
The MOO email system allows you to send and receive messages to and from other players.  It provides commands to view and manage your own collection of saved messages and, in addition, to browse through other collections that may be available (e.g.,archives of public mailing lists).  Here is a list of helpful commands.  You can get help for any of these commands in the game by typing {{cmd|help @nn}}, {{cmd|help @mail}}, etc.
    players.  It provides commands to view and manage your own collection of
    saved messages and, in addition, to browse through other collections that
    may be available (e.g.,archives of public mailing lists).  Help is
    available on the following commands:


@mail    -- seeing a table of contents for a collection of email messages
* @nn        -- display your next unread message (sent to you or any list you subscribe to)


@read     -- reading individual messages
* @mail     -- seeing a table of contents for a collection of email messages


@next     -- reading the 'next'    message
* @read     -- reading individual messages


@prev     -- reading the 'previous' message
* @next     -- reading the 'next'     message


@send     -- composing and sending a message to other players
* @prev     -- reading the 'previous' message


@answer  -- replying to one of the messages in a collection
* @send    -- composing and sending a message to other players


@forward  -- resending one of the messages in a collection somewhere else
* @answer  -- replying to one of the messages in a collection


@rmmail  -- discarding some subset of a collection
* @forward  -- resending one of the messages in a collection somewhere else


@unrmmail -- undoing the most recent @rmm on a collection
* @rmmail  -- discarding some subset of a collection


@renumber -- renumbering the messages in a collection
* @unrmmail -- undoing the most recent @rmm on a collection


@keep-mail - marking messages in a collection as exempt from expiration
* @renumber -- renumbering the messages in a collection


@mail-option -- describes and sets various customization flags
* @keep-mail - marking messages in a collection as exempt from expiration


@rn          -- list those collections that have new messages on them
* @mail-option -- describes and sets various customization flags


@subscribe  -- indicate that you want @rn to report on a given collection
* @rn          -- list those collections that have new messages on them
                  and add yourself to its .mail_notify list


@skip        -- ignore any remaining new messages in a given collection
* @subscribe  -- indicate that you want @rn to report on a given collection and add yourself to its .mail_notify list


@unsubscribe -- ignore a given collection entirely from now on
* @skip        -- ignore any remaining new messages in a given collection
                  and remove yourself from its .mail_notify list


@unsubscribed-- show the mailing lists that you aren't subscribed to.
* @unsubscribe -- ignore a given collection entirely from now on and remove yourself from its .mail_notify list


@subscribed  -- like @rn, but shows all lists that you are subscribed to
* @unsubscribed-- show the mailing lists that you aren't subscribed to.
                even if they have no new activity


 
* @subscribed  -- like @rn, but shows all lists that you are subscribed to even if they have no new activity
-- Main.SpunKy - 15 Apr 2005

Latest revision as of 08:51, 11 January 2009

The MOO email system allows you to send and receive messages to and from other players. It provides commands to view and manage your own collection of saved messages and, in addition, to browse through other collections that may be available (e.g.,archives of public mailing lists). Here is a list of helpful commands. You can get help for any of these commands in the game by typing help @nn, help @mail, etc.

  • @nn -- display your next unread message (sent to you or any list you subscribe to)
  • @mail -- seeing a table of contents for a collection of email messages
  • @read -- reading individual messages
  • @next -- reading the 'next' message
  • @prev -- reading the 'previous' message
  • @send -- composing and sending a message to other players
  • @answer -- replying to one of the messages in a collection
  • @forward -- resending one of the messages in a collection somewhere else
  • @rmmail -- discarding some subset of a collection
  • @unrmmail -- undoing the most recent @rmm on a collection
  • @renumber -- renumbering the messages in a collection
  • @keep-mail - marking messages in a collection as exempt from expiration
  • @mail-option -- describes and sets various customization flags
  • @rn -- list those collections that have new messages on them
  • @subscribe -- indicate that you want @rn to report on a given collection and add yourself to its .mail_notify list
  • @skip -- ignore any remaining new messages in a given collection
  • @unsubscribe -- ignore a given collection entirely from now on and remove yourself from its .mail_notify list
  • @unsubscribed-- show the mailing lists that you aren't subscribed to.
  • @subscribed -- like @rn, but shows all lists that you are subscribed to even if they have no new activity