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.
1 parent c9b215b commit da0a0e7Copy full SHA for da0a0e7
modules/sievefilters/site.js
@@ -1007,7 +1007,7 @@ function get_list_block_sieve() {
1007
sessionStorage.removeItem('list_blocked');
1008
let detail = Hm_Utils.parse_folder_path(hm_list_path());
1009
let list_blocked_senders = [];
1010
- if (getPageNameParam() == 'message_list') {
+ if (getPageNameParam() == 'message_list' && detail !== false) {
1011
Hm_Ajax.request(
1012
[
1013
{ name: 'hm_ajax_hook', value: 'ajax_list_block_sieve' },
0 commit comments