summaryrefslogtreecommitdiff
path: root/amiga/fetch_mailto.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
| | | | svn path=/trunk/netsurf/; revision=10149
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
| | | | | | about:blank extensively. svn path=/trunk/netsurf/; revision=10129
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
| | | | | | | launch-handler in particular can be coerced into opening things like news: just by creating a new config file as ENVARC:launch-handler/URL/NEWS.LH svn path=/trunk/netsurf/; revision=10106
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-161-1/+17
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* Handle mailto: URLs through gui_launch_url()Chris Young2009-01-101-216/+8
| | | | svn path=/trunk/netsurf/; revision=6022
* Remove error pageChris Young2008-12-141-4/+3
| | | | svn path=/trunk/netsurf/; revision=5912
* Minor mailto: improvements and infoChris Young2008-12-141-69/+16
| | | | svn path=/trunk/netsurf/; revision=5911
* First attempt at mailto: fetcher using openurl.library.Chris Young2008-12-131-0/+318
Doesn't quite work properly because it never calls the callback :) Probably also gets into an infinite loop if "send mailto: URLs to email application" is not ticked in OpenURL Prefs. svn path=/trunk/netsurf/; revision=5910