Kaydet (Commit) e63e3e1d authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS cloph03 (1.9.22); FILE MERGED

2006/10/13 16:05:03 cloph 1.9.22.3: RESYNC: (1.9-1.10); FILE MERGED
2006/04/22 12:57:33 cloph 1.9.22.2: Issue number: #i64151#
Submitted by: cloph
seamonkey is licenced MPL, not NPL as mozilla, adapt the grep accordingly
2006/04/12 21:29:57 cloph 1.9.22.1: Issue number: #i64151#
Submitted by: cloph
Add support for seamonkey as e-mail client (linux)
üst 97755f52
......@@ -24,7 +24,7 @@ run_mozilla() {
moz=$1
fi
if file "$moz" | grep "script" > /dev/null && grep "NPL" "$moz" > /dev/null; then
if file "$moz" | grep "script" > /dev/null && grep "[NM]PL" "$moz" > /dev/null; then
"$moz" -remote 'ping()' 2>/dev/null >/dev/null
if [ $? -eq 2 ]; then
"$1" -compose "$2" &
......@@ -94,7 +94,7 @@ fi
# autodetect mail client from executable name
case `basename "$MAILER" | sed 's/-.*$//'` in
mozilla | netscape | thunderbird)
mozilla | netscape | seamonkey | thunderbird)
while [ "$1" != "" ]; do
case $1 in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment