{% extends "layouts/" + render_mode + "-tall.html" %} {% block title %}{{_("E-mail Deletion")}}{% endblock %} {% block content %}

{{_("E-Mail Deletion")}}

{% if config.prefs.allow_deletion %}

{{_("Your Mailpile is configured to allow permanent deletion of e-mail.")}}

{{_("This is good for your privacy and may also conserve some disk space.")}}

{% else %}

{{_("Deletion of e-mail is currently disabled.")}}

{{_("This is fine if you are just testing Mailpile.")}}

{% endif %}

{{_("Click here to change your e-mail deletion settings.")}}

{% endblock %}