[Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jules Colding
Hi, Is the folder_name argument guaranteed to be a unique name in the context of the parent folder? An example: parent_name is Save/Evolution. folder_name is doc. Is it guaranteed that no sub-folder with the name doc exists in Save/Evolution when the function is invoked? Is it guaranteed that

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jules Colding
On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: Is it guaranteed that no sub-folder with the name doc exists in Save/Evolution when the function is invoked? Yes. OK, good. Is it guaranteed that the create_folder()

[Evolution-hackers] [CAMEL] CamelFolder *_getv() - What should it do?

2005-10-17 Thread Jules Colding
Hi, I can see several providers implementing a *_getv() method. It seems that it just provides a descriptive name of the folder in question. Is that correct? Thanks, jules ___ Evolution-hackers mailing list Evolution-hackers@gnome.org

Re: [Evolution-hackers] [CAMEL] CamelFolder *_getv() - What should it do?

2005-10-17 Thread Parthasarathi Susarla
On Mon, 2005-10-17 at 13:04 +0200, Jules Colding wrote: Hi, I can see several providers implementing a *_getv() method. It seems that it just provides a descriptive name of the folder in question. Is that correct? It does a lot more than that. getv provides info based on the type of argument

Re: [Evolution-hackers] [CAMEL] CamelFolder *_getv() - What should it do?

2005-10-17 Thread Jules Colding
On Mon, 2005-10-17 at 16:48 +0530, Parthasarathi Susarla wrote: On Mon, 2005-10-17 at 13:04 +0200, Jules Colding wrote: Hi, I can see several providers implementing a *_getv() method. It seems that it just provides a descriptive name of the folder in question. Is that correct? It does

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jeffrey Stedfast
On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: Is it guaranteed that no sub-folder with the name doc exists in Save/Evolution when the function is invoked? Yes. no, it is not. Is it guaranteed that the