File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,8 @@ protected function output() {
181181 */
182182class Hm_Output_filter_message_headers extends Hm_Output_Module {
183183 protected function output () {
184- $ mailbox_list_title = $ this ->get ('mailbox_list_title ' , array ());
185184
186-
187- $ account_name = $ mailbox_list_title [1 ] ?? '' ;
188- $ mailbox = $ this ->get ('mailbox ' );
185+ $ mailbox_name = $ this ->get ('mailbox_name ' );
189186
190187 if ($ this ->get ('msg_headers ' )) {
191188 $ txt = '' ;
@@ -432,8 +429,7 @@ protected function output() {
432429 . $ this ->trans ('Filter similar messages ' )
433430 . '</a> '
434431 . '<div class="dropdown-menu move_to_location p-3"> '
435- . '<form id="create-filter-form" style="min-width:260px;" account=" ' . $ mailbox_list_title ['name ' ] . '"> '
436-
432+ . '<form id="create-filter-form" style="min-width:260px;" account=" ' . $ mailbox_name . '"> '
437433 // From (enabled, checked by default)
438434 . '<div class="form-check mb-1"> '
439435 . '<input class="form-check-input" type="checkbox" id="use_from" checked> '
You can’t perform that action at this time.
0 commit comments