mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Revert #1323
As rfc5228 implementations MUST support the "keep", "discard", and "redirect" actions.
This commit is contained in:
parent
0736782a44
commit
bde5060008
1 changed files with 6 additions and 6 deletions
|
|
@ -121,12 +121,12 @@ export class FilterPopupView extends rl.pluginPopupView {
|
||||||
name: i18nFilter('ACTION_MOVE_TO')
|
name: i18nFilter('ACTION_MOVE_TO')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (capa.includes('redirect')) {
|
|
||||||
|
// redirect command
|
||||||
this.actionTypeOptions.push({
|
this.actionTypeOptions.push({
|
||||||
id: FilterAction.Forward,
|
id: FilterAction.Forward,
|
||||||
name: i18nFilter('ACTION_FORWARD_TO')
|
name: i18nFilter('ACTION_FORWARD_TO')
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
if (capa.includes('reject')) {
|
if (capa.includes('reject')) {
|
||||||
this.actionTypeOptions.push({ id: FilterAction.Reject, name: i18nFilter('ACTION_REJECT') });
|
this.actionTypeOptions.push({ id: FilterAction.Reject, name: i18nFilter('ACTION_REJECT') });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue