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






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