From fcc5bf15a3298ffe880a00e88765c1bfb6a1e2ea Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 3 Jan 2017 12:25:24 +0100 Subject: [PATCH] Set Junk folder --- root/etc/e-smith/db/configuration/defaults/sogod/JunkFolder | 1 + root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail | 1 + 2 files changed, 2 insertions(+) create mode 100644 root/etc/e-smith/db/configuration/defaults/sogod/JunkFolder diff --git a/root/etc/e-smith/db/configuration/defaults/sogod/JunkFolder b/root/etc/e-smith/db/configuration/defaults/sogod/JunkFolder new file mode 100644 index 0000000..3ffe53e --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/sogod/JunkFolder @@ -0,0 +1 @@ +junkmail diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail index fc8870b..e96bbc4 100644 --- a/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail +++ b/root/etc/e-smith/templates/etc/sogo/sogo.conf/20mail @@ -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 );