Re: [CSCMail-Users] (no subject)
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2001-12-06 22:36:14
|
Ok, so your layout should look something like this: Folders --Inbox --ISP Lists ----ISP-Equip --RedHat Lists ----RedHat Announce --Misc Lists ----Pronto ----NNTP Cache ----FishCart ----CSC Mail ----NCA ----Video4Linux ----IC Radius --Search --PC Services ----Wireless Info ----Credit Card ----Quotes ----Orders ----Wireless Orders ----Airport --Misc Stuff ----Stuff I Want To Do ----Reference ----Old ----Internic --Logs ----Scans ----Root-russellks ----City Firewall --Outbox --Deleted Items --Drafts --Sent Items --Bounced email ??? There is a break in the folder flow between Drafts and Sent Items... I am sure this is due to the buggy folder ordering system in earlier versions of CSCMail... issue this SQL command and see if it fixes things: update boxlist set sibling = 3 where id = 5; Essentially, for any branch of the tree, only ONE folder at that branch should have sibling == NULL, all other folders at that branch need to have sibling pointing at the folder directly beneath them in the layout. (ie: Inbox.sibling == ISP Lists, ISP Lists.sibling == RedHat Lists, etc... down to the last folder, Bounced email.sibling == NULL) Having two folders in the same branch with a sibling == NULL produces undefined behavior (apparently, it crashes! hehe) The old version of CSCMail (pre 1.7.10) used a slightly different folder ordering scheme, one that really shouldn't have ever worked for anyone, but somehow seemed to work ok for non-complex folder trees. However, once the folder tree structure grew in complexity, the old system would produce fairly random folder ordering... it would also introduce wierdness like multiple folders in a branch having invalid siblings (or the same sibling) ... the new code won't do that, but in a migration scenerio, the state of the old DB may be invalid... Let me know if that solves it... as for the GDK errors, I am not sure, but please let me know if CSCMail works even with the GDK errors... -CZ ----- Original Message ----- From: Homer Parker <hp...@ho...> To: Count Zero <cou...@cy...> Cc: <csc...@li...> Sent: Thursday, December 06, 2001 3:00 PM Subject: Re: [CSCMail-Users] (no subject) > On Thu, 6 Dec 2001 14:43:31 -0500 > "Count Zero" <cou...@cy...> wrote: > > > very odd... if you don't mind, do me a favor, and send me the results of > the > > following SQL query: > > > > select * from boxlist; > > hparker=# select * from boxlist; > id | name | sibling | parent | query | body | type > -----+--------------------+---------+--------+-------+------+-------- > 18 | FishCart | 16 | 33 | | | local > 20 | NNTP Cache | 18 | 33 | | | local > 24 | Pronto | 20 | 33 | | | local > 11 | Video4Linux | 9 | 33 | | | local > 25 | Quotes | 22 | 23 | | | local > 17 | Credit Card | 25 | 23 | | | local > 30 | Wireless Info | 17 | 23 | | | local > 21 | Old | 19 | 34 | | | local > 27 | Reference | 21 | 34 | | | local > 28 | Scans | 10 | 31 | | | local > 29 | Stuff I Want To Do | 27 | 34 | | | local > 22 | Orders | 37 | 23 | | | local > 37 | Wireless Orders | 38 | 23 | | | local > 35 | NCA | 11 | 33 | | | local > 10 | Root-russellks | 13 | 31 | | | local > 16 | CSC Mail | 35 | 33 | | | local > 2 | Outbox | 4 | 0 | | | local > 3 | Sent Items | 8 | 0 | | | local > 1 | Inbox | 12 | 0 | | | local > 12 | ISP Lists | 32 | 0 | | | local > 32 | RedHat Lists | 33 | 0 | | | local > 23 | PC Services | 34 | 0 | | | local > 34 | Misc Stuff | 31 | 0 | | | local > 31 | Logs | 2 | 0 | | | local > 33 | Misc Lists | 100 | 0 | | | local > 4 | Deleted Items | 5 | 0 | | | local > 100 | Search | 23 | 0 | | | search > 0 | Folders | | -1 | | | local > 8 | Bounced email | | 0 | | | local > 9 | IC Radius | | 33 | | | local > 6 | ISP-Equip | | 12 | | | local > 19 | Internic | | 34 | | | local > 26 | RedHat Announce | | 32 | | | local > 13 | City Firewall | | 31 | | | local > 38 | Airport | | 23 | | | local > 5 | Drafts | | 0 | | | local > (36 rows) > > hparker=# > > > > It will help me debug this further. As for the Gdk-Image stuff from > line > > 49, that is occuring when I am initializing the Gdk::Rgb engine, so is > most > > likely either a bug in your current Gtk-Theme, or some sort of Gtk::Perl > > glitch... What theme are you running, and what versions of Gtk+ and > > Gtk::Perl are you running? > > > > cpan> i Gtk > Module id = Gtk > DESCRIPTION binding of the Gtk library used by GIMP > CPAN_USERID LUPUS (Paolo Molaro <lu...@de...>) > CPAN_VERSION 0.7008 > CPAN_FILE L/LU/LUPUS/Gtk-Perl-0.7008.tar.gz > DSLI_STATUS bdcO (beta,developer,C,object-oriented) > MANPAGE Gtk - Perl module for the Gimp Toolkit library > INST_FILE /usr/lib/perl5/site_perl/5.6.1/i686-linux/Gtk.pm > INST_VERSION 0.7008 > > > cpan> > > [root@pluto hparker]# rpm -qa | grep -i gtk+ > gtk+-devel-1.2.8-7 > gtk+-1.2.8-7 > gtk+10-1.0.6-9 > gtk+-gtkbeta-devel-1.3.1b-2 > gtk+-gtkbeta-1.3.1b-2 > [root@pluto hparker]# > > Hopefully that's the info your looking for ;) As for theme, which > machine?? I'm ssh'd to that workstation and running it using ssh as the > tunnel.. > > --- > Homer Parker (The Bogus One) > > http://www.homershut.net > telnet://bbs.homershut.net > > This e-mail message is 100% Microsoft free! > > WARNING: THIS ACCOUNT BELONGS TO A RABID > ANTI-SPAMMER NET-NAZI DOT-COMMUNIST. > > /"\ > \ / ASCII Ribbon Campaign > X Against HTML Mail > / \ > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |