{% extends "list-full.html" %} {% block content %}
{% if view == "archives" %}
{% else %}
{% endif %} {% if ListAccess.browse in access %} {% if any(threads) or search %}
{% if search_error %}
{{ search_error }}
{% endif %}
{% endif %} {% if ml.import_in_progress %}
An import operation is currently in progress.
{% endif %} {% if any(threads) %} {% if view == "archives" %}
{% elif view == "patches" %}
{% endif %} {% for message in threads %}

{% if message.patchset_id %} {% if view == "patches" %} {% endif %} {{ message.subject }} {% else %} {% if message.subject %} {{ message.subject }} {% else %} (no subject) {% endif %} {% endif %}

{% set from_hdr = message.parsed()['From'] %} {% set from = parseaddr(from_hdr) %} {% if message.sender != None %} {{from[0]}} {% else %} {{from[0]}} {% endif %} {{icon("clock")}} {{ message.updated | date }} {% if message.nreplies > 0 %} {{icon("reply")}} {{message.nreplies}} {% endif %} {% if message.nparticipants > 1 %} {{icon("user")}} {{message.nparticipants}} {% endif %}
{% endfor %} {% if view == "patches" and ListAccess.moderate in access %} {{csrf_token()}}
{% endif %} {% if view == "archives" %}
{% elif view == "patches" %} {% endif %} {% elif ml.mirror_id and not ml.mirror.configured %} {% if ml.mirror.configure_attempts >= 2 %}
There was a problem configuring this mirror. Please contact support.
{% else %}
This mirror is still being configured with the remote mail server. If this process doesn't complete within a few hours, please contact support.
{% endif %} {% else %}

{% if search %} Nothing found. {% elif view == "patches" %} No patches have been posted to this list yet. {% else %} No one has posted to this list yet. {% endif %}

{% endif %} {% else %}
This list has restricted browsing, you cannot view the archives.
{% endif %}
{% if view == "archives" %}
{{csrf_token()}}

Download mailing list archive

Mailing list archives are exported as an mbox file. Individual threads can be exported from their respective pages.
{% else %}
{% endif %} {{ pagination() }}
{% endblock %}