diff options
author | Peter Tillemans <pti@snamellit.com> | 2012-06-26 12:20:36 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-26 12:21:10 +0100 |
commit | 60845a6d213f7e84857608f828dbbfd5d1c69e58 (patch) | |
tree | da4ee89895c604663718d4326d5eef4c25a6c9ae /shell | |
parent | e559fb28bbe65d98a7dcb4160db152d606332faa (diff) |
enable gnome-mail and xdg-mail
Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a
Diffstat (limited to 'shell')
-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 |