shell/source/unix/misc/senddoc.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 42fe257fa4d970f58543ca40f5158c04f607bc61
Author:     Martin Schumann <m...@mfs.name>
AuthorDate: Mon Oct 10 15:13:23 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Oct 10 16:55:54 2022 +0200

    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 <sberg...@redhat.com>
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

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

Reply via email to