[Libreoffice-commits] .: shell/source
Michael Meeks
michael at kemper.freedesktop.org
Tue Jun 26 04:23:10 PDT 2012
shell/source/unix/misc/senddoc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 60845a6d213f7e84857608f828dbbfd5d1c69e58
Author: Peter Tillemans <pti at snamellit.com>
Date: Tue Jun 26 12:20:36 2012 +0100
enable gnome-mail and xdg-mail
Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index a18562b..f75e51d 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -208,7 +208,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in
rm -f $BODY
;;
- evolution)
+ evolution | gnome | xdg) # NB. shortened from the dash on
while [ "$1" != "" ]; do
case $1 in
More information about the Libreoffice-commits
mailing list