Re: [Evolution] Evolution + exchange 5.5

2005-08-25 Thread Jules Colding
On Thu, 2005-08-25 at 13:43 +0800, Ow Mun Heng wrote: On Tue, 2005-08-23 at 14:56 +0200, Jules Colding wrote: On Tue, 2005-08-23 at 14:24 +0200, Philippe Béziat wrote: Hello Is there a solution to connect Evolution to exchange 5.5 ? Yes, (soon) there is. Snapshot for

[Evolution] problem about bonobo activiation path

2005-08-25 Thread Steven Zhang
Folks, I got a hard problem about debug evolution on solaris x86. I checkout code, and setup build environment. Also I export BONONO_ACTIVIATION_PATH=$HOME/evodist/lib/bonobo/servers But evolution still load server from default system path. Anybody can provide help? -Steven Zhang

[Evolution] Only empty trashcan of a specific folder

2005-08-25 Thread Cecil Westerhof
Is it possible to empty only the trashcan of a specific folder? -- Cecil Westerhof [EMAIL PROTECTED] ___ evolution maillist - evolution@lists.ximian.com http://lists.ximian.com/mailman/listinfo/evolution

[Evolution] replying to sender when reply-to is set to a list

2005-08-25 Thread Cecil Westerhof
I am subscribed to severall mailing list where the reply to is set to the list. In this way the default is that the reply is send to the list and not to the sender. (I made this mistake severall times on this list.) I am also moderator on those lists, so if someone misbehaves, I have to reply to

[Evolution] Higlight of to and CC field does not work

2005-08-25 Thread Cecil Westerhof
When I select a piece of text in the subject folder it is highlighted as usally. When I am doing this in the to or cc field, the selected text is not highlighted. What could be the problem? I am working with 2.0.1 under SUSE 9.2 with KDE. -- Cecil Westerhof [EMAIL PROTECTED]

[Evolution] Default from

2005-08-25 Thread Cecil Westerhof
I am working with severall accounts. When replying to a message that is adressed to one of those accounts, this is filled in the from field. I think it would be a nice extension if when there is no elegible in the to field, the Envelope-To header is used. -- Cecil Westerhof [EMAIL PROTECTED]

Re: [Evolution] problem about bonobo activiation path

2005-08-25 Thread Jules Colding
On Thu, 2005-08-25 at 16:23 +0800, Steven Zhang wrote: Folks, I got a hard problem about debug evolution on solaris x86. I checkout code, and setup build environment. Also I export BONONO_ACTIVIATION_PATH=$HOME/evodist/lib/bonobo/servers Spelling mistake: BONONO_ACTIVIATION_PATH

Re: [Evolution] problem about bonobo activiation path

2005-08-25 Thread Steven Zhang
Jules Colding wrote: On Thu, 2005-08-25 at 16:23 +0800, Steven Zhang wrote: Folks, I got a hard problem about debug evolution on solaris x86. I checkout code, and setup build environment. Also I export BONONO_ACTIVIATION_PATH=$HOME/evodist/lib/bonobo/servers Spelling mistake:

Re: [Evolution] problem about bonobo activiation path

2005-08-25 Thread Jules Colding
On Thu, 2005-08-25 at 17:21 +0800, Steven Zhang wrote: Spelling mistake: BONONO_ACTIVIATION_PATH It's a typo. In my debug machine, it is BONONO_ACTIVATION_PATH=$HOME/evodist/lib/bonobo/servers. Maybe it's caused by I don't specify the LDFLAGS, I will have another try by setting

[Evolution] I don't know how to setup up Evolution to a GAL!?

2005-08-25 Thread Lee Read
OK people.. I read the online help. The thing is, I can recieve and send emails, but I cannot assess the Names and Addresses!! The GAL (Global Access List)? Plus I am ment to have more than one mailbox added to my account, this is for monitoring support emails? But when I add another mailbox,

RE: [Evolution] I don't know how to setup up Evolution to a GAL!?

2005-08-25 Thread Anders.Naslund
You can only have one mailbox. Thats a limit of the current Webdav implementation afaik. Guess it's actually on the MS side, not Evo. Is Your Gal server a different machine from Your Exchange box? If so, what happens if You enter the same entrie as Your Exchange box? /A -Original

[Evolution] Evolution has no mail providers

2005-08-25 Thread Matthew McMinn
Somehow in the last few days, my evolution installation has gotten really screwed up. I logged in today to find all of my mail folders gone. My .evolution directory seems ok - all the mail is in there, etc. My calendars and tasks show up in the list on the left, but clicking on them doesn't

Re: [Evolution] Evolution has no mail providers

2005-08-25 Thread Jeffrey Stedfast
looks like the plugins have been deleted or something (mail providers are also plugins) did you uninstall parts of it or something? Jeff Matthew McMinn wrote: Somehow in the last few days, my evolution installation has gotten really screwed up. I logged in today to find all of my mail

[Evolution] Annoying little problem in Evo 2.0.1

2005-08-25 Thread Kelly J. Morris
I've encountered an annoying little problem in Evo 2.0.1 (in SuSE Pro 9.2). Whenever I right-click on a message in my InBox and then click on Move to Folder, the folder list that appears in the window is frozen, i.e. I can't select a folder to which to move the message. I have to cancel, then

[Evolution] Include Remote Tests

2005-08-25 Thread MJang
Folks, Just wondering if there's a description somewhere of what is done with the Include Remote Tests filter in the Junk Mail settings. I've seen the basic description from the docs, but it's somewhat vague, for example: What is the list of known junk messages? Which anti-spam blacklists are

[Evolution] Evo-exchange-2.3.7 compile error

2005-08-25 Thread Ow Mun Heng
Any ideas? Have evo-data-server-1.3.7 and evo-2.3.8 compiled OK. Misisng exchange plugin In file included from exchange-offline-handler.c:24: exchange-offline-handler.h:34: error: syntax error before POA_GNOME_Evolution_Offline__epv exchange-offline-handler.h:34: warning: no semicolon at end

Re: [Evolution-hackers] Re: Strange console messages when accessing e-d-s through the libecal C API

2005-08-25 Thread vseguip
Well it should be reasonably obvious - for whatever reason - some call you're making isn't complete yet. Even though YOUR call is complete, it may have triggered extra processing which isn't yet. e.g. an asynchronous signal may be pending as a result of the process. A sleep or whatever

[Evolution-hackers] Bonobo activation fails in shell/main.c

2005-08-25 Thread Jules Colding
Hi, I am seeing a weird problem in evolution/shell/main.c line 359 (CVS HEAD). It dies due to corba_shell being CORBA_OBJECT_NIL. The debugger (when using breakpoints) shows a different failure path, so I am left with the backtrace (thread apply all bt) below: Thread 1 (Thread 46912604190864

Re: [Evolution-hackers] Bonobo activation fails in shell/main.c

2005-08-25 Thread Not Zed
The console errors would probably tell you more, although more is probably not much either. Usually means bonobo-activation-server doesn't know about your .server files, i.e. BONOBO_ACTIVATION_PATH is wrong. Or some version stuff has changed. I tend to run 'bonobo-slay' and have it work ok

Re: [Evolution-hackers] IMAP4REV1

2005-08-25 Thread Not Zed
Remove it from the build entirely, and then add new migration code to switch it to the older 'imap' implementation, or some other equivalent switch over mechanism. The folder paths, foldernames, cache, summary files, are all probably so different as to make this a lot of work.

Re: [Evolution-hackers] Bonobo activation fails in shell/main.c

2005-08-25 Thread Jules Colding
On Thu, 2005-08-25 at 11:07 +0200, Jules Colding wrote: Hi, I am seeing a weird problem in evolution/shell/main.c line 359 (CVS HEAD). It dies due to corba_shell being CORBA_OBJECT_NIL. BTW - no exception is thrown. -- jules ___

Re: [Evolution-hackers] Bonobo activation fails in shell/main.c

2005-08-25 Thread Jules Colding
Hi Michael, On Thu, 2005-08-25 at 17:32 +0800, Not Zed wrote: The console errors would probably tell you more, although more is probably not much either. Nothing in the console... Usually means bonobo-activation-server doesn't know about your .server files, i.e. BONOBO_ACTIVATION_PATH is

Re: [Evolution-hackers] SoC project status

2005-08-25 Thread Not Zed
Hi David, You should really do a standalone build, you shouldn't need the evolution source to build it anymore, well for evolution 2.4 - which is what you should be targetting. Looking at the source i'd suggest some minor things: non-public functions should be static, and any public ones should

[Evolution-hackers] CamelStore and service-connect()

2005-08-25 Thread Jules Colding
Hi, I need the user to provide a password when connecting to the remote server. The connection is, as far as I can understand, established when service-connect() is invoked. Is connect() invoke by the store itself, or by an external process? I can connect while initiating the store, so I

Re: [Evolution-hackers] IMAP4REV1

2005-08-25 Thread Jeffrey Stedfast
Not Zed wrote: Remove it from the build entirely, and then add new migration code to switch it to the older 'imap' implementation, or some other equivalent switch over mechanism. The folder paths, foldernames, cache, summary files, are all probably so different as to make this a lot of work.

Re: [Evolution-hackers] CamelStore and service-connect()

2005-08-25 Thread Not Zed
On Thu, 2005-08-25 at 14:25 +0200, Jules Colding wrote: Hi, I need the user to provide a password when connecting to the remote server. The connection is, as far as I can understand, established when service-connect() is invoked. Is connect() invoke by the store itself, or by an external

[Evolution-hackers] Include Remote Tests

2005-08-25 Thread MJang
Folks, Just wondering if there's a description somewhere of what is done with the Include Remote Tests filter in the Junk Mail settings. I've seen the basic description from the docs, but it's somewhat vague, for example: What is the list of known junk messages? Which anti-spam blacklists are

Re: [Evolution-hackers] Include Remote Tests

2005-08-25 Thread Not Zed
This list is for discussing development, not user issues. You want the evolution list. On Thu, 2005-08-25 at 18:03 -0700, MJang wrote: Folks, Just wondering if there's a description somewhere of what is done with the Include Remote Tests filter in the Junk Mail settings. I've seen the

Re: [Evolution-hackers] Include Remote Tests

2005-08-25 Thread MJang
On Fri, 2005-08-26 at 09:40 +0800, Not Zed wrote: This list is for discussing development, not user issues. You want the evolution list. My mistake. I thought since there was an active bug (72929), that it would be here. Thanks, Mike ___

[Evolution-hackers] evolution .desktop file and other nuttiness

2005-08-25 Thread Luis Villa
Hey, all- I perhaps naively assumed that after Miguel said that the Novell usability study said that 'Evolution' as a menu entry was totally broken that this incredibly visible bug would *get fixed* for this release. It is now too late, of course, but I am wondering why that didn't happen, and

Re: [Evolution-hackers] evolution .desktop file and other nuttiness

2005-08-25 Thread Not Zed
On Thu, 2005-08-25 at 22:48 -0400, Luis Villa wrote: Hey, all- I perhaps naively assumed that after Miguel said that the Novell usability study said that 'Evolution' as a menu entry was totally broken that this incredibly visible bug would *get fixed* for this release. It is now too late,