diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:37:50 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-04 22:37:50 +0200 |
commit | b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1 (patch) | |
tree | 4de5c7df390755c1cae3b2113f5ace1674a05fd9 /user-profiles | |
parent | cc5208824a76f0a80bf7039ce3c83186209fdb3c (diff) | |
download | nixos-b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1.tar nixos-b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1.tar.gz nixos-b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1.tar.bz2 nixos-b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1.tar.xz nixos-b1fb537ef7207fb7c9d79d93f6ec02da4dee7ff1.zip |
feeds: maildir directories
Diffstat (limited to 'user-profiles')
-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 |