Bug 1359410 Comment 29 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's a patch with the C++ comment reinstated. The r+ is only for the extra MailExtensions.

Geoff: the API is crafted to i) perform proper input validation to avoid inconsistent states and ii) to prevent clients from doing something nonsensical, e.g. leaving `accounts.ordered = false` but still setting the order of accounts (which will not produce the intended results). 

Hope this helps.
Here's a patch with the C++ comment reinstated. The r? is only for the extra MailExtensions.

Geoff: the API is crafted to i) perform proper input validation to avoid inconsistent states and ii) to prevent clients from doing something nonsensical, e.g. leaving `accounts.ordered = false` but still setting the order of accounts (which will not produce the intended results). 

Hope this helps.

Back to Bug 1359410 Comment 29