email: rename folder Junk->Spam
This commit is contained in:
parent
2a04be46ef
commit
f735d5afd9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user