From ac81632176a3e089c435de57665cccc0aa85a54f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 18 Sep 2024 20:28:16 +0200 Subject: configure neomut sync --- common/home/accounts/email.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'common/home/accounts') diff --git a/common/home/accounts/email.nix b/common/home/accounts/email.nix index fd5f02c..da9be05 100644 --- a/common/home/accounts/email.nix +++ b/common/home/accounts/email.nix @@ -1,12 +1,19 @@ { ... }: { - default = { + uberspace = { userName = "nathan@n8.uber.space"; address = "nathan@nathanreiner.xyz"; primary = true; realName = "Nathan Reiner"; passwordCommand = "pass mail/nathan@nathanreiner.xyz"; + folders = { + drafts = "Drafts"; + inbox = "INBOX"; + sent = "Sent"; + trash = "Trash"; + }; + smtp = { host = "menkent.uberspace.de"; port = 465; -- cgit v1.2.3-70-g09d2