On Sat, May 21, 2011 at 04:22:16PM -0700, Robert Holtzman wrote: > Running Squeeze and Mutt 1.5.21-4~bpo60+1 with urlscan. Ctl-b shows the > URLs but clicking one opens the Epiphany browser. Searches haven't > turned up a way to call Iceweasel
As per urlscan(1) it calls sensible-browser(1) on the url. So to change the default, you set the BROWSER variable in mutts environment, eg. for bash: BROWSER=iceweasel mutt or export BROWSER=iceweasel mutt [...] -- best regards Thor Andreassen
