mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Resolve #1323
This commit is contained in:
parent
7dc4002fb4
commit
0736782a44
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,8 @@ export class FilterPopupView extends rl.pluginPopupView {
|
||||||
id: FilterAction.MoveTo,
|
id: FilterAction.MoveTo,
|
||||||
name: i18nFilter('ACTION_MOVE_TO')
|
name: i18nFilter('ACTION_MOVE_TO')
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
if (capa.includes('redirect')) {
|
||||||
this.actionTypeOptions.push({
|
this.actionTypeOptions.push({
|
||||||
id: FilterAction.Forward,
|
id: FilterAction.Forward,
|
||||||
name: i18nFilter('ACTION_FORWARD_TO')
|
name: i18nFilter('ACTION_FORWARD_TO')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue