Skip to content

Commit b9dda1c

Browse files
authored
Merge pull request #1524 from Shadow243/fixed-sieve-invalid-conf-error
fix(backend): error Sieve: Invalid config host
2 parents 5d98b3f + da0a0e7 commit b9dda1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sievefilters/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ function get_list_block_sieve() {
10031003
sessionStorage.removeItem('list_blocked');
10041004
let detail = Hm_Utils.parse_folder_path(hm_list_path());
10051005
let list_blocked_senders = [];
1006-
if (getPageNameParam() == 'message_list') {
1006+
if (getPageNameParam() == 'message_list' && detail !== false) {
10071007
Hm_Ajax.request(
10081008
[
10091009
{ name: 'hm_ajax_hook', value: 'ajax_list_block_sieve' },

0 commit comments

Comments
 (0)