diff options
-rw-r--r-- | user-profiles/feeds/module.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index cec0ffcb..cf8ee99c 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix | |||
@@ -100,7 +100,8 @@ in { | |||
100 | '' + toIni notmuchIni; | 100 | '' + toIni notmuchIni; |
101 | 101 | ||
102 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' | 102 | home.activation.createFeedsDatabase = hm.dag.entryAfter ["linkGeneration" "writeBoundary"] '' |
103 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath} | 103 | $DRY_RUN_CMD mkdir -p -m 0750 $VERBOSE_ARG ${databasePath} |
104 | $DRY_RUN_CMD mkdir -p $VERBOSE_ARG ${databasePath}/new ${databasePath}/cur ${databasePath}/tmp | ||
104 | if ! [[ -d ${databasePath}/.notmuch ]]; then | 105 | if ! [[ -d ${databasePath}/.notmuch ]]; then |
105 | NOTMUCH_VERBOSE_ARG="--quiet" | 106 | NOTMUCH_VERBOSE_ARG="--quiet" |
106 | if [[ -v VERBOSE ]]; then | 107 | if [[ -v VERBOSE ]]; then |