GNOME Bugzilla – Bug 144224
wrong context menu on mailto: links
Last modified: 2004-12-22 21:47:04 UTC
On a mailto: link, the context menu is the normal link popup, which offers Open In New [Tab|Window], Download Link and Save Link As, all of which should not be there. IMHO it should only offer Open Link (or maybe better something like "Write mail to...") and Copy Email Address. (But noticed by Crispin)
Created attachment 31240 [details] [review] implementation Marco, ok to commit?
Looks good but I dont see the reason of the update_edit_button_sensitivity ?
I think you need to add a Copy item like in the link context menu. It's necessary for when links are selected. (that's the reason of the update_). Then please commit.
Added the Copy item to the email link popup, and committed.