> I use GKrellM to check if there is any new mail fetched by Evo on my POP > server, and it works nice. Now I'd like to do that too for my IMAP > account, but as it is kept distant I don't think there is an equivalent > for the '/home/alex/evolution/local/Inbox/mbox' produced for my POP > account, is there?
Nope, there isn't a mbox file on your local machine, as it resides on the IMAP server. However: Evolution does store some data locally (at least for offline marked folders) under the ~/evolution/mail/imap/ hirarchy. It looks pretty much like MH mail format (at least GKrellM automatically recognizes it as such). By a quick GKrellM told be, all mails are *not* read... > How can I achieve that? (I want to let only Evo check the mail account, > and GKrellM to check the files produced by Evo). GKrellM can handle IMAP accounts... ;) > PS: any plans for a systray notification icon? Yep, this is planned for the forthcoming 2.0 release: http://www.gnome.org/bounties/Mailer.php3#127516 ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
