{% extends "base.html" %} {% from "_macros.html" import ts, badge, rid, agent_link, msg_link, delivery_mix %} {% set t = thread %} {% block content %}
{{ t.key | short_id }}This thread hit the per-query cap; not every message is shown.
{% endif %}
{% if m.stale_because %}
stale — this answered {{ msg_link(m.reply_target) }} after
{{ msg_link(m.stale_because) }} had already superseded it.
{% endif %}
{% if m.superseded_by %}
superseded by {{ msg_link(m.superseded_by) }} — a newer message
from the same sender to the same party. This is the hint a poll would have carried.
{% endif %}
{% if m.self_reply %}self-reply — answers its own sender's message.{% endif %}
{% if m.crossed %}crossed — the sender was not a party to
{{ msg_link(m.reply_target) }}.{% endif %}
{% if m.reply_target_missing %}dangling —
{{ m.reply_to }} names no message here.{% endif %}
{{ m.body_preview }}{% if m.body_len and m.body_len > (m.body_preview | length) %}…{% endif %}
{{ delivery_mix(m.deliveries) }} {% if m.reply_target %}· replies to {{ msg_link(m.reply_target) }}{% endif %}
No messages under this key.