{%- extends "logs/layout.html" %} {%- block title %}{{_("Mailpile Event Log")}}{% endblock %} {%- macro event_flags_icon(event) %} {%- if 'R' in event.flags -%} {%- elif 'c' in event.flags -%} {%- else -%} {{- event.flags -}} {%- endif -%} {%- endmacro %} {%- macro event_source(event) %} {{ event.source }} {%- endmacro %} {%- macro event_details(event) %}
{{ event|json }}{%- endmacro %} {%- macro show_event(event) %}
{{ event.ts_hhmm or event.ts|friendly_time }} {{ event_source(event) }}
{%- if ui_expand == event.event_id %}{{ event_details(event) }}
{%- endif %} {# FIXME:{{_("Ongoing events represent current actions taken by Mailpile on your behalf, such as watching a Mail Source for new mail or refreshing your contact database.")}}
{{_("Browsing the event details can help with troubleshooting if Mailpile is not behaving as you expect.")}}
{{_("No Events Found")}}
{{_("The Event Log gives an overview over what has happened in your Mailpile recently.")}}
{{_("Some events, such as Tagging operations, can be undone.")}}