File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
{% if acl .spam_alias == 1 %}
16
16
<li class =" nav-item" role =" presentation" ><button class =" nav-link" role =" tab" aria-selected =" false" aria-controls =" SpamAliases" role =" tab" data-bs-toggle =" tab" data-bs-target =" #SpamAliases" >{{ lang .user .spam_aliases }}</button ></li >
17
17
{% endif %}
18
- {% if acl .spam_score == 1 %}
18
+ {% if acl .spam_score == 1 or acl . spam_policy == 1 %}
19
19
<li class =" nav-item" role =" presentation" ><button class =" nav-link" role =" tab" aria-selected =" false" aria-controls =" Spamfilter" role =" tab" data-bs-toggle =" tab" data-bs-target =" #Spamfilter" >{{ lang .user .spamfilter }}</button ></li >
20
20
{% endif %}
21
21
{% if acl .syncjobs == 1 %}
36
36
{% include ' user/tab-user-details.twig' %}
37
37
{% include ' user/tab-user-settings.twig' %}
38
38
{% if acl .spam_alias == 1 %}{% include ' user/SpamAliases.twig' %}{% endif %}
39
- {% if acl .spam_score == 1 %}{% include ' user/Spamfilter.twig' %}{% endif %}
39
+ {% if acl .spam_score == 1 or acl . spam_policy == 1 %}{% include ' user/Spamfilter.twig' %}{% endif %}
40
40
{% if acl .syncjobs == 1 %}{% include ' user/Syncjobs.twig' %}{% endif %}
41
41
{% if acl .app_passwds == 1 %}{% include ' user/AppPasswds.twig' %}{% endif %}
42
42
{% if acl .pushover == 1 %}{% include ' user/Pushover.twig' %}{% endif %}
You can’t perform that action at this time.
0 commit comments