mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07: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
|
|
@ -50,8 +50,10 @@ AccountConfig.prototype =
|
|||
*/
|
||||
incomingAlternatives : null,
|
||||
outgoingAlternatives : null,
|
||||
#ifdef MOZ_MAILNEWS_OAUTH2
|
||||
// OAuth2 configuration, if needed.
|
||||
oauthSettings : null,
|
||||
#endif
|
||||
// just an internal string to refer to this. Do not show to user.
|
||||
id : null,
|
||||
// who created the config.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue