Re: [Evolution-hackers] [Fwd: Weekly Evolution Bug Report]

2004-01-28 Thread Rodrigo Moya
On Wed, 2004-01-28 at 13:52 +0800, Not Zed wrote: I dont think the fix is right - now it just seems to permanently allocate half of the space to the mouse-over text and half to the status buttons. right, this also happens to me now, with just-compiled HEAD. cheers

Re: [Evolution-hackers] running my own build

2004-01-28 Thread Rodrigo Moya
On Tue, 2004-01-27 at 18:56 -0500, Larry Siden wrote: I agree that it's a bad idea to install in /usr for testing. But I couldn't get it to work any other way! did you set up all needed environment variables? I've got myself evolution, among many other GNOME apps, installed in ~/Applications,

Re: [Evolution-hackers] check_junk_for_imap?

2004-01-28 Thread Not Zed
i would say not, its unrelated. On Wed, 2004-01-28 at 07:54 +, David Woodhouse wrote: On Tue, 2004-01-27 at 22:31 +0100, Radek Doulík wrote: yeah, you are right. I fixed that in CVS. Has this fixed bug #53110 and let me access my _real_ Junk folder again? -- dwmw2

[Evolution-hackers] Bugdays are back.

2004-01-28 Thread Gerardo Marin
Hello all, Starting this Thursday, January 29 th. we'll start having weekly bugdays again, from 9:00 to 19:00 CST. For those of you who may be interested in participating, we are working on a massive cleanup of our bugzilla database, checking basically for bugs needing some love. Evolution is

Re: [Evolution-hackers] Bugdays are back.

2004-01-28 Thread Not Zed
On Wed, 2004-01-28 at 02:55 -0600, Gerardo Marin wrote: Hello all, Starting this Thursday, January 29 th. we'll start having weekly bugdays again, from 9:00 to 19:00 CST. Which CST would that be? :) ___ evolution-hackers maillist - [EMAIL

Re: [Evolution-hackers] more sa/junk filter pollution ...

2004-01-28 Thread Radek Doulík
On Tue, 2004-01-27 at 19:35 +0800, Not Zed wrote: gboolean mail_session_get_sa_local_only (void); void mail_session_set_sa_local_only (gboolean value); gboolean mail_session_get_sa_use_daemon (void); void mail_session_set_sa_use_daemon (gboolean value); void

[Evolution-hackers] event importing

2004-01-28 Thread Ken Partridge
I have an event i want to bring into the Evolution Calendar without any user intervention. Can i simply add this event to an existing .xml file or is there an api i can call you help with this ? Thanks [EMAIL PROTECTED] ___ evolution-hackers maillist

Re: [Evolution-hackers] SA rules adjustment

2004-01-28 Thread Radek Doulík
hi guenther, On Sun, 2004-01-25 at 19:54 +0100, guenther wrote: cheers( hackers ); I want to propose some small changes to the default SA scores and rules. About two weeks ago Spammer(s) started to misuse the Habes [1] watermark to identify non-SPAM (aka HAM). Seems like there is currently

Re: [Evolution-hackers] running my own build

2004-01-28 Thread Andrew Cowie
On Wed, 2004-01-28 at 21:23, Rodrigo Moya wrote: I've got myself evolution, among many other GNOME apps, installed in ~/Applications ... everything works perfectly Question: the environment vars you set are things like BONOBO_ACTIVATION_PATH. I can see that if you did an entire local build

Re: [Evolution-hackers] SA rules adjustment

2004-01-28 Thread guenther
1) Setting the HABEAS_SWE rule to 0 effectively will disable this test. As a result, no valid Habes marked mails will get added HAM points, but the Spammers don't profit by it either. I think we may temporarily zero it. The Habeas watermarking method doesn't look very strong to me ;-)

Re: [Evolution-hackers] running my own build

2004-01-28 Thread Rodrigo Moya
On Thu, 2004-01-29 at 09:17 +1100, Andrew Cowie wrote: On Wed, 2004-01-28 at 21:23, Rodrigo Moya wrote: I've got myself evolution, among many other GNOME apps, installed in ~/Applications ... everything works perfectly Question: the environment vars you set are things like

Re: [Evolution-hackers] [Fwd: Weekly Evolution Bug Report]

2004-01-28 Thread Rodney Dawes
This is fixed for good now. The taskbar was showing an empty hbox that took up half the bar, since it was set to expand as well, and the text was getting clipped. I fixed the code to only show the hbox if it has children. -- dobey On Mr , 2004-01-28 at 05:16, Rodrigo Moya wrote: On Wed,

Re: [Evolution-hackers] more sa/junk filter pollution ...

2004-01-28 Thread Not Zed
On Wed, 2004-01-28 at 17:18 +0100, Radek Doulík wrote: On Tue, 2004-01-27 at 19:35 +0800, Not Zed wrote: gboolean mail_session_get_sa_local_only (void); void mail_session_set_sa_local_only (gboolean value); gboolean mail_session_get_sa_use_daemon (void); void

[Evolution-hackers] --force-migrate option

2004-01-28 Thread JP Rosevear
I added a development version only flag to evolution to remove a minimal set of gconf keys and the ~/.evolution directory (I adapted Guenther's script). Basically if you do: evolution-1.5 --force-migrate It should migrate stuff from your 1.4 set up to 1.5. It will not work with versions

Re: [Evolution-hackers] Bugdays are back.

2004-01-28 Thread JP Rosevear
On Wed, 2004-01-28 at 08:37, Not Zed wrote: On Wed, 2004-01-28 at 02:55 -0600, Gerardo Marin wrote: Hello all, Starting this Thursday, January 29 th. we'll start having weekly bugdays again, from 9:00 to 19:00 CST. Which CST would that be? :) UTC -0600 iirc. -JP -- JP Rosevear

Re: [Evolution-hackers] mail component api other changes

2004-01-28 Thread JP Rosevear
On Tue, 2004-01-27 at 07:32, Not Zed wrote: just fyi, i changed mail_component* functions to handle NULL passed as the component to mean 'default component', which means you dont need that fugly mail_component_peek() stuff everywhere anymore. Oh, this is a decent solution to the issue. I'm