1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

changed default.sieve to send displayed name

This commit is contained in:
TheLegend875 2018-12-30 21:44:38 +01:00
parent 2954d84790
commit 999d2a9557

View File

@ -33,5 +33,5 @@ if exists "X-Virus" {
} }
{% if user.reply_active %} {% if user.reply_active %}
vacation :days 1 :subject "{{ user.reply_subject }}" "{{ user.reply_body }}"; vacation :days 1 {% if user.displayed_name != "" %}:from "{{ user.displayed_name }} <{{ user.email }}>"{% endif %} :subject "{{ user.reply_subject }}" "{{ user.reply_body }}";
{% endif %} {% endif %}