diff --git a/templates/zerver/help/include/sidebar_index.md b/templates/zerver/help/include/sidebar_index.md index f3d1a7f46a..b2d4cc097e 100755 --- a/templates/zerver/help/include/sidebar_index.md +++ b/templates/zerver/help/include/sidebar_index.md @@ -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) diff --git a/templates/zerver/help/search-for-messages.md b/templates/zerver/help/search-for-messages.md index 4241495b80..51aea58d3e 100644 --- a/templates/zerver/help/search-for-messages.md +++ b/templates/zerver/help/search-for-messages.md @@ -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 diff --git a/templates/zerver/help/view-messages-sent-by-a-user.md b/templates/zerver/help/view-messages-sent-by-a-user.md new file mode 100644 index 0000000000..33ae36f11e --- /dev/null +++ b/templates/zerver/help/view-messages-sent-by-a-user.md @@ -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 Enter. + +{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)