Config Thunderbird: activer l'autocomplétion des adresses

This commit is contained in:
Daniel Berteaud 2012-09-07 09:32:34 +02:00
parent 7ebe03f8ec
commit 9cc683b3f0

View File

@ -123,6 +123,10 @@ defaultPref("mail.content_disposition_type ", 1);
defaultPref("mail.imap.expunge_option", 3);
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
<?php echo TB_PREF;?>("mail.ui.show.migration.on.upgrade", false);
<?php echo TB_PREF;?>("app.update.showInstalledUI", false);