diff options
-rwxr-xr-x | shell/source/unix/misc/senddoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index a18562b0ae10..f75e51d851c5 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 |