summaryrefslogtreecommitdiffstats
path: root/trunk/files/xdg-email-hook.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/files/xdg-email-hook.sh')
-rwxr-xr-xtrunk/files/xdg-email-hook.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/trunk/files/xdg-email-hook.sh b/trunk/files/xdg-email-hook.sh
deleted file mode 100755
index 2ad2dc3..0000000
--- a/trunk/files/xdg-email-hook.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -z "$MAILER" ] && MAILER=`which mozilla-thunderbird 2> /dev/null`
-[ -z "$MAILER" ] && MAILER=/usr/bin/xdg-email
-exec $MAILER $@