From 9cc683b3f0a8d01728a73c293d5df8f6150ab206 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 7 Sep 2012 09:32:34 +0200 Subject: [PATCH] =?UTF-8?q?Config=20Thunderbird:=20activer=20l'autocompl?= =?UTF-8?q?=C3=A9tion=20des=20adresses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/usr/share/mozilla-mcd/thunderbird.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root/usr/share/mozilla-mcd/thunderbird.php b/root/usr/share/mozilla-mcd/thunderbird.php index 193bc84..0f4e010 100644 --- a/root/usr/share/mozilla-mcd/thunderbird.php +++ b/root/usr/share/mozilla-mcd/thunderbird.php @@ -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 +("mail.enable_autocomplete", true); + // Hide useless messages ("mail.ui.show.migration.on.upgrade", false); ("app.update.showInstalledUI", false);