diff options
author | Carter Kolwey <cheapiephp@gmail.com> | 2016-04-25 03:05:29 -0500 |
---|---|---|
committer | Carter Kolwey <cheapiephp@gmail.com> | 2016-04-25 03:05:29 -0500 |
commit | b59bf82dcfdf139eb9c22876e26c796e97957bdb (patch) | |
tree | 75abf1ddd01effc1edecd12149063fd30709fa35 /README | |
parent | 804e9bbd97b14c409ec96fa682ba25d91a247998 (diff) |
Add forward function
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Instructions: The inbox can be accessed by using the /mail command or by pressing the "Mail" button in unified_inventory if that mod is installed. In that window, all messages that the player currently has have the sender and subject (truncated if necessary) shown in a list. Unread messages are shown in red, while read messages are shown in white. The "Mark Read" and "Mark Unread" buttons will change this status, as well as viewing the message. -To view a message, either single-click on it and press "Read", or just double-click on it. A window will then open showing the sender, subject, and body of the message, with buttons to return to the inbox, reply to the message, or delete it. +To view a message, either single-click on it and press "Read", or just double-click on it. A window will then open showing the sender, subject, and body of the message, with buttons to return to the inbox, reply to the message, forward it, or delete it. Single-clicking a message and pressing the "delete" button will remove the message from the inbox. |