Re: Mailbox/MailboxNodes
- From: David Pickens <dpickens iaesthetic com>
- To: Knut Neumann <knut neumann uni-duesseldorf de>
- cc: balsa-list gnome org, recipient list not shown: ;
- Subject: Re: Mailbox/MailboxNodes
- Date: Wed, 8 Dec 1999 11:30:23 -0500 (EST)
Hi,
On Wed, 8 Dec 1999, Knut Neumann wrote:
> while I was trying to add a new feature to balsa, I noticed something
> weird: There seems to be no possibility to check, wether an element of
> the mailbox tree is a mailbox or a mailbox node. The funny thing is
> that that should cause severe problems in balsa itself but doesnt.
I haven't really done anything with this side of things, but I assume
you've looked at the struct for Mailbox:
struct _Mailbox
{
GtkObject ojbect;
gboolean ismbnode; /* is also in MailboxNode... used to tell them apart
*/
MailboxType type;
gchar *name;
void *private;
guint open_ref;
...
I have no idea whether anything's done with that boolean, but at least it
exists.:)
David
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]