Bug 271405 Comment 83 Edit History

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

Also, please warn `if (publicAddressPills >= warnPublicRecipientsThreshold)`.
The threshold logic should be "warn if 15 pills or more" when the pref is set to 15.
Also, please warn `if (publicAddressPills.length >= warnPublicRecipientsThreshold)`.
The threshold logic should be "warn if 15 pills or more" when the pref is set to 15.

Back to Bug 271405 Comment 83