summaryrefslogtreecommitdiffstats
path: root/mandriva/2010.2/kdepim/kdepim-3.2-kontact-kmail.sh
blob: f118d3c6edf049e099ecc23bcd8b7eb1b29384e4 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -x /usr/bin/kontact ] && [ ! -z $(/sbin/pidof kontact) ]; then
		kontact --module kmail 
else
		kmail $*
fi