starlight_help/src/content/docs/marking-messages-as-unread.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import GoToRecentConversations from "../include/_GoToRecentConversations.mdx"; import MessageActionsMenu from "../include/_MessageActionsMenu.mdx"; import MessageLongPressMenu from "../include/_MessageLongPressMenu.mdx";
import FollowIcon from "~icons/zulip-icon/follow"; import MoreVerticalIcon from "~icons/zulip-icon/more-vertical"; import MuteIcon from "~icons/zulip-icon/mute";
Zulip lets you manually mark messages as unread. Specifically, Zulip offers a Mark as unread from here option, which lets you mark the selected message and all newer messages in your current view as unread.
There are many ways to use this feature, including:
1. Click **Mark as unread from here**.
</FlattenedSteps>
<KeyboardTip>
You can also mark messages as unread by selecting a message, and using the
<kbd>Shift</kbd> + <kbd>U</kbd> shortcut.
</KeyboardTip>
1. Tap **Mark as unread from here**.
</FlattenedSteps>
<ZulipTip>
You can also mark all messages in your current view as unread by
jumping to the top with the <kbd>Home</kbd> key, and marking as unread
[from the first message](#mark-as-unread-from-selected-message).
</ZulipTip>
1. Hover over a topic.
1. Click on the **ellipsis** (<MoreVerticalIcon />) next to the unread messages counter. You may
need to hover over the indicator icon for a followed (<FollowIcon />) or muted (<MuteIcon />) topic in order to see it.
1. Click **Mark all messages as unread**. This option will appear only if all
messages in the topic are currently marked as read.
</FlattenedSteps>