Skip to content

Commit

Permalink
Merge pull request #1055 from josaphatim/fixed-everything-not-updating
Browse files Browse the repository at this point in the history
Fixed everything view not updating correctly
  • Loading branch information
kroky authored May 30, 2024
2 parents be47f19 + b50d8f0 commit db50452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ function Message_List() {
'flagged': 'formatted_flagged_data',
'junk': 'formatted_junk_data',
'trash': 'formatted_trash_data',
'sent': 'formatted_sent_data',
'drafts': 'formatted_drafts_data'
};

Expand Down Expand Up @@ -566,7 +567,6 @@ function Message_List() {
id = ids[i];
if ((id+'').search('_') != -1) {
parts = id.split('_', 2);
parts[0] -= 0;
re = new RegExp(parts[1]+'$');
parts[1] = re;
}
Expand Down

0 comments on commit db50452

Please sign in to comment.