RE: [Evolution] Fix for outlook folders at root level



killev is a script that we provide with Evolution that kills all of the
evolution components in case of an emergency ;-)

Jeff

On Fri, 21 Jul 2000, Michael Cardenas wrote:
Date: Fri, 21 Jul 2000 12:23:00 -0400
To: "'NotZed'" <notzed helixcode com>
From: Michael Cardenas <Michael_Cardenas deneba com>
Subject: RE: [Evolution] Fix for outlook folders at root level

I did a make and make install every time I made a change and it didn't
show.

How can you print from libraries? I tried

fprintf(stderr, "message");
but I would never see it. Does that just mean I wasn't running my code?

whats killev? there's no man page for it...

-----Original Message-----
From: NotZed [mailto:notzed helixcode com]
Sent: Friday, July 21, 2000 10:46 AM
To: mbc deneba com
Cc: evolution helixcode com; fejj helixcode com
Subject: Re: [Evolution] Fix for outlook folders at root level



Ok dude, I may have a useful suggestion ...

You have to make sure you 'make install' when you change the
codce -= otherwise i think you'll find its running th eold
versionl.  Oh, and you will probably also want to rtun 'killev' - 
otherwise the old components will still be running. (unless they've
crashed).

Give that a go, that will probably helkp your debugging efforts!

 Michael


Ok, I haven't been able to confirm my fix because it semes like none of
the changes I make are making any difference in the output of the
program. Maybe the library is loaded outside of evolution and I need to
force it to unload somehow, but whatever. 

From looking at the debug output, I can se the problem. 

When selecting a folder, which I assume goes to the function
imap_get_summary:
-first you select the folder with the name alone:
ie. for a folder named Storage...

sending: A00079 SELECT Storage

-this succeeds and you examine Storage
-then you status Storage to get the number of mesages. this succeeds
also.
-then, strangely, you select /Storage

sending: A00082 SELECT /Storage

which fails with

recieved: A00082 NO Mailbox name is invalid.

at which point you bail out. All of this takes place in
imap_get_summary, but my changes are apparently not doing anything, and
I can't break into the library yet. I'll keep trying to get it to
compile, I think you just have to change imap_command_extended, which
tries to select the folder first, and is apparently doing it wrong.
Maybe this is just for exchange folders, or maybe its just for folders
at the root level. Not sure yet. 

I'm really enjoying using evolution though. The tree view for replies
to
messages is very cool. 

michael cardenas                 
mcarde02 fiu edu 
http://www.fiu.edu/~mcarde02
http://www.d2kla.org
http://www.helixcode.com - The evolution has begun...
__



_______________________________________________
evolution maillist  -  evolution helixcode com
http://lists.helixcode.com/mailman/listinfo/evolution



-- 
The Invisible Man uses Spruce, you just can't see it!





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]