{% extends "base.html" %} {% block title %}Settings - {{ brand_name }}{% endblock %} {% block content %}

Settings

Config: {{ config_path }}

{% if saved %}
✓ Settings saved.
{% endif %}
Appearance

Theme preference is stored in your browser.

Name shown in the header.

Python strftime format for search results. Default: %b %d, %Y (e.g. "Jan 27, 2026").

Python strftime format for message view. Default: %a, %d %b %Y %H:%M:%S (e.g. "Tue, 27 Jan 2026 07:16:05").

Timezone for displaying email dates.

Display

Images from trusted senders are always shown.

Trusted senders

Images from these senders are always loaded, even when image blocking is on.

{% endblock %}