|
|
@ -123,6 +123,10 @@ defaultPref("mail.content_disposition_type ", 1); |
|
|
|
defaultPref("mail.imap.expunge_option", 3); |
|
|
|
defaultPref("mail.imap.expunge_option", 3); |
|
|
|
defaultPref("mail.imap.expunge_threshold_number", 100); |
|
|
|
defaultPref("mail.imap.expunge_threshold_number", 100); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Adds the domain from your email address to the |
|
|
|
|
|
|
|
// recipients email address if it doesn't have a domain |
|
|
|
|
|
|
|
<?php echo TB_PREF;?>("mail.enable_autocomplete", true);
|
|
|
|
|
|
|
|
|
|
|
|
// Hide useless messages |
|
|
|
// Hide useless messages |
|
|
|
<?php echo TB_PREF;?>("mail.ui.show.migration.on.upgrade", false);
|
|
|
|
<?php echo TB_PREF;?>("mail.ui.show.migration.on.upgrade", false);
|
|
|
|
<?php echo TB_PREF;?>("app.update.showInstalledUI", false);
|
|
|
|
<?php echo TB_PREF;?>("app.update.showInstalledUI", false);
|
|
|
|