mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
implement the ForceUnspam sieve action
This commit is contained in:
parent
4fc04648cf
commit
c3c15ace16
43 changed files with 62 additions and 3 deletions
|
|
@ -11,7 +11,8 @@ import {
|
|||
DiscardCommand,
|
||||
FileIntoCommand,
|
||||
KeepCommand,
|
||||
RedirectCommand
|
||||
RedirectCommand,
|
||||
ForceUnspamCommand
|
||||
} from 'Sieve/Commands/Actions';
|
||||
|
||||
import {
|
||||
|
|
@ -75,6 +76,7 @@ export const
|
|||
FileIntoCommand,
|
||||
KeepCommand,
|
||||
RedirectCommand,
|
||||
ForceUnspamCommand,
|
||||
// Test commands
|
||||
AddressTest,
|
||||
AllOfTest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue