Closed smcv closed 4 years ago
Do you know of users in the wild using a mailto: url for xdg-email ?
The documentation and --help
were my only reference, but https://codesearch.debian.net/search?q=xdg-email.*mailto%3A says jami (formerly ring) also uses mailto:
.
For what it is worth, Chromium also calls xdg-email with a mailto: URI:
https://github.com/chromium/chromium/blob/master/chrome/browser/platform_util_linux.cc#L187
So that probably extends to some Electron apps too.
The reference xdg-email(1) is documented as accepting these as equivalent:
but I don't see any code in xdg-email to handle the latter.