File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ class Hm_MessagesStore {
312312 } else {
313313 if ( this . path == 'tag' ) {
314314 config . push ( { name : "hm_ajax_hook" , value : 'ajax_imap_tag_data' } ) ;
315- config . push ( { name : "folder" , value : getParam ( 'tag_id ' ) } ) ;
315+ config . push ( { name : "folder" , value : getParam ( 'filter ' ) } ) ;
316316 configs . push ( config ) ;
317317 } else {
318318 let sources = hm_data_sources ( ) ;
Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ protected function output() {
213213 if (!$ this ->get ('hide_folder_icons ' )) {
214214 $ res .= $ hasChild ? '<i class="bi bi-caret-down"></i> ' : '<i class="bi bi-tags fs-5 me-2"></i> ' ;
215215 }
216- $ res .= '<a data-id="tag_ ' .$ this ->html_safe ($ id ).'" href="?page=message_list&list_path=tag&tag_id = ' .$ this ->html_safe ($ id ).'"> ' ;
216+ $ res .= '<a data-id="tag_ ' .$ this ->html_safe ($ id ).'" href="?page=message_list&list_path=tag&filter = ' .$ this ->html_safe ($ id ).'"> ' ;
217217 $ res .= $ this ->html_safe ($ folder ['name ' ]).'</a> ' ;
218218 if ($ hasChild ) {
219219 $ res .= '<ul> ' ;
220220 foreach ($ folder ['children ' ] as $ key => $ child ) {
221221 $ res .= '<li class="tag_ ' .$ this ->html_safe ($ child ['id ' ]).'"> ' ;
222- $ res .= '<a data-id="tag_ ' .$ this ->html_safe ($ child ['id ' ]).'" href="?page=message_list&list_path=tag&tag_id = ' .$ this ->html_safe ($ child ['id ' ]).'"> ' ;
222+ $ res .= '<a data-id="tag_ ' .$ this ->html_safe ($ child ['id ' ]).'" href="?page=message_list&list_path=tag&filter = ' .$ this ->html_safe ($ child ['id ' ]).'"> ' ;
223223 $ res .= $ this ->html_safe ($ folder ['name ' ]).'</a> ' ;
224224 $ res .= '</li> ' ;
225225 }
You can’t perform that action at this time.
0 commit comments