pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
250 stars 32 forks source link

Use xdg-open to open default mail client #218

Open poperigby opened 3 years ago

poperigby commented 3 years ago

I think mailnag should rely on xdg-open to open the application associated with the x-scheme-handler/mailto mimetype. This would provide a good DE independent method for opening the correct client. I believe both Plasma and GNOME use XDG to set their default applications anyway, so it shouldn't be a big change.