mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support
Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected.
This commit is contained in:
parent
971009881c
commit
1531d6498d
27 changed files with 193 additions and 23 deletions
|
|
@ -309,7 +309,9 @@
|
|||
<menuitem id="in-authMethod-password-encrypted" value="4"/>
|
||||
<menuitem id="in-authMethod-kerberos" value="5"/>
|
||||
<menuitem id="in-authMethod-ntlm" value="6"/>
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
<menuitem id="in-authMethod-oauth2" value="10" hidden="true"/>
|
||||
#endif
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</row>
|
||||
|
|
@ -359,7 +361,9 @@
|
|||
<menuitem id="out-authMethod-password-encrypted" value="4"/>
|
||||
<menuitem id="out-authMethod-kerberos" value="5"/>
|
||||
<menuitem id="out-authMethod-ntlm" value="6"/>
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
<menuitem id="out-authMethod-oauth2" value="10" hidden="true"/>
|
||||
#endif
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue