Support de l'ajout de fragments

This commit is contained in:
Daniel Berteaud 2012-06-26 11:11:49 +02:00
parent ad0a24c4cb
commit 39b14b11ad

View File

@ -111,3 +111,9 @@ defaultPref("mail.content_disposition_type ", 1);
// Expunge
defaultPref("mail.imap.expunge_option", 3);
defaultPref("mail.imap.expunge_threshold_number", 100);
<?php
foreach (glob("thunderbird.mod.*.php") as $filename){
require($filename);
}
?>