diesdas
This commit is contained in:
parent
3cac518ebf
commit
3c44560b1c
5 changed files with 21 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ set use_envelope_from
|
|||
unset reverse_realname
|
||||
|
||||
# Searching
|
||||
# set nm_default_url = "notmuch:///home/till/.local/share/neomutt/mail/"
|
||||
set nm_default_url = "notmuch:///home/till/.local/share/mail/"
|
||||
|
||||
# Multi-account setup
|
||||
# source ~/.config/neomutt/accounts/dkg.neomuttrc
|
||||
|
|
|
|||
|
|
@ -15,13 +15,14 @@
|
|||
vimKeys = true;
|
||||
extraConfig = builtins.readFile ./config.neomuttrc;
|
||||
};
|
||||
programs.notmuch.enable = true;
|
||||
# xdg.configFile."notmuch/default/config".source = ./notmuch.config;
|
||||
xdg.configFile."neomutt/bindings.neomuttrc".source = ./bindings.neomuttrc;
|
||||
xdg.configFile."neomutt/smime.neomuttrc".source = ./smime.neomuttrc;
|
||||
xdg.configFile."neomutt/mailcap".source = ./neomutt_mailcap;
|
||||
accounts.email = {
|
||||
maildirBasePath = "${config.xdg.dataHome}/mail/imap";
|
||||
maildirBasePath = "${config.xdg.dataHome}/mail/";
|
||||
accounts = {
|
||||
|
||||
gu = {
|
||||
primary = true;
|
||||
address = "straube@geo.uni-frankfurt.de";
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
smtp.host = "smtpauth.rz.uni-frankfurt.de";
|
||||
smtp.tls.useStartTls = true;
|
||||
userName = "tstraube";
|
||||
notmuch.enable = true;
|
||||
passwordCommand = "secret-tool lookup server uni-frankfurt.de account tstraube";
|
||||
signature = {
|
||||
text = ''
|
||||
|
|
@ -77,13 +79,13 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
ktiu = {
|
||||
address = "till@ktiu.net";
|
||||
realName = "Till Straube";
|
||||
imap.host = "shorbut.ktiu.net";
|
||||
smtp.host = "shorbut.ktiu.net";
|
||||
smtp.tls.useStartTls = true;
|
||||
notmuch.enable = true;
|
||||
userName = "till";
|
||||
signature.text = ''
|
||||
Till Straube (he, him, his)
|
||||
|
|
@ -112,7 +114,7 @@
|
|||
set my_signature = ${
|
||||
pkgs.writeText
|
||||
"signature.txt"
|
||||
config.accounts.email.accounts.gu.signature.text
|
||||
config.accounts.email.accounts.ktiu.signature.text
|
||||
}
|
||||
color status yellow default
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue