[Evolution-hackers] dropping CamelFolderInfo:path

2004-04-27 Thread Not Zed
Guys, Any objections to removing 'path' from CamelFolderInfo? It only duplicates full_name with a prefixed '/', from what i can tell, in all of the evo folder trees. We can use 'name' if we need any translated names (which incidentally i've just changed the code to do - now trash/junk icons

[Evolution-hackers] Re: dropping CamelFolderInfo:path

2004-04-27 Thread Jeffrey Stedfast
Removing ::path is fine with me. Jeff On Tue, 2004-04-27 at 04:14, Not Zed wrote: Guys, Any objections to removing 'path' from CamelFolderInfo? It only duplicates full_name with a prefixed '/', from what i can tell, in all of the evo folder trees. We can use 'name' if we need any

Re: [Evolution-hackers] problem in Categories button in e-contact-editor

2004-04-27 Thread Chris Toshok
try reverting all your changes, and apply the following: RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook.c,v retrieving revision 1.211 diff -u -r1.211 addressbook.c --- addressbook.c 14 Jun 2003 04:34:07 - 1.211 +++ addressbook.c 23 Apr 2004 07:48:23

[Evolution-hackers] Team Meeting Minutes (April 21st)

2004-04-27 Thread JP Rosevear
1. JP JP discussed the 1.5.7 release, Tim tested for two days and we released on Monday. JP discussed the bug goals, missed again. Moving to a more direct approach on bugs to get certain ones done. Team discussed other bug hunt ideas, JP will post some easy fix bugs on the blog. Discussed

[Evolution-hackers] Re: dropping CamelFolderInfo:path

2004-04-27 Thread Dan Winship
But, does connector use it for something useful? Nope. info-path = g_strdup (path); info-full_name = g_strdup (path + 1); -- Dan ___ evolution-hackers maillist - [EMAIL PROTECTED]