remove Data from the maildir path
This commit is contained in:
parent
db74df573b
commit
668c5e6712
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue