From 748ce60773c63842b538efa7e9864ed073bebc80 Mon Sep 17 00:00:00 2001 From: fab Date: Thu, 1 Dec 2022 16:01:53 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'files/clawsmail/ad?= =?UTF-8?q?dclawsuser.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/clawsmail/addclawsuser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/clawsmail/addclawsuser.sh b/files/clawsmail/addclawsuser.sh index add7d64..eb57c71 100755 --- a/files/clawsmail/addclawsuser.sh +++ b/files/clawsmail/addclawsuser.sh @@ -30,7 +30,7 @@ fi cat claws-mail/folderlist.xml > /tmp/folderlist.xml sed -i -e "s/\$name/$name/" /tmp/folderlist.xml -sed -i -e "s/\$domainname/kaz\.bzh/" /tmp/folderlist.xml +sed -i -e "s/\$domainname/$domainname/" /tmp/folderlist.xml sed -i -e "s/\$number/$number/" /tmp/folderlist.xml sed -i -e "s/<\/folderlist>//" ~/.claws-mail/folderlist.xml cat /tmp/folderlist.xml >> ~/.claws-mail/folderlist.xml