email: rename folder Junk->Spam

This commit is contained in:
Michele Guerini Rocco 2021-04-02 19:19:48 +02:00
parent 2a04be46ef
commit f735d5afd9
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -24,6 +24,14 @@
"abuse@eurofusion.eu" = "rnhmjoj@eurofusion.eu";
};
mailboxes = {
# default IMAP folders
Sent = { specialUse = "Sent"; auto = "subscribe"; };
Drafts = { specialUse = "Drafts"; auto = "subscribe"; };
Spam = { specialUse = "Junk"; auto = "subscribe"; };
Trash = { specialUse = "Trash"; auto = "no"; };
};
# Use Let's Encrypt certificate
certificateScheme = 3;