Open
Bug 258887
Opened 21 years ago
Updated 1 years ago
From the command line I can't insert a comma in the message body text created with the body="" command
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: helge.kraak, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: I report from Mac but refer to Windows, the problem is version independent
The comma is being ignored when you enter a text for the message body on the
command line:
Example: thunderbird -compose to='name@domain.com',body="Dear Sir," results
"Dear Sir" without comma. It would be great if you had the possibility for the
comma also. In my case the command line parameters are being filled by a
Starbasic Macro, which gets the parameters from database (salutation, ..).
Reproducible: Always
Steps to Reproduce:
1. Run Thunderbird from the command line, use the following syntax
2. thunderbird -compose to='name@domain.com',body="Dear Sir,"
3.
Expected Results:
Give me a comma, please! :-)
Comment 1•21 years ago
|
||
This is true in MailNews, as well as Thunderbird.
Workaround: Use this command line instead:
tb.exe -compose to='name@domain.com',body="Dear Sir%2C"
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: General → Composition
Ever confirmed: true
Product: Thunderbird → MailNews
Version: unspecified → Trunk
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Assignee: mscott → nobody
QA Contact: composition
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Confirmed in Linux with TB 2.0.0.16. It doesn't just ignore the comma, it ignores everything after it as well.
If the -compose args are: to='address@dot.com',subject="something",body="test,test,test"
It will only yield "test" in the body! This is very bad if you have body="Dear Sir, Please let me tell you how much I hate you," it would only say, "Dear Sir,"
Comment 4•12 years ago
|
||
Confirmed on GNU/Linux with Thunderbird 17.0.6.
See also Bug 882104, which is a relevant request for enhancement.
Comment 5•9 years ago
|
||
Confirming bug still exists with Thunderbird 45.3.
Updated•3 years ago
|
Severity: minor → S4
Comment 6•2 years ago
|
||
Confirming bug still exists with Thunderbird 115.1.0.
You need to log in
before you can comment on or make changes to this bug.
Description
•