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:
parent
f726fbc269
commit
42fe257fa4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue