Hi,
The first string is for deletion of a folder itself.
To understand purge you should know a few things about IMAP: When you delete a message in IMAP, messages may not be immediately deleted from the mailbox, but instead "marked as deleted" but left inside the mail box. Client programs either do not show these marked messages or show them with strikethrough.
Purge (or commonly called Expunge) goes over the mailbox and *really* deletes all the messages marked for deletion.You should translate it accordingly, a good guide should be what Thunderbird uses for your language, so uniformity can be achieved.
Note: I see that in the English translation folderpurged = Folder successfully purged folderexpunged = Folder successfully emptied
isn't there a misnaming here ?
On 19-12-2010 18:04, dev-request@lists.roundcube.net wrote:
Hi, all
What is the principal difference between "Folder successfully deleted" and "Folder successfully purged" in messages.inc?
Thank you.