aboutsummaryrefslogtreecommitdiffstats
path: root/po/LINGUAS
blob: e6a0a8f2c72cf3f0f23fac7e3eef5d08ddeefdf9 (plain)
1
2
# available languages:
ca cs da de el en_GB es fi fr gl id it ja nl pl pt_BR ru sk sq tr vi zh_CN
.Integer.Long */
#	~/.bash_login
#

#	Start Fetchmail up when I Login.
#
#	TDEV=my PRESENT terminal device IE: ttyp2, tty5, ....
#
export TDEV=`tty | sed -n -e "s#/dev/##p"`
#
if [ ! -s ~/.fetchmail ]; then
    /usr/local/bin/fetchmail -d 300
    echo "owner" >.fetchmail.$TDEV
else
    echo "notowner" >.fetchmail.$TDEV
fi
# END of Fetchmail startup