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

Adapt to use the new version of ComposeEmail from the Email portal #3

Closed mariospr closed 7 years ago

mariospr commented 7 years ago

Similar to what it was reported in #1, the ComposeEmail method of this portal will stop handling file:// URIs directly, and will now require passing a list of file descriptors instead, meaning that the implementation https://github.com/flatpak/flatpak-xdg-utils/blob/master/src/xdg-email.c will need to be updated accordingly.

mariospr commented 7 years ago

See https://github.com/flatpak/xdg-desktop-portal/issues/118