From 81e9b4c0e24d1b70e3fefbefc6ac81aad049670d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 23 May 2022 17:10:02 +0200 Subject: [PATCH] Add activation token parameter to Email portal This may be needed by the email client to function properly --- data/org.freedesktop.impl.portal.Email.xml | 6 ++++++ data/org.freedesktop.portal.Email.xml | 10 +++++++++- src/email.c | 5 +++-- tests/test-portals.c | 2 +- tests/test_email.py | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/data/org.freedesktop.impl.portal.Email.xml b/data/org.freedesktop.impl.portal.Email.xml index 4fdd2400e..d95879801 100644 --- a/data/org.freedesktop.impl.portal.Email.xml +++ b/data/org.freedesktop.impl.portal.Email.xml @@ -81,6 +81,12 @@ The uris for files to attach. + + activation_token s + + A token that can be used to activate the chosen application. + + --> diff --git a/data/org.freedesktop.portal.Email.xml b/data/org.freedesktop.portal.Email.xml index 39959e3f7..98e79da49 100644 --- a/data/org.freedesktop.portal.Email.xml +++ b/data/org.freedesktop.portal.Email.xml @@ -26,7 +26,7 @@ This simple portal lets sandboxed applications request to send an email, optionally providing an address, subject, body and attachments. - This documentation describes version 3 of this interface. + This documentation describes version 4 of this interface. -->