Closed
Bug 357665
Opened 19 years ago
Closed 17 years ago
Command line launch problem with --compose option syntax
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jjorge, Unassigned)
Details
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; i686; fr) KHTML/3.5.5 (like Gecko) (Debian)
Build Identifier:
Command line launch problem (could be related to bug #316177). the compose option doesn't accept the to: option as first element. Example : the line
thunderbird --compose to:ff@example.com,subject=ss
isn't accepted. This one is accepted, as a workaround :
thunderbird --compose subject=ss,to:ff@example.com
but both should work !
Reproducible: Always
Steps to Reproduce:
1.launch thunderbird --compose to:ff@example.com,subject=ss
Actual Results:
mail window has nothing, or thunderbird says to: is not a recognised protocol
Expected Results:
a new mail to the adress indicated
Updated•17 years ago
|
Assignee: mscott → nobody
Comment 1•17 years ago
|
||
correct syntax is to=
for example thunderbird --compose to=ff@example.com,subject=ss
=> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•