La signature est maintenant copiée dans %USERPROFILE%

This commit is contained in:
Daniel Berteaud 2012-06-26 12:39:42 +02:00
parent 08fe67bfd5
commit 8a7f3b3cba
2 changed files with 2 additions and 10 deletions

View File

@ -1,11 +1,3 @@
if exist "\\%IPASSERELLE_IP%\tools\signatures\%USERNAME%" (
REM Windows 200 / XP / 2003
if not exist "%USERPROFILE%\Documents" (
set DOC=Mes Documents
)
REM Windows Vista / 7
if exist "%USERPROFILE%\Documents" (
set DOC=Documents
)
xcopy /E /I /Y \\%IPASSERELLE_IP%\tools\signatures\%USERNAME% "%USERPROFILE%\%DOC%\signature"
xcopy /E /I /Y \\%IPASSERELLE_IP%\tools\signatures\%USERNAME% "%USERPROFILE%\signature"
)

View File

@ -77,7 +77,7 @@ defaultPref("mail.identity.id<?php echo $id; ?>.fcc_folder", "imap://<?php echo
defaultPref("mail.identity.id<?php echo $id; ?>.draft_folder", "imap://<?php echo $uid; ?>@<?php echo IMAP_SERVER; ?>/Drafts");
defaultPref("mail.identity.id<?php echo $id; ?>.stationery_folder", "imap://<?php echo $uid; ?>@<?php echo IMAP_SERVER; ?>/Templates");
defaultPref("mail.identity.id<?php echo $id; ?>.attach_signature", true);
defaultPref("mail.identity.id<?php echo $id; ?>.sig_file-rel", "[ProfD]../../../../../Mes Documents/signature/email.html");
defaultPref("mail.identity.id<?php echo $id; ?>.sig_file-rel", "[ProfD]../../../../../signature/email.html");
<?php
//$accountlist .= ',account' . $account;
$identities .= ',id' . $id;