This is irritating.
Is there a setting to change? It seems many apps use something called a
"Mailto protocoll," which I know nothing of ...
--
Beartooth Implacable, PhD, Neo-Redneck Linux Convert
What do they know of country, who only country know?
> When I try to set another application to use Pine for sending email,
> it either fails, or shows up with "Mailto:" in the start of the To:
> field
In whatever application you are configuring to use Pine, instead of
setting the mail application to "pine", try setting it to "pine -url"
--
Gopi Sundaram
http://www.zrox.net/Mail/Pine/
Here is how to do it from firefox to pine in Linux:
In the directory where your prefs.js file is, add the following line to
your user.js file (or create that file if it doesn't exist):
user_pref("network.protocol-handler.app.mailto","/path_to/xmailto_script");
Executable script contains:
#! /bin/sh
rxvt_or_xterm -lots_of_options -e pine -url "$*" &