Re: [Evolution-hackers] nntp fixes, take 1

2001-04-27 Thread Sam Creasey
On 27 Apr 2001, Dan Winship wrote: > > - if (-1 == camel_folder_summary_load (folder->summary)) { > > - /* Bad or nonexistant summary file */ > > - camel_nntp_get_headers (CAMEL_FOLDER( folder )->parent_store, > > - nntp_folder, ex);

Re: [Evolution-hackers] Problems running components in gdb

2001-04-27 Thread Federico Mena Quintero
Kjartan Maraas <[EMAIL PROTECTED]> writes: > wombat-Message: Starting wombat > about to register addressbook > wombat-pas-Message: Error registering the PAS factory: already active > wombat-Message: main(): could not initialize Wombat service "PAS"; > terminating You already had a Wombat running

Re: [Evolution-hackers] Do we want timezones for tasks?

2001-04-27 Thread Damon Chaplin
Sander Vesik wrote: > > Maybe I should have said 'daylight savings comes into effect on the last > > Sunday of March every year'. > > > > It may be possible to deduce this kind of thing using mktime, but I > > don't think it's ideal. > > > > Do you actually require the 'every year' part? After a

Re: [Evolution-hackers] cvs HEAD problems

2001-04-27 Thread Radek Doulik
Hi! Larry and Dan discovered yesterday, that you need cvs HEAD ORBit to avoid these crashes. Cheers Radek On 27 Apr 2001 07:47:44 -0400, Duncan Mak wrote:> Heya, > > I've been using CVS head for a few weeks now. Starting last Monday, I've > been seeing problems with the composer and it has

[Evolution-hackers] Back again

2001-04-27 Thread Tony Grant
Well I'm back now that the builds are in RedCarpet again. For now most everything that was broken last week seems to be fixed: Contacts is working again as advertized Threaded message reading is working without restarting The new Icon for getting mail is more consistent if not as cute... Impo

Re: [Evolution-hackers] RFC - header cleanup (mail part)

2001-04-27 Thread Christopher James Lahey
On 22 Mar 2001 00:54:14 -0500, Ettore Perazzoli wrote: > On 22 Mar 2001 08:54:23 +1030, Not Zed wrote: > > Why move all of the standard ones to the end? > > In my stuff, I always keep the standard ones at the top, and I don't > want that to be changed. I know this is a bit old, but I have an a

Re: [Evolution-hackers] nntp fixes, take 1

2001-04-27 Thread Dan Winship
> - if (-1 == camel_folder_summary_load (folder->summary)) { > - /* Bad or nonexistant summary file */ > - camel_nntp_get_headers (CAMEL_FOLDER( folder )->parent_store, > - nntp_folder, ex); > - if (camel_exception_get_id

Re: [Evolution-hackers] Problems running components in gdb

2001-04-27 Thread JP Rosevear
On 27 Apr 2001 13:45:36 -0400, Kjartan Maraas wrote: > Tried running wombat in gdb today and got the following when starting > evolution on another terminal: > > > [kmaraas@hoth kmaraas]$ gdb /usr/bin/wombat > GNU gdb 5.0rh-5 Red Hat Linux 7.1 > Copyright 2001 Free Software Foundation, Inc. > GD

Re: [Evolution-hackers] cvs HEAD problems

2001-04-27 Thread Dan Winship
> Larry and Dan discovered yesterday, that you need cvs HEAD ORBit to > avoid these crashes. You mean "trunk", not "HEAD" But anyway, you never ever ever want to use the mainline of ORBit, even if you're Elliot. :) You just need the latest on the stable branch (orbit-stable-0-5). We're looking

[Evolution-hackers] nntp stuffs, part two...

2001-04-27 Thread Sam Creasey
ok, this is the rest of it (and the moment where I find out how picky some of you are...) this patch implements the nntp related portion of the account management tool. news_add() and news_edit() are implemented using a MailAccountEditor object, slightly expanded.there's probably an

Re: [Evolution-hackers] nntp fixes, take 1

2001-04-27 Thread Dan Winship
> Well, I modified camel_nntp_get headers as well Ah, see, that's why you need ChangeLogs, so we can tell that without having to chase the code around everywhere. :) > (will update changelogs in later patches and what's the qualifying > criteria for CVS access 'round these parts?) Someone

Re: [Evolution-hackers] Do we want timezones for tasks?

2001-04-27 Thread Sander Vesik
On Thu, 26 Apr 2001, Damon Chaplin wrote: > Sander Vesik wrote: > > > > On Thu, 26 Apr 2001, Damon Chaplin wrote: > > > > > > > > Sander Vesik wrote: > > > > > > > > You can get all of this. Which parts are you having trouble with? > > > > > > How would get information like 'daylight savings co

Re: [Evolution-hackers] Do we want timezones for tasks?

2001-04-27 Thread Federico Mena Quintero
Jamie Zawinski <[EMAIL PROTECTED]> writes: > > Unfortunately Unix has pretty poor support for timezones, > > Wow! That's a bold statement. Can you explain what your basis for > comparison is? There is no standard interface to set the system's timezone. There is no way for running programs to

[Evolution-hackers] cvs HEAD problems

2001-04-27 Thread Duncan Mak
Heya, I've been using CVS head for a few weeks now. Starting last Monday, I've been seeing problems with the composer and it has gotten really unusable. I've reverted back to snapshots for now, but here are the problems: a) I can't do a linebreak in the composer, when i press Enter in the text a

[Evolution-hackers] Problems running components in gdb

2001-04-27 Thread Kjartan Maraas
Tried running wombat in gdb today and got the following when starting evolution on another terminal: [kmaraas@hoth kmaraas]$ gdb /usr/bin/wombat GNU gdb 5.0rh-5 Red Hat Linux 7.1 Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and yo