parent
cddd099194
commit
3e873ff251
|
@ -20,13 +20,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraAccounts = {
|
extraAccounts = {
|
||||||
gmail = {
|
fastmail = {
|
||||||
source = "imaps://john.olheiser%40gmail.com@imap.gmail.com:993";
|
source = "imaps://john%40jolheiser.com@imap.fastmail.com:993";
|
||||||
source-cred-cmd = "git config --get sendemail.smtpPass";
|
source-cred-cmd = "git config --get sendemail.smtpPass";
|
||||||
outgoing = "smtps://john.olheiser%40gmail.com@smtp.gmail.com:587";
|
outgoing = "smtps://john%40jolheiser.com@smtp.fastmail.com:465";
|
||||||
outgoing-cred-cmd = "git config --get sendemail.smtpPass";
|
outgoing-cred-cmd = "git config --get sendemail.smtpPass";
|
||||||
default = "INBOX";
|
default = "INBOX";
|
||||||
from = ''"John Olheiser" <john.olheiser@gmail.com>'';
|
from = ''"John Olheiser" <john@jolheiser.com>'';
|
||||||
cache-headers = true;
|
cache-headers = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Reference in New Issue