x11 {
	beep no
	on_mouse_left 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_mouse_right echo "Right mouse button pressed" &
	on_mouse_middle echo "Middle mouse button pressed" &
	on_new_mail cat /home/albert/.asmail/clink.au > /dev/audio &
	shape no
	stat {
		each yes
		total yes
		status yes
		old yes
		new yes
		delimiter " "
		x 5
		y 2
		font -*-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*
		color black
	}
	animate {
		refresh 10
		nomail /home/albert/.asmail/e-no.xpm
		old /home/albert/.asmail/cloud-e/e0.xpm
		new /home/albert/.asmail/cloud-e/e1.xpm
		new /home/albert/.asmail/cloud-e/e2.xpm
		new /home/albert/.asmail/cloud-e/e3.xpm
		new /home/albert/.asmail/cloud-e/e4.xpm
		new /home/albert/.asmail/cloud-e/e5.xpm
		new /home/albert/.asmail/cloud-e/e6.xpm
		new /home/albert/.asmail/cloud-e/e7.xpm
		new /home/albert/.asmail/cloud-e/e8.xpm
		new /home/albert/.asmail/cloud-e/e9.xpm
		new /home/albert/.asmail/cloud-e/e10.xpm
		new /home/albert/.asmail/cloud-e/e11.xpm
		new /home/albert/.asmail/cloud-e/e12.xpm
		new /home/albert/.asmail/cloud-e/e13.xpm
		new /home/albert/.asmail/cloud-e/e14.xpm
		new /home/albert/.asmail/cloud-e/e15.xpm
		new /home/albert/.asmail/cloud-e/e16.xpm
		new /home/albert/.asmail/cloud-e/e17.xpm
		new /home/albert/.asmail/cloud-e/e18.xpm
		new /home/albert/.asmail/cloud-e/e19.xpm
		new /home/albert/.asmail/cloud-e/e20.xpm
		new /home/albert/.asmail/cloud-e/e21.xpm
		new /home/albert/.asmail/cloud-e/e22.xpm
		new /home/albert/.asmail/cloud-e/e23.xpm
		new /home/albert/.asmail/cloud-e/e24.xpm
		new /home/albert/.asmail/cloud-e/e25.xpm
		new /home/albert/.asmail/cloud-e/e26.xpm
		new /home/albert/.asmail/cloud-e/e27.xpm
		new /home/albert/.asmail/cloud-e/e28.xpm
		new /home/albert/.asmail/cloud-e/e29.xpm
		new /home/albert/.asmail/cloud-e/e30.xpm
	}
}

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

mailbox {
	type maildir
	file /home/albert/MailDir
	update 5
}

mailbox {
	type pop3
	auth plain md5
	server localhost
	user albert
	password yourpassword
	update 20
	timeout 30
}

mailbox {
	type imap
	server example.org
	user albert 
	password yourpassword
	update 10
	timeout 120
}

