mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +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,
|
||||
name: i18nFilter('ACTION_MOVE_TO')
|
||||
});
|
||||
}
|
||||
if (capa.includes('redirect')) {
|
||||
this.actionTypeOptions.push({
|
||||
id: FilterAction.Forward,
|
||||
name: i18nFilter('ACTION_FORWARD_TO')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue