move mail back to data

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-29 08:01:21 +01:00
parent 506b11f758
commit 04354def12
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,10 @@ desktop: {pkgs, ...}: {
};
home.file.".p10k.zsh".source = ./.p10k.zsh;
accounts.email.maildirBasePath = "Maildir";
accounts.email.maildirBasePath = "Data/Maildir";
programs.mbsync.extraConfig = ''
FieldDelimiter -
'';
accounts.email.accounts = rec {
lotte = {
aliases = ["darkkirb@darkkirb.de" "postmaster@darkkirb.de" "postmaster@chir.rs" "postmaster@miifox.net"];

View file

@ -23,7 +23,7 @@ in {
};
programs.msmtp.enable = true;
home.file.".mailcap".text = ''
image/*; ${pkgs.kitty}/bin/kitty +kitten icat '%s'; copiousoutput
image/*; ${pkgs.imv}/bin/imv '%s'
text/html; ${pkgs.w3m}/bin/w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput
'';
}