GNOME Bugzilla – Bug 701357
nautilus-sendto doesn't provide a way of finding out whether a mailer is actually available
Last modified: 2013-06-27 09:44:20 UTC
There is no way for an application using nautilus-sendto to know whether there is a supported mailer installed on the system. This causes some gnome applications using it to misbehave (Nautilus, Cheese etc.).
Created attachment 245727 [details] This my proposed fix for this issue
Created attachment 245729 [details] [review] My proposed implementation of this feature
Created attachment 245753 [details] [review] Proposed implementation of check mailer feature
Review of attachment 245753 [details] [review]: You can look up the default handler for mailto in the caller, much easier than calling out to nautilus-sendto. Especially when you have 1 line of code that's necessary in that function.
The problem should be solved in each application, such as evince so closing as a dupe of the evince bug. *** This bug has been marked as a duplicate of bug 701654 ***