French translation of Sync Issues

pull/12/head
Jean Raby 2013-06-07 15:16:12 -04:00
parent cafce5753d
commit 4cffea43eb
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ def imapCleanup(imaphost, imapport, username, userpass):
return
for foldername in ("Sync Issues", "Junk E-mail",
"INBOX%sSync Issues" % sep, "INBOX%sJunk E-mail" % sep):
"INBOX%sSync Issues" % sep, "INBOX%sJunk E-mail" % sep,
"Probl&AOg-mes de synchronisation"):
(code, data) = client.list(foldername, "%")
if code == "OK":
for si in data: