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>
This commit is contained in:
Martin Schumann 2022-10-10 15:13:23 +02:00 committed by Adolfo Jayme Barrientos
parent f726fbc269
commit 42fe257fa4

View file

@ -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