mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Fix the Sieve filters editor with new mail flags
This commit is contained in:
@@ -92,8 +92,8 @@ function setupConstants() {
|
||||
"not_junk": _("Not Junk") };
|
||||
|
||||
|
||||
for (var name in labels) {
|
||||
flagLabels[name] = _( labels[name][0] );
|
||||
for (var name in mailTags) {
|
||||
flagLabels[name] = _( mailTags[name][0] );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user