mail: cleanup old stuff
This commit is contained in:
parent
db4c1ad734
commit
36723a7493
2 changed files with 0 additions and 21 deletions
|
@ -720,21 +720,4 @@ in {
|
||||||
target = ".notmuch-config";
|
target = ".notmuch-config";
|
||||||
};
|
};
|
||||||
|
|
||||||
# a few config
|
|
||||||
home-manager.users.mailUser.programs.afew = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = with lib;
|
|
||||||
let
|
|
||||||
|
|
||||||
template = index:
|
|
||||||
{ tags, query, message ? "generic", ... }: ''
|
|
||||||
[Filter.${toString index}]
|
|
||||||
query = ${query}
|
|
||||||
tags = ${concatStringsSep ";" tags}
|
|
||||||
message = ${message}
|
|
||||||
'';
|
|
||||||
|
|
||||||
in concatStringsSep "\n" (imap0 template filters);
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,13 +12,10 @@ in {
|
||||||
# client backend
|
# client backend
|
||||||
# --------------
|
# --------------
|
||||||
# notmuch: Tagdatabase for Emails
|
# notmuch: Tagdatabase for Emails
|
||||||
# afew: Autotagger using notmuch
|
|
||||||
# muchsync: notmuch database synctool
|
# muchsync: notmuch database synctool
|
||||||
|
|
||||||
# clients
|
# clients
|
||||||
# -------
|
# -------
|
||||||
# alot
|
|
||||||
# astroid
|
|
||||||
# neomutt
|
# neomutt
|
||||||
|
|
||||||
home-manager.users.mainUser.accounts.email.accounts = {
|
home-manager.users.mainUser.accounts.email.accounts = {
|
||||||
|
@ -366,7 +363,6 @@ in {
|
||||||
'';
|
'';
|
||||||
in [
|
in [
|
||||||
pkgs.notmuch
|
pkgs.notmuch
|
||||||
pkgs.alot
|
|
||||||
pkgs.muchsync
|
pkgs.muchsync
|
||||||
mail
|
mail
|
||||||
mailSync
|
mailSync
|
||||||
|
|
Loading…
Reference in a new issue