Bug 1801529 - Fix jsdoc comments in mail/modules/DisplayNameUtils.sys.mjs. rs=me

This commit is contained in:
Magnus Melin 2024-07-15 13:54:58 +03:00
Родитель 4b1b0fa36d
Коммит 0f532a5e4d
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -87,9 +87,9 @@ function formatDisplayName(emailAddress, headerDisplayName, context) {
* formatDisplayName, then fall back to the header's display name or the
* address.
*
* @param aHeaderValue The decoded header value (e.g. mime2DecodedAuthor).
* @param aContext The context of the header field (e.g. "to", "from").
* @returns The formatted display name.
* @param {string} aHeaderValue - The decoded header value (e.g. mime2DecodedAuthor).
* @param {string} aContext - The context of the header field (e.g. "to", "from").
* @returns {string} the formatted display name.
*/
function formatDisplayNameList(aHeaderValue, aContext) {
const addresses = MailServices.headerParser.parseDecodedHeader(aHeaderValue);