mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
change boolean to integer (same C++ storage size, so no other changes needed)
(no reviewer, this is trivial as it was already being used as an integer)
This commit is contained in:
parent
1b23366994
commit
b8ee80483c
@ -30,7 +30,7 @@ interface nsIPop3IncomingServer : nsISupports {
|
||||
attribute boolean authLogin;
|
||||
attribute boolean dotFix;
|
||||
attribute boolean limitMessageSize;
|
||||
attribute boolean maxMessageSize;
|
||||
attribute long maxMessageSize;
|
||||
attribute unsigned long pop3CapabilityFlags;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user