We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d98b3f + da0a0e7 commit b9dda1cCopy full SHA for b9dda1c
modules/sievefilters/site.js
@@ -1003,7 +1003,7 @@ function get_list_block_sieve() {
1003
sessionStorage.removeItem('list_blocked');
1004
let detail = Hm_Utils.parse_folder_path(hm_list_path());
1005
let list_blocked_senders = [];
1006
- if (getPageNameParam() == 'message_list') {
+ if (getPageNameParam() == 'message_list' && detail !== false) {
1007
Hm_Ajax.request(
1008
[
1009
{ name: 'hm_ajax_hook', value: 'ajax_list_block_sieve' },
0 commit comments