mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Bug 342632 - Allow defaultAccount to return success with nullptr result when there is no usable account.
Tag #1273
This commit is contained in:
parent
07b587d4ed
commit
af2693fe73
11 changed files with 121 additions and 101 deletions
|
|
@ -71,9 +71,13 @@ interface nsIMsgAccountManager : nsISupports {
|
|||
|
||||
/* account list stuff */
|
||||
|
||||
/* defaultAccount should always be set if there are any accounts
|
||||
* in the account manager. You can only set the defaultAccount to an
|
||||
* account already in the account manager */
|
||||
/**
|
||||
* Returns the account that was marked as the default one.
|
||||
* Only some server types can serve as default account.
|
||||
* If there is no such account, null is returned.
|
||||
* You can only set the defaultAccount to an
|
||||
* account already in the account manager.
|
||||
*/
|
||||
attribute nsIMsgAccount defaultAccount;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue