mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode account creation
This commit is contained in:
parent
0641178442
commit
8c31c0427a
4 changed files with 6 additions and 6 deletions
|
|
@ -153,7 +153,7 @@
|
|||
<spacer id="CreateAccount.spacer" flex="1" collapsed="true"/>
|
||||
<row id="CreateAccount" class="acctCentralRow" collapsed="true">
|
||||
<hbox>
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
<label class="acctCentralText"
|
||||
value="&newAcct.label;"
|
||||
chromedir="&locale.dir;"/>
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
#endif
|
||||
</hbox>
|
||||
</row>
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
<row id="CreateAccounts" class="acctCentralRow" collapsed="true">
|
||||
<vbox id="CreateAccountsList">
|
||||
<label id="CreateAccountMail"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<treechildren id="account-tree-children"/>
|
||||
</tree>
|
||||
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
<button id="accountActionsButton" type="menu"
|
||||
label="&accountActionsButton.label;"
|
||||
accesskey="&accountActionsButton.accesskey;">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<wizard id="AccountWizard" title="&windowTitle.label;"
|
||||
onwizardcancel="return onCancel();"
|
||||
onwizardfinish="return FinishAccount();"
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
onload="onAccountWizardLoad(); initAccountWizardTB(window.arguments);"
|
||||
#else
|
||||
onload="onAccountWizardLoad();"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<label control="acctyperadio">&accountTypeDirections.label;</label>
|
||||
<separator/>
|
||||
<radiogroup id="acctyperadio" >
|
||||
#ifndef MOZ_THUNDERBIRD
|
||||
#if !defined(MOZ_THUNDERBIRD) || !defined(HYPE_ICEDOVE)
|
||||
<radio id="mailaccount" value="mailaccount"
|
||||
label="&accountTypeMail.label;" accesskey="&accountTypeMail.accesskey;"
|
||||
selected="true"/>
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ messenger.jar:
|
|||
content/messenger/smtpEditOverlay.js (base/prefs/content/smtpEditOverlay.js)
|
||||
content/messenger/removeAccount.xul (base/prefs/content/removeAccount.xul)
|
||||
content/messenger/removeAccount.js (base/prefs/content/removeAccount.js)
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
content/messenger/accountcreation/accountConfig.js (base/prefs/content/accountcreation/accountConfig.js)
|
||||
content/messenger/accountcreation/createInBackend.js (base/prefs/content/accountcreation/createInBackend.js)
|
||||
content/messenger/accountcreation/emailWizard.js (base/prefs/content/accountcreation/emailWizard.js)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue