home/common/mail | add imap and sig
This commit is contained in:
parent
3e09f79e6c
commit
c10793cc94
1 changed files with 12 additions and 2 deletions
|
|
@ -4,13 +4,23 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
"don@donharper.org" = {
|
gmail = {
|
||||||
primary = true;
|
primary = true;
|
||||||
realName = "Don Harper";
|
realName = "Don Harper";
|
||||||
userName = "don";
|
userName = "don";
|
||||||
address = "don@donharper.org";
|
address = "don@donharper.org";
|
||||||
#secondaries = [ "duck@duckland.org" "duckunix@gmail.com" ];
|
# secondaries = ["duck@duckland.org" "duckunix@gmail.com"];
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
|
imap = {
|
||||||
|
host = "imap.gmail.com";
|
||||||
|
authentication = "login";
|
||||||
|
};
|
||||||
|
signature = {
|
||||||
|
text = ''
|
||||||
|
Don Harper
|
||||||
|
'';
|
||||||
|
showSignature = "append";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue