move mail back to data
This commit is contained in:
parent
506b11f758
commit
04354def12
2 changed files with 5 additions and 2 deletions
|
@ -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"];
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue