Merge branch 'Mailu:master' into master

master
Mario Jauvin 2 years ago committed by GitHub
commit c8d3d1b611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,11 @@
<div class="sidebar text-sm">
{%- if current_user.is_authenticated %}
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="user-panel mt-3 pb-3 mb-3 d-flex" title="{{ current_user }}">
<div class="image">
<div class="div-circle elevation-2"><i class="fa fa-user text-lg text-dark"></i></div>
</div>
<div class="info">
<a href="{{ url_for('.user_settings') }}" class="d-block">{{ current_user }}</a>
<a href="{{ url_for('.user_settings') }}" class="d-block">{{ current_user.displayed_name or current_user }}</a>
</div>
</div>
{%- endif %}

@ -100,6 +100,7 @@ service auth-worker {
protocol imap {
mail_plugins = $mail_plugins imap_quota imap_sieve
mail_max_userip_connections = 20
imap_idle_notify_interval = 29mins
}
protocol pop3 {

@ -0,0 +1 @@
Set imap_idle_notify_interval to 29 mins (see rfc2177) to ensure we use IMAP IDLE effectively
Loading…
Cancel
Save