I`ve installed GBuffy on NetBSD 4.0 from the source.
GBuffy dont show me new mail on my IMAP Server.
Here is my Config:
{
mailboxes = (
{
type = imap;
title = Eingang;
path = "";
command = "xterm -e mutt ";
server = zoolook.msaitov.local;
port = 143;
ssl = 0;
login = menuhin;
}
);
vertical = false;
polltime = 10;
rows = 1;
maildir = "/home/menuhin/Mail";
}
Thx in Advance
Menuhin