Skip to content

Commit

Permalink
Merge pull request #1140 from josaphatim/fixed-sieve-capabilities-ui
Browse files Browse the repository at this point in the history
Fixed sieve capabilites not showing
  • Loading branch information
Shadow243 authored Jul 31, 2024
2 parents 172c5f9 + 6a7c69b commit c06f9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
'imap_connect_time' => array(FILTER_DEFAULT, false),
'imap_detail_display' => array(FILTER_UNSAFE_RAW, false),
'imap_status_display' => array(FILTER_UNSAFE_RAW, false),
'imap_status_server_id' => array(FILTER_VALIDATE_INT, false),
'imap_status_server_id' => array(FILTER_DEFAULT, false),
'imap_expanded_folder_path' => array(FILTER_DEFAULT, false),
'imap_expanded_folder_formatted' => array(FILTER_UNSAFE_RAW, false),
'imap_server_ids' => array(FILTER_DEFAULT, false),
Expand Down

0 comments on commit c06f9e3

Please sign in to comment.