home

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

commit f79837658f8b5c799aa8208a0f8912076f87dcae
parent 774487ea0cbc215fc9e470c8a92e5577a2f2af79
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 25 Feb 2019 08:21:45 +0100

mails: remove inbox (lowercase) at the end of the sync

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

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

diff --git a/modules/profiles/mails.nix b/modules/profiles/mails.nix @@ -92,6 +92,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 ''; executable = true; };