mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
fix for 30035. r=sspitzer
This commit is contained in:
parent
e4c83baa9d
commit
39ba27f708
@ -13,7 +13,7 @@
|
||||
|
||||
<script language="javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["padCheck", "dirCheck", "showDialogForMultipleMatches", "useAddress"];
|
||||
var _elementIDs = ["padCheck", "dirCheck", "showDialogForMultipleMatches", "useAddress", "emailCollection"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
@ -48,4 +48,12 @@
|
||||
|
||||
</titledbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&emailCollectiontitle.label;"/></title>
|
||||
<html>&emailCollectiontext.label;</html>
|
||||
<checkbox id="emailCollection" value="&emailCollectionenable.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.collect_email_address"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
@ -35,4 +35,7 @@ Rights Reserved.
|
||||
<!ENTITY oneMatch.label "If there is one match in your personal address books:">
|
||||
<!ENTITY useAddress.label "Use the address and do not search in the directory">
|
||||
<!ENTITY useAddress.accesskey "u">
|
||||
<!ENTITY emailCollectiontitle.label "Email Address Collection">
|
||||
<!ENTITY emailCollectiontext.label "Email Address Collection saves the email addresses from your incoming and/or outgoing mail and stores them in a local address book, Collected Addresses.">
|
||||
<!ENTITY emailCollectionenable.label "Enable Email Address Collection">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user