From cc5208824a76f0a80bf7039ce3c83186209fdb3c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Sep 2021 22:32:50 +0200 Subject: feeds: ... --- user-profiles/feeds/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-profiles') diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index 9a0aceba..cec0ffcb 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix @@ -106,7 +106,7 @@ in { if [[ -v VERBOSE ]]; then NOTMUCH_VERBOSE_ARG="--verbose" fi - NOTMUCH_CONFIG=${configPath} $DRY_RUN_CMD ${pkgs.notmuch}/bin/notmuch $NOTMUCH_VERBOSE_ARG new + NOTMUCH_CONFIG=${configPath} $DRY_RUN_CMD ${pkgs.notmuch}/bin/notmuch new $NOTMUCH_VERBOSE_ARG fi ''; }; -- cgit v1.2.3