remove Data from the maildir path

This commit is contained in:
Charlotte 🦝 Delenk 2022-10-23 16:59:22 +01:00
parent db74df573b
commit 668c5e6712
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -28,7 +28,7 @@ desktop: {pkgs, ...}: {
};
home.file.".p10k.zsh".source = ./.p10k.zsh;
accounts.email.maildirBasePath = "Data/Maildir";
accounts.email.maildirBasePath = "Maildir";
programs.mbsync.extraConfig = ''
FieldDelimiter -
'';