From 36723a7493b351f3423e39ec11153b199d6cd7bf Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 14 Sep 2020 21:24:01 +0200 Subject: [PATCH] mail: cleanup old stuff --- configs/workhorse/mail-fetcher.nix | 17 ----------------- system/desktop/mail-stuff.nix | 4 ---- 2 files changed, 21 deletions(-) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index 2d875fe..6d4a579 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -720,21 +720,4 @@ in { 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); - }; - } diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index 3039814..83e3abc 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -12,13 +12,10 @@ in { # client backend # -------------- # notmuch: Tagdatabase for Emails - # afew: Autotagger using notmuch # muchsync: notmuch database synctool # clients # ------- - # alot - # astroid # neomutt home-manager.users.mainUser.accounts.email.accounts = { @@ -366,7 +363,6 @@ in { ''; in [ pkgs.notmuch - pkgs.alot pkgs.muchsync mail mailSync