summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMartin Schumann <mfs@mfs.name>2022-10-10 15:13:23 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-10-10 16:55:54 +0200
commit42fe257fa4d970f58543ca40f5158c04f607bc61 (patch)
tree5ae640bebe249d0d252504f25ee90601fa7cba4f /shell
parentf726fbc2699b05199a8dec3055710a7131e0aad6 (diff)
tdf#151314 add Betterbird to Thunderbird-like mail clients in senddoc.sh
Change-Id: Ie145aba936138968b31f1f89d85ad23ad937a367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141158 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/unix/misc/senddoc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index d4f9b08de89c..c37a2dcf8ed0 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -80,7 +80,7 @@ fi
# autodetect mail client from executable name
case $(basename "$MAILER" | sed 's/-.*$//') in
- iceape | mozilla | netscape | seamonkey | icedove | thunderbird)
+ iceape | mozilla | netscape | seamonkey | icedove | thunderbird | betterbird)
while [ "$1" != "" ]; do
case $1 in
@@ -361,7 +361,7 @@ case $(basename "$MAILER" | sed 's/-.*$//') in
${MAILER} ${TO:+--compose} ${TO:-} ${ATTACH:+--attach} ${ATTACH:-}
;;
- Mail | Thunderbird | *.app )
+ Mail | Thunderbird | Betterbird | *.app )
while [ "$1" != "" ]; do
case $1 in