tex and other stuff
This commit is contained in:
parent
e962815edd
commit
5a194716ab
10 changed files with 95 additions and 19 deletions
|
|
@ -56,7 +56,7 @@ macro index,pager gu "<change-folder>~/.local/share/mail/gu/Inbox<enter><refr
|
|||
# macro index,pager gm "<change-folder>+gmail/IMAP/Inbox<enter><refresh>" "Go to Gmail"
|
||||
# macro index,pager gk "<change-folder>+ks/IMAP/Inbox<enter><refresh>" "Go to KS"
|
||||
macro index,pager gi "<change-folder>~/.local/share/mail/ktiu/Inbox<enter><refresh>" "Go to ktiu"
|
||||
# macro index,pager gf "<change-folder>+dkg/IMAP/Inbox<enter><refresh>" "Go to DKG"
|
||||
macro index,pager gf "<change-folder>~/.local/share/mail/dkg/Inbox<enter><refresh>" "Go to DKG"
|
||||
|
||||
macro index,pager L "<limit>all\n" "Show all messages (undo limit)"
|
||||
|
||||
|
|
|
|||
|
|
@ -126,6 +126,49 @@
|
|||
};
|
||||
passwordCommand = "secret-tool lookup server shorbut.ktiu.net account till";
|
||||
};
|
||||
dkg = {
|
||||
address = "kontakt@dkg2023.de";
|
||||
realName = "DKG Orga-Team";
|
||||
imap.host = "mail.privateemail.com";
|
||||
smtp.host = "mail.privateemail.com";
|
||||
smtp.tls.useStartTls = true;
|
||||
notmuch.enable = true;
|
||||
userName = "helpdesk@dkg2023.de";
|
||||
signature.text = ''
|
||||
DKG '23
|
||||
https://dkg2023.de
|
||||
'';
|
||||
signature.showSignature = "append";
|
||||
neomutt = {
|
||||
enable = true;
|
||||
sendMailCommand = "/home/till/.nix-profile/bin/msmtp";
|
||||
extraConfig = ''
|
||||
set my_mbsync_acct='dkg'
|
||||
|
||||
set mbox='+Archive'
|
||||
set my_junk='+Junk'
|
||||
|
||||
set crypt_auto_pgp
|
||||
unset crypt_auto_smime
|
||||
|
||||
unalternates *
|
||||
alternates @dkg2023.de$
|
||||
set reverse_name
|
||||
set my_signature = ${
|
||||
pkgs.writeText
|
||||
"signature.txt"
|
||||
config.accounts.email.accounts.dkg.signature.text
|
||||
}
|
||||
color status yellow default
|
||||
'';
|
||||
};
|
||||
mbsync.enable = true;
|
||||
msmtp = {
|
||||
enable = true;
|
||||
extraConfig.from = "*@dkg2023.de";
|
||||
};
|
||||
passwordCommand = "secret-tool lookup server mail.privateemail.com account helpdesk@dkg2023.de";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue