Function: forge-topic-status-set-unread
forge-topic-status-set-unread is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-status-set-unread)
Documentation
Set the notification status of the current topic to unread.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-status-set-unread ()
"Set the notification status of the current topic to `unread'."
:class 'forge--topic-set-status-command :status 'unread)