Re: [Evolution-hackers] Evolution 2.11.6(.1), Evolution-Data-Server 1.11.6(.1), GtkHTML 3.15.6 and Evolution-Exchange 2.11.6(.1) released

2007-08-09 Thread ritz
Hello


On Wed, 2007-08-08 at 18:15 +0100, William John Murray wrote:
> On Wed, 2007-08-08 at 07:34 -0400, Matthew Barnes wrote:
> > On Wed, 2007-08-08 at 12:03 +0100, William John Murray wrote:
> > >  I tried to build this release on F7, and got into a mess with
> > > gtkhtml. It has internal references to version 3.14, in
> > > configure/configure.in and lower down, and is I change these to 3.15.6
> > > it never seems to work.
> > >Are these supposed to be 3.14? What is the RIGHT way to fix them?
> > 
> > It might be easier to just install packages from Fedora's development
> > repository (soon to be Fedora 8).
> > 
> > http://download.fedora.redhat.com/pub/fedora/linux/development/
> > 
> > Matthew Barnes
> > 
> 
> Thanks Matthew - except that on F7 there seems to be a packaging
> problem. If I "yum update evolution --enablerepo=development" (and add
> evolution-exchange via rpm) I get:
> undefined symbol:  g_once_init_enter_impl

 $ yum update glib2\*  --enablerepo=development


> errors on starting evolution.
> I will try a liveCD of f8 and see if evo 2.11 works nicely before
> installing it. 
>  Bill
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Ritesh Khadgaray
ॐ मणि पद्मे हूँ
Desktop LinuX N Stuff
Ph: +919970164885
Eat Right, Exercise, Die Anyway.


smime.p7s
Description: S/MIME cryptographic signature
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Data storage question

2007-08-09 Thread Gilles Dartiguelongue

Le jeudi 09 août 2007 à 00:33 -0400, administrator a écrit :
> I'm trying to write a php script that will create mail accounts in
> evolution.
> So far, everything works fine and I seem to have all changes to files
> identified and covered, and all file and folder creation taken care of
> in the .evolution folder and .gconf folder.
> 
> However, I'm having the problem that .gconf/apps/evolution/mail/%
> gconf.xml is being reverted when evolution is started up.
> 
> I am stopping all evolution related processes, and all instances of
> gconfd-2 (if that one matters)
> I was told I need to stop gconftool-2, but that isn't running on my
> system.
> 
> What am I missing that causes the file to be reverted, or replaced with
> a "first run" version?
evolution --force-shutdown
apply_change
kill -SIGHUP `pidof gconf`
evolution

or something like that. Thing is modifying the file directly will give
you problems about which daemon is running or not and is cashing
informations while using gconftool-2 directly talks to the gconf daemon.
You might still need to restart evolution-data-server depending on what
you modify but at least you don't have to bother with gconf state.
-- 
Gilles Dartiguelongue <[EMAIL PROTECTED]>


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.11.6(.1), Evolution-Data-Server 1.11.6(.1), GtkHTML 3.15.6 and Evolution-Exchange 2.11.6(.1) released

2007-08-09 Thread William John Murray
On Thu, 2007-08-09 at 13:02 +0530, on behalf of ritz wrote:
> > Thanks Matthew - except that on F7 there seems to be a packaging
> > problem. If I "yum update evolution --enablerepo=development" (and
> add
> > evolution-exchange via rpm) I get:
> > undefined symbol:  g_once_init_enter_impl
> 
>  $ yum update glib2\*  --enablerepo=development
> 

  OK, I am a little nervous about upgrading to rawhide glib...
  But it seems to work.
   I like the nice new email notification. Is evolution faster? Maybe.
More stable? I'll find out...
Thanks guys,
  Bill
-- 

Bill Murray  [EMAIL PROTECTED](44)-1235-446256
RAL, Harwell Science and Innovation Campus, Didcot, OX11 0QX, UK
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Central Delivery for Mail

2007-08-09 Thread Sankar P
On Wed, 2007-08-08 at 16:00 -0400, Matt Hollingsworth wrote:
> Hello all,
>  
> I posted this on bugzilla, but was referred to here (actually, if I would 
> have known about this list I would have posted it here first…sorry).
>  
> First, I would like to start off with the fact that I'm more than
> willing to write the plugin that I'm requesting; I just wanted to make sure 
> I'm not redoing some work that others have already done (plus, look for some 
> advice on where to start).  

> At the moment, with Exchange, I am able to pull mail from all my POP accounts 
> into a central mailbox, using Outlook's little "deliver mail here" config 
> option, 

> where "here" in this case is my exchange mailbox.
> Thus, it is actually quite advantageous for me to use POP instead of IMAP,
> because I only have one mailbox to keep up with and back up.  Plus, the email 
> is cleaned off of the pop servers and stuck on my own server, 

> where it's backed up regularly .  
>  
> Now, this could be emulated, plugging in an IMAP folder for an exchange 
> folder.  Basically, one could introduce the same "deliver mail here" dropdown 
> configuration menu into the configuration for Evolution.  In this case, a 
> locally configured IMAP folder (or local folder of course) would be the 
> destination choice.  Outlook's feature actually could be trivially improved 
> by making a per-POP-account configuration, but whatever.
>  
> Either way, is this doable through your plugin framework?  I don't know how
> abstracted away the imap folders are, but it seems like it should be trivial 
> just to add a hook into the receive process that copies it to an IMAP folder 
> instead of the local storage.  I noticed that you can drag and drop emails 
> from the local storage to IMAP folders, so the framework is there, I just 
> need to call it, right?  \

May be you can just create a filter, which will copy/move all the
incoming mails in IMAP to your Exchange Inbox.

If you are specific that you want to make it a plugin, instead of trying
to make a hook, etc., you can write a plugin that adds a new filter to
the existing filters-list. 

In the configure-options for your plugin, you can make it to choose
whichever folder each account should have for "deliver mail here".

The plugin manual is available at
http://www.gnome.org/projects/evolution/developer-doc/eplugin/

>  
> Thanks for your help :).  I'm seriously itching to shedding off the last 
> thing that is tying me to Windows.
>  
> -Matt
> 
>  
> 
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Sankar P
Harver's Law: A drunken man's words are a sober man's thoughts

 Novell, Inc. 
Software for the Open Enterprise™
http://www.novell.com
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Central Delivery for Mail

2007-08-09 Thread Matt Hollingsworth
Sankar,

That helps considerably; I'll probably end up making a plug-in, just to make
it as convenient as possible.  It doesn't sound too difficult, and I might
as well make it easy, in case anyone else is interested in doing it. 

Thanks for your help!

-Matt

-Original Message-
From: Sankar P [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 09, 2007 8:04 AM
To: [EMAIL PROTECTED]
Cc: evolution-hackers@gnome.org
Subject: Re: [Evolution-hackers] Central Delivery for Mail

On Wed, 2007-08-08 at 16:00 -0400, Matt Hollingsworth wrote:
> Hello all,
>  
> I posted this on bugzilla, but was referred to here (actually, if I would
have known about this list I would have posted it here first.sorry).
>  
> First, I would like to start off with the fact that I'm more than
> willing to write the plugin that I'm requesting; I just wanted to make
sure I'm not redoing some work that others have already done (plus, look for
some advice on where to start).  

> At the moment, with Exchange, I am able to pull mail from all my POP
accounts into a central mailbox, using Outlook's little "deliver mail here"
config option, 

> where "here" in this case is my exchange mailbox.
> Thus, it is actually quite advantageous for me to use POP instead of IMAP,
> because I only have one mailbox to keep up with and back up.  Plus, the
email is cleaned off of the pop servers and stuck on my own server, 

> where it's backed up regularly .  
>  
> Now, this could be emulated, plugging in an IMAP folder for an exchange
folder.  Basically, one could introduce the same "deliver mail here"
dropdown configuration menu into the configuration for Evolution.  In this
case, a locally configured IMAP folder (or local folder of course) would be
the destination choice.  Outlook's feature actually could be trivially
improved by making a per-POP-account configuration, but whatever.
>  
> Either way, is this doable through your plugin framework?  I don't know
how
> abstracted away the imap folders are, but it seems like it should be
trivial just to add a hook into the receive process that copies it to an
IMAP folder instead of the local storage.  I noticed that you can drag and
drop emails from the local storage to IMAP folders, so the framework is
there, I just need to call it, right?  \

May be you can just create a filter, which will copy/move all the
incoming mails in IMAP to your Exchange Inbox.

If you are specific that you want to make it a plugin, instead of trying
to make a hook, etc., you can write a plugin that adds a new filter to
the existing filters-list. 

In the configure-options for your plugin, you can make it to choose
whichever folder each account should have for "deliver mail here".

The plugin manual is available at
http://www.gnome.org/projects/evolution/developer-doc/eplugin/

>  
> Thanks for your help :).  I'm seriously itching to shedding off the last
thing that is tying me to Windows.
>  
> -Matt
> 
>  
> 
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Sankar P
Harver's Law: A drunken man's words are a sober man's thoughts

 Novell, Inc. 
Software for the Open EnterpriseT
http://www.novell.com

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers