feat(mail): Tag development mailing list
This commit is contained in:
parent
8813e55555
commit
8ac9fac175
1 changed files with 3 additions and 0 deletions
3
mail.nix
3
mail.nix
|
@ -27,6 +27,9 @@ tagConfig = pkgs.writeText "notmuch-tags" ''
|
|||
|
||||
# Tag my own mail (from other devices) as sent:
|
||||
-inbox +sent -- folder:"aprila/Sende element" OR from:vincent@aprila.no OR from:mail@tazj.in
|
||||
|
||||
# Tag development list
|
||||
-inbox +aprila-dev -- to:dev@aprila.no OR cc:dev@aprila.no
|
||||
'';
|
||||
|
||||
notmuchIndex = pkgs.writeShellScriptBin "notmuch-index" ''
|
||||
|
|
Loading…
Reference in a new issue