Home
last modified time | relevance | path

Searched refs:mailer (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/shell/source/unix/misc/
H A Dopen-url.sh70 mailer=`which xdg-email`
71 if [ ! -z "$mailer" ]; then
72 $mailer "$1" &
82 mailer=`which $i`
83 if [ ! -z "$mailer" ]; then
84 run_mozilla "$mailer" "$1"

Completed in 11 milliseconds