Debian/Sylpheed

お馴染みな雰囲気の Mail User Agent 。

外部 web browser

設定→全般の設定→その他

mozremote.sh

#!/bin/sh~~
TYPE=firefox~~
MOZILLA=/usr/local/bin/firefox/firefox~~
if ($MOZILLA -a $TYPE -remote "ping()"); then~~
  $MOZILLA -a $TYPE -remote "openurl($1, new-tab)"~~
else~~
  $MOZILLA "$1"~~
fi