https://bugs.documentfoundation.org/show_bug.cgi?id=162632

--- Comment #12 from Buovjaga <[email protected]> ---
Assuming that "mailto:"; in conjunction with "attachment" has something to do
with this, the Windows side of the code also needs a rework. Some notes:

shell/source/win32/simplemail/senddoc.cxx: this seems to get built into
senddoc.exe, which like it's Linux counterpart takes arguments from the
internal code such as --to and --attach

shell/source/win32/simplemail/smplmailclient.cxx: this passes the arguments to
senddoc.exe

shell/source/cmdmail/cmdmailsuppl.cxx: I'm guessing this passes the arguments
to shell/source/unix/misc/senddoc.sh At least I could not find anything else
that would do it.

The code in all the programs should be reworked, so there is never a case where
mailto: is used together with the attachment parameter. This is a bit tedious
work as the senddoc programs support several email applications.

I don't know what would be the best approach to disentangle the "to" and
attachment in case of xdg-email. Always just have an empty "to" in case of
xdg-email? We are always sending docs after all, so attachment will always be
present. And where do we have UI where the recipients are filled? How broadly
are these senddoc programs used?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to