flagged a spaming address
This commit is contained in:
parent
2bf1372db2
commit
9a916d6a2c
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,8 @@ let
|
||||||
"from:booking.com"
|
"from:booking.com"
|
||||||
"subject:Gewinn"
|
"subject:Gewinn"
|
||||||
"from:brompton.com"
|
"from:brompton.com"
|
||||||
"from:circleci.com OR (from:noreply@github.com AND to:audio-overlay@googlegroups.com)"
|
"from:circleci.com"
|
||||||
|
"from:audio-overlay@googlegroups.com OR to:audio-overlay@googlegroups.com"
|
||||||
"from:codepen.io"
|
"from:codepen.io"
|
||||||
"from:congstarnews.de"
|
"from:congstarnews.de"
|
||||||
"from:cronullasurfingacademy.com"
|
"from:cronullasurfingacademy.com"
|
||||||
|
|
|
@ -33,6 +33,7 @@ in
|
||||||
(nextcloudSync "Unterlagen")
|
(nextcloudSync "Unterlagen")
|
||||||
(nextcloudSync "Video")
|
(nextcloudSync "Video")
|
||||||
(nextcloudSync "Kunstbuch")
|
(nextcloudSync "Kunstbuch")
|
||||||
|
(nextcloudSync "AWS-SolutionArchitect-Professional")
|
||||||
|
|
||||||
(pkgs.writeShellScriptBin "nixFlakes" ''
|
(pkgs.writeShellScriptBin "nixFlakes" ''
|
||||||
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
|
||||||
|
|
Loading…
Reference in a new issue