home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 679d1a28d8a65a9db3600ee58946ce7b4c24170d
parent 242ceb8024372f6b2ed686fd4f914ceda0cff72d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 25 Feb 2019 11:42:15 +0100

mails: oups 😓

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/mails.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/mails.nix b/modules/profiles/mails.nix @@ -93,7 +93,7 @@ in ${pkgs.notmuch}/bin/notmuch new ${pkgs.afew}/bin/afew -C ${config.xdg.configHome}/notmuch/notmuchrc --tag --new -v ${pkgs.notmuch}/bin/notmuch tag -inbox tag:inbox - ${pkgs.notmuch}/bin/notmuch tag -Inbox "NOT folder:Inbox and tag:Inbox" + #${pkgs.notmuch}/bin/notmuch tag -Inbox "NOT folder:Inbox and tag:Inbox" ''; executable = true; };