diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-19 21:24:52 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-19 21:24:52 +0000 |
commit | f1307338ef395b8810ae80d9861abb036ace44ee (patch) | |
tree | df1065aa83e3e9bc8d1e7aab3df216f4deaca113 /files/xdg-email-hook.sh | |
parent | 860723ec33107eddbf74515c0b51770b2e1f7005 (diff) | |
download | draklive-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
Diffstat (limited to 'files/xdg-email-hook.sh')
-rwxr-xr-x | files/xdg-email-hook.sh | 2 |
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 $@ |