#!/bin/sh

# 05-12-2003  Alex Duggan  <aldug@astrolinux.com
# Quick hack to install the 3 gconf keys needed to set the mailto: handler for evolution

gconftool-2 -s /desktop/gnome/url-handlers/mailto/command -t string "evolution-1.3 %s"
gconftool-2 -s /desktop/gnome/url-handlers/mailto/need-terminal -tbool 0
gconftool-2 -s /desktop/gnome/url-handlers/mailto/enabled -tbool 1

