summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-05-19 21:24:52 +0000
committerThomas Backlund <tmb@mageia.org>2012-05-19 21:24:52 +0000
commitf1307338ef395b8810ae80d9861abb036ace44ee (patch)
treedf1065aa83e3e9bc8d1e7aab3df216f4deaca113
parent860723ec33107eddbf74515c0b51770b2e1f7005 (diff)
downloaddraklive-config-f1307338ef395b8810ae80d9861abb036ace44ee.tar
draklive-config-f1307338ef395b8810ae80d9861abb036ace44ee.tar.gz
draklive-config-f1307338ef395b8810ae80d9861abb036ace44ee.tar.bz2
draklive-config-f1307338ef395b8810ae80d9861abb036ace44ee.tar.xz
draklive-config-f1307338ef395b8810ae80d9861abb036ace44ee.zip
mozilla-thunderbird is now thunderbird
-rwxr-xr-xfiles/xdg-email-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/xdg-email-hook.sh b/files/xdg-email-hook.sh
index 2ad2dc3..254ba27 100755
--- a/files/xdg-email-hook.sh
+++ b/files/xdg-email-hook.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-[ -z "$MAILER" ] && MAILER=`which mozilla-thunderbird 2> /dev/null`
+[ -z "$MAILER" ] && MAILER=`which thunderbird 2> /dev/null`
[ -z "$MAILER" ] && MAILER=/usr/bin/xdg-email
exec $MAILER $@