Re: [Evolution-hackers] Introduction and Questions

2007-06-10 Thread Philip Van Hoof
On Sat, 2007-06-09 at 08:14 -0400, Jeffrey Stedfast wrote: > server says: > > * 1 EXPUNGE > > camel-imap-summary does: > > g_ptr_array_remove_index (messages, seqid - 1); In imap_rescan, for example in case a message got removed by another E-mail client while this E-mail client was not online.

Re: [Evolution-hackers] Plugin and menu icons

2007-06-10 Thread Nickolay V. Shmyrev
В Сбт, 09/06/2007 в 17:45 +0200, Gilles Dartiguelongue пишет: > Le vendredi 27 avril 2007 à 10:07 +0200, Gilles Dartiguelongue a écrit : > > Le dimanche 08 avril 2007 à 23:11 +0200, Gilles Dartiguelongue a écrit : > > > Hi list, > > > > > > in the process of enhancing plugins, I was looking for a

Re: [Evolution-hackers] Plugin and menu icons

2007-06-10 Thread Gilles Dartiguelongue
Le dimanche 10 juin 2007 à 17:05 +0400, Nickolay V. Shmyrev a écrit : > В Сбт, 09/06/2007 в 17:45 +0200, Gilles Dartiguelongue пишет: > > Le vendredi 27 avril 2007 à 10:07 +0200, Gilles Dartiguelongue a écrit : > > after reading more code, it seems bonoboui doesn't like icons starting > > with the

Re: [Evolution-hackers] Plugin and menu icons

2007-06-10 Thread Nickolay V. Shmyrev
>Le dimanche 10 juin 2007 17:05 +0400, Nickolay V. Shmyrev a crit : >> В Сбт, 09/06/2007 в 17:45 +0200, Gilles Dartiguelongue пишет: >> > Le vendredi 27 avril 2007 10:07 +0200, Gilles Dartiguelongue a crit : >> > after reading more code, it seems bonoboui doesn't like icons starting >> > with the

Re: [Evolution-hackers] Introduction and Questions

2007-06-10 Thread Jeffrey Stedfast
On Sun, 2007-06-10 at 11:39 +0300, Philip Van Hoof wrote: > On Sat, 2007-06-09 at 08:14 -0400, Jeffrey Stedfast wrote: > > > server says: > > > > * 1 EXPUNGE > > > > camel-imap-summary does: > > > > g_ptr_array_remove_index (messages, seqid - 1); > > In imap_rescan, for example in case a messa

Re: [Evolution-hackers] Introduction and Questions

2007-06-10 Thread Ross Boylan
On Fri, 2007-06-08 at 20:22 -0400, Jeffrey Stedfast wrote: > > [Ross wrote] > > Second question: even if it creates a folder, does it need to stick > > around for the folder creation to finish? I think I remember seeing > > that camel was single-threaded > > not true... > > > , relying on the cl

Re: [Evolution-hackers] Introduction and Questions

2007-06-10 Thread Jeffrey Stedfast
On Sun, 2007-06-10 at 15:55 -0700, Ross Boylan wrote: > On Fri, 2007-06-08 at 20:22 -0400, Jeffrey Stedfast wrote: > > > > > > Second question: even if it creates a folder, does it need to stick > > > around for the folder creation to finish? I think I remember seeing > > > that camel was single-