help: Add "View messages sent by user" page.

Some options in the profile menu are not documented in the help center.

Documents "View messages sent".
Documents "View messages with yourself".
Links `sender:me` search operator to the relevant section on this page.

Fixes: #23203.
This commit is contained in:
David Rosa 2022-10-21 20:27:24 -04:00 committed by Tim Abbott
parent 7172a6ef13
commit 53b18f819a
3 changed files with 47 additions and 1 deletions

View File

@ -83,6 +83,7 @@
* [Emoji reactions](/help/emoji-reactions)
* [Star a message](/help/star-a-message)
* [View and browse images](/help/view-and-browse-images)
* [View messages sent by a user](/help/view-messages-sent-by-a-user)
* [Link to a message or conversation](/help/link-to-a-message-or-conversation)
* [Advanced search](/help/search-for-messages)
* [View message Markdown source](/help/view-the-markdown-source-of-a-message)

View File

@ -30,7 +30,7 @@ Here is the **full list of search operators**.
* `is:private`: Search all your private messages.
* `pm-with:ada@zulip.com`: Search 1-on-1 private messages between you and Ada.
* `sender:ada@zulip.com`: Search messages sent by Ada.
* `sender:me`: Search sent messages.
* `sender:me`: [Search messages you've sent](/help/view-messages-sent-by-a-user#view-messages-youve-sent).
* `near:12345`: Show messages around the message with ID `12345`.
* `id:12345`: Show only message `12345`.
* `streams:public`: Search the history of all [public

View File

@ -0,0 +1,45 @@
# View messages sent by a user
Zulip offers a convenient feature to search all messages sent by any user
including yourself.
## View messages sent by a user
{start_tabs}
{!right-sidebar-profile-menu.md!}
1. Select **View messages sent** to view all messages sent by this user.
{end_tabs}
## View messages you've sent
{start_tabs}
{!self-user-actions-menu.md!}
1. Select **View messages sent** to view all the messages you've sent.
!!! tip ""
You can also search your messages by typing `sender:me` in the
search bar at the top of the app and pressing <kbd>Enter</kbd>.
{end_tabs}
## View private messages with yourself
{start_tabs}
{!self-user-actions-menu.md!}
1. Select **View messages with yourself** to view messages you sent to
yourself.
{end_tabs}
## Related articles
* [Searching for messages](/help/search-for-messages)