{% extends "layouts/" + render_mode + ".html" %} {% block title %}{{_("Filters")}}{% endblock %} {% block content %}
{% set tags = mailpile("tags", "display=*", "mode=flat").result.tags %} {% if result %} {% else %}

{{_("No Filters Exist")}} :)

{{_("Filters are clever rules that automatically apply tags, sort and otherwise handle your messages.")}}

Current filters are only supported in the CLI (command line interface). You can read the documentation.

{% endif %}
{% endblock %}