x11 {
	beep no
	refresh 10
	on_click aterm -geometry 80x35 -bg wheat -vb -fn -cronyx-fixed-medium-r-semicondensed--13-120-75-75-c-60-koi8-r -title "pine: albert" -n "pine: albert" -e bash -c ~/bin/pine &
	on_new_mail cat /home/albert/.asmail/clink.au > /dev/audio &
	#AnimationSpeed  10	10	5
	shape no
	lockshape yes
#	msg_num_mode 1
#	msg_num_position 10 47
#	msg_num_font -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
}

mailbox {
	type pop3
	auth plain md5 ssl
	server example.com 
	user your_name
	password your_pass
	update 20
}

mailbox {
	type imap
	server example.com
	user your_name 
	password your_pass
	update 10
}

mailbox {
	type mbox
	file /var/spool/mail/albert
	update 5
	unread-is-new no
}

