Set Junk folder

This commit is contained in:
Daniel Berteaud 2017-01-03 12:25:24 +01:00
parent 987e0e06b4
commit fcc5bf15a3
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
junkmail

View File

@ -8,6 +8,7 @@
SOGoDraftsFolderName = {($sogod{'DraftsFolder'} || "Drafts")};
SOGoSentFolderName = {($sogod{'SentFolder'} || "Sent")};
SOGoTrashFolderName = {($sogod{'TrashFolder'} || "Trash")};
SOGoJunkFolderName = {($sogod{'JunkFolder'} || "Junk")};
SOGoMailListViewColumnsOrder = (
Flagged, Attachment, Subject, From, Unread, Date, Size
);