I want to use my graphical browser to look at web pages included in mail.
There is a utility called urlview that is included with the mutt mail package. urlview reads the mail message and extracts any url's it finds, urlview is also called by premvet to extract any links to the manual from the release notes. By default, urlview will call lynx the character based web browser.
It is possible to alter this default.
Create a file in your home directory called .urlview and
add in the line COMMAND command-to-use.
If you are using anita and want to have it call your default windows browser then you would use:
COMMAND echo "\033[30;0y%s\033\134\c"
You can set COMMAND to be any valid browser command, the %s will be replaced by the url.