mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 15:26:09 +00:00
Revert #1323
As rfc5228 implementations MUST support the "keep", "discard", and "redirect" actions.
This commit is contained in:
@@ -121,12 +121,12 @@ export class FilterPopupView extends rl.pluginPopupView {
|
||||
name: i18nFilter('ACTION_MOVE_TO')
|
||||
});
|
||||
}
|
||||
if (capa.includes('redirect')) {
|
||||
this.actionTypeOptions.push({
|
||||
id: FilterAction.Forward,
|
||||
name: i18nFilter('ACTION_FORWARD_TO')
|
||||
});
|
||||
}
|
||||
|
||||
// redirect command
|
||||
this.actionTypeOptions.push({
|
||||
id: FilterAction.Forward,
|
||||
name: i18nFilter('ACTION_FORWARD_TO')
|
||||
});
|
||||
|
||||
if (capa.includes('reject')) {
|
||||
this.actionTypeOptions.push({ id: FilterAction.Reject, name: i18nFilter('ACTION_REJECT') });
|
||||
|
||||
Reference in New Issue
Block a user