Open Bug 258887 Opened 20 years ago Updated 5 months 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)

x86
Windows 2000
defect

Tracking

(Not tracked)

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! :-)
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
Product: MailNews → Core
Assignee: mscott → nobody
QA Contact: composition
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,"
Confirmed on GNU/Linux with Thunderbird 17.0.6.

See also Bug 882104, which is a relevant request for enhancement.
Confirming bug still exists with Thunderbird 45.3.
Severity: minor → S4

Confirming bug still exists with Thunderbird 115.1.0.

See Also: → 900117
You need to log in before you can comment on or make changes to this bug.