[Ubuntu 24.04.1]Thunderbird floods syslog with the subject on every message that is read
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: mcaspi12, Unassigned)
Details
(Whiteboard: [add-on: BiDi Mail UI])
Steps to reproduce:
Read the messages and syslog.
Actual results:
Thunderbird floods syslog with the subject on every message that is read. Here is an example:
moshe@moshe:~$ console.log: "charsetPhaseParams.messageSubject = \u05D0\u05EA\u05D2\u05E8 \u05DE\u05DB\u05DC\u05DC\u05D4 \u05DC\u05D4\u05E0\u05D3\u05E1\u05D4 \u05D5\u05D8\u05DB\u05E0\u05D5\u05DC\u05D5\u05D2\u05D9\u05D4"
console.log: "initial checks for string \u05D0\u05EA\u05D2\u05E8 \u05DE\u05DB\u05DC\u05DC\u05D4 \u05DC\u05D4\u05E0\u05D3\u05E1\u05D4 \u05D5\u05D8\u05DB\u05E0\u05D5\u05DC\u05D5\u05D2\u05D9\u05D4"
console.log: "subject \u05D0\u05EA\u05D2\u05E8 \u05DE\u05DB\u05DC\u05DC\u05D4 \u05DC\u05D4\u05E0\u05D3\u05E1\u05D4 \u05D5\u05D8\u05DB\u05E0\u05D5\u05DC\u05D5\u05D2\u05D9\u05D4 => \u05D0\u05EA\u05D2\u05E8 \u05DE\u05DB\u05DC\u05DC\u05D4 \u05DC\u05D4\u05E0\u05D3\u05E1\u05D4 \u05D5\u05D8\u05DB\u05E0\u05D5\u05DC\u05D5\u05D2\u05D9\u05D4"
It looks like this is the code in bidimailui-messenger.js:127:11 , bidimailui-common.js:157:13 , and bidimailui-common.js:190:11.
Expected results:
I don't see a reason why these lines will be logged in syslog.
Updated•1 year ago
|
Description
•