home

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

commit 49b589fb02c4b5cf2fa4ec06b5e21e89ab551bb3
parent 17b453d8a93a55bc2a0765b36ac41612c8dde1ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  5 Jan 2020 15:08:24 +0100

mail.nix: fix postExec

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 @@ -116,7 +116,7 @@ xdg.configFile."mbsync/postExec" = { # Remove inbox (lower-case) ${pkgs.notmuch}/bin/notmuch tag -inbox -- tag:inbox # Remove Inbox tagged message that are not in an Inbox - ${pkgs.notmuch} tag -Inbox -- not folder:redhat/Inbox and not folder:perso/Inbox and tag:Inbox + ${pkgs.notmuch}/bin/notmuch tag -Inbox -- not folder:redhat/Inbox and not folder:perso/Inbox and tag:Inbox ${pkgs.libnotify}/bin/notify-send "Mails synced 📬" ''; executable = true;