Mailview (Slash Command): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Slash command== | ==Slash command== | ||
{{SlashCommandArticle|command=mailview|options=string|note=Sets which view to use (Inbox or Character Items) when | {{SlashCommandArticle|command=mailview|options=string|note=Sets which view to use (Inbox or Character Items) when the Email window is opened.}} | ||
* ''String'' = "mail" or "voucher" | * ''String'' = "mail" or "voucher" | ||
* ''Mail'' refers to the normal email Inbox. ''Voucher'' refers to the Character Items view. Both options are at the top of the Email window. | * ''Mail'' refers to the normal email Inbox. ''Voucher'' refers to the Character Items view. Both options are at the top of the Email window. | ||
* This command may be used in [[binds]] or [[macros]], in combination with the {{slashcommand|show|email}} command, to instantly open the email window and select one or the other view at any time. For example: <code>/macro | * A third string option, "certification", appears to be disabled. | ||
* This command may be used in [[binds]] or [[macros]], in combination with the {{slashcommand|show|email}} command, to instantly open the email window and select one or the other view at any time. For example: <code>/macro CharItems "show email$$mailview voucher"</code> | |||
==Example== | ==Example== | ||
/mailview mail | /mailview mail | ||
==Also== | |||
==See Also== | |||
* {{slashcommand|emailsend}} | * {{slashcommand|emailsend}} | ||
* {{slashcommand|emailsendattachment}} | * {{slashcommand|emailsendattachment}} | ||
* | * {{slashcommand|mailview}} | ||
* [[ | * {{slashcommand|window_show|email}} | ||
* {{slashcommand|window_show|compose}} | |||
* [[Mail System|Mail System]] | |||
{{Navbox Communication}} |
Latest revision as of 23:36, 19 June 2023
Slash command
/mailview string
Sets which view to use (Inbox or Character Items) when the Email window is opened.
- String = "mail" or "voucher"
- Mail refers to the normal email Inbox. Voucher refers to the Character Items view. Both options are at the top of the Email window.
- A third string option, "certification", appears to be disabled.
- This command may be used in binds or macros, in combination with the /show email command, to instantly open the email window and select one or the other view at any time. For example:
/macro CharItems "show email$$mailview voucher"
Example
/mailview mail
See Also
- /emailsend
- /emailsendattachment
- /mailview
- /window_show email
- /window_show compose
- Mail System