Re: [Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-26 Thread Seb James
On Mon, 2007-06-25 at 19:15 -0400, Jeffrey Stedfast wrote: > On Mon, 2007-06-25 at 23:05 +0100, Seb James wrote: > > Ok, now that I am debugging the right code... Yes, the expunge function > > registered for the Trash folder is vee_expunge in camel-vee-folder.c. > > vee_expunge has one line: > > >

Re: [Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-25 Thread Jeffrey Stedfast
On Mon, 2007-06-25 at 23:05 +0100, Seb James wrote: > On Mon, 2007-06-25 at 14:25 +0100, Seb James wrote: > > Hi Jeffrey, > > > > On Mon, 2007-06-25 at 08:59 -0400, Jeffrey Stedfast wrote: > > > On Sun, 2007-06-24 at 23:24 +0100, Seb James wrote: > > [snip] > > > from your description, it sounds l

Re: [Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-25 Thread Seb James
On Mon, 2007-06-25 at 14:25 +0100, Seb James wrote: > Hi Jeffrey, > > On Mon, 2007-06-25 at 08:59 -0400, Jeffrey Stedfast wrote: > > On Sun, 2007-06-24 at 23:24 +0100, Seb James wrote: > [snip] > > from your description, it sounds like you tried to Empty the "Local > > Folders" Trash folder instea

Re: [Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-25 Thread Seb James
Hi Jeffrey, On Mon, 2007-06-25 at 08:59 -0400, Jeffrey Stedfast wrote: > On Sun, 2007-06-24 at 23:24 +0100, Seb James wrote: [snip] > from your description, it sounds like you tried to Empty the "Local > Folders" Trash folder instead of the Trash folder attached to your > "spool". Yes, that's wha

Re: [Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-25 Thread Jeffrey Stedfast
On Sun, 2007-06-24 at 23:24 +0100, Seb James wrote: [snip] > > All I'm trying to do to start with is get a message to print out on > stdout. In the function camel_spool_folder_class_init() I create a > CamelFolderClass pointer to the CamelSpoolFolderClass passed in, so that > I can then replace th

[Evolution-hackers] EDS: Trying to implement expunge function in camel-spool-folder.c

2007-06-24 Thread Seb James
Hi List, In January this year, I emailed the list asking about implementing an expunge function for CamelSpoolFolder. Philip Van Hoof helpfully replied with some information about how to go about this. That conversation is here: http://www.mail-archive.com/evolution-hackers@gnome.org/msg01404.htm