flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
32 stars 14 forks source link

xdg-email: Send attachments using the correct option name and type #51

Closed smcv closed 3 years ago

smcv commented 3 years ago

xdg-desktop-portal 0.9 switched from attachments as an array of URIs to attachment_fds as an array of fds, but flatpak-xdg-utils 1.0.0 switched from attachments as an array of URIs to attachments as an array of ints (not fds!), resulting in failure to interoperate.

Fixes: f8ed903c "email: Pass attachments as fds"
Resolves: #50