Skip to main content

list_inbox

Function list_inbox 

Source
pub fn list_inbox(
    project_root: &Path,
    member: &str,
    limit: Option<usize>,
    raw: bool,
) -> Result<()>
Expand description

List inbox messages for a member.

When raw is false (default), messages are digested: nudges are collapsed per sender, status updates per task show latest only, and results are priority-sorted (escalations first, nudges last). When raw is true, all messages are shown in chronological order.