On Sun, Feb 19, 2017 at 12:24:51PM +0100, Carsten Schoenert wrote: > without feedback it's obviously impossible to solve this report. > I'll close the report then now. The command line option '-compose' is > working so far with the fix from Daniel.
Having this same problem with nautilus-sendto: https://bugs.debian.org/855449 nautilus-sendto calls icedove/thunderbird as "/usr/bin/icedove -compose attachment='file:///tmp/attachment'" when trying to email a file. This no longer works with the new thunderbird. However, after applying the patch in https://bugs.debian.org/855334, it will work if the command is changed to "/usr/bin/icedove -- -compose attachment='file:///tmp/attachment'". Is this the recommended way to do it now? Debian's icedove/thunderbird is going to now require "--" before any options?