Thunderbird doesn't accept attachment filename command line arguments correctly when it is already running.
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: a101795, Unassigned)
References
Details
Comment 3•14 years ago
|
||
Comment 5•14 years ago
|
||
Comment 7•14 years ago
|
||
Updated•14 years ago
|
Comment 8•14 years ago
|
||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Updated•13 years ago
|
Comment 11•6 years ago
|
||
Another old and probably invalid bug. Not that it wasn't valid at the time.
If no one objects I'll be closing this on the 20th of May
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Before closing such a bug, it would be helpful to test it. Given the paths mentioned in comment #0, I tried this on Windows with no problem:
"C:\Program Files\Mozilla Thunderbird 60\thunderbird.exe" -compose to='mozilla@thunderbird.com',subject='This is a test',attachment='d:\Desktop\BVG-Preise-2016.pdf,d:\Desktop\ätreeherder.txt'
Note the Umlaut ä which is on the local ANSI codepage windows-1252 for my system. It even works with:
"C:\Program Files\Mozilla Thunderbird 60\thunderbird.exe" -compose to='mozilla@thunderbird.com',subject='This is a test',attachment='d:\Desktop\BVG-Preise-2016.pdf,d:\Desktop\Πtreeherder.txt'
Note the "Π".
It even works with
D:\Desktop>"C:\Program Files\Mozilla Thunderbird 60\thunderbird.exe" -compose to='mozilla@thunderbird.com',subject='This is a test',attachment='d:\Desktop\BVG-Preise-2016.pdf,d:\Desktop\テtreeherder.txt'
and the Japanese character is most certainly not on the local ANSI codepage.
So whatever didn't work in 2011 works now.
Description
•