Alex Hixon wrote: > So, just to confirm, we'd be getting the same fully-qualified path on a > COLLECTIONS? I'm pretty sure this is what you meant, but, my > comprehension skills deteriorate during the evening. :) >
Yeah, pretty much. Basically, all these commands now run through the Store's SQL query builder, so there's a single function it uses to output the results - StoreObjectIterQueryBuilder(). There are then just two sprintf formats: 2001 <guid> <type> <flags> <imap uid> <time created> <size> <name> 2001 <guid> <type> <flags> <name> The data items are the same no matter what command is run - so the name is always fully-qualified - and the latter format is only used for the collections command because the first one really doesn't make too much sense for it. I'll look at fixing up the Python etc. later today. Cheers, Alex. _______________________________________________ Bongo-devel mailing list [email protected] https://mail.gna.org/listinfo/bongo-devel
