Java Desktop System Release 2 Ximian Evolution 1.4 User Guide

Mozilla Web Browser

To configure Mozilla so that Evolution does not start when you choose Send Link or Send Page, perform the following steps:

  1. Open one of the following files:

    $HOME/.mozilla/<profilename>/<random>/prefs.js

    Configures Mozilla for an individual user.

    /usr/lib/mozilla-1.4/defaults/pref/all.js

    Configures Mozilla for all users.

  2. Locate the following line in the file:

    pref("network.protocol-handler.external.mailto", true)

    Change this line to the following in the file:

    pref("network.protocol-handler.external.mailto", false)