David Steele
David Steele
Too much of a kluge to formalize as a configuration parameter. If you want to go it alone, the URLs are generated in the *_gmail_url() methods in gnomegmail.py.
I'd suggest reverting to a [version](https://davesteele.github.io/gnome-gmail/archive.html) that works for you, and dropping the gnome-gmail repository from sources.
I don't have access to a Fedora installation. Someone with that environment will need to run it to ground. The lifetime of the 'screen' object up to the point of...
I was using maintainer speak, for the guy who may fix this.
The Fedora bug list for gnome-gmail can be accessed [here](https://apps.fedoraproject.org/packages/gnome-gmail/bugs)
This is actually intentional. URL decoding maps pluses to spaces. Mailto URLs in the wild often count on the plus being interpreted as a space.
I believe so. More specifically, the script [senddoc.sh](https://github.com/LibreOffice/core/blob/master/shell/source/unix/misc/senddoc.sh). Though gnome-gmail's [handling of escapes](https://github.com/davesteele/gnome-gmail/blob/master/gnomegmail.py#L511) could use a closer look.
That behavior can be set in the configuration file ~/.config/gnome-gmail/gnome-gmail.conf
Set it to the 'default' listed in the configuration header, and it should revert to the old behavior.
The GMail API requires a well-formed mailto link - e,g, the difference between "gnome-gmail [mailto:[email protected]](mailto:[email protected])" and "gnome-gmail [mailto:joe](mailto:joe)". The latter will result in a 400 error. What does the mailto...