Re: Mailbox/MailboxNodes



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]