Re: [Evolution] Exchange connector problem

2006-01-10 Thread John H.
ok, it's fixed.  that dir in /tmp/. had been chowned root.root, and i
rm -rf'd it, and things are working now.
thanks



On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> See if evolution-exchange-storage process is running or not.
> Start it from console and see if it is crashing.
> If it is crashing, please file a but report against product
> connector with the gdb stack traces for the crash and the log
> messages printed on the exchange-storage console.
>
> Thanks,
> Sushma.
>
> On Tue, 2006-01-10 at 23:10 -0600, John H. wrote:
> > I have the following
> >
> > rpmq evolution
> > evolution-data-server-1.2.3-3.fc4
> > evolution-2.2.3-2.fc4
> > evolution-connector-2.2.2-5
> > evolution-devel-2.2.3-2.fc4
> >
> > and i get this error on trying to check my exchange mail
> > Could not connect to Evolution Exchange backend process: No such file
> > or directory.
> >
> >
> > On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> > > Which version of Evolution you are using?
> > >
> > > Thanks,
> > > Sushma.
> > >
> > > On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> > > > Hello all,
> > > >
> > > > I've a strange exchange connector problem.
> > > >
> > > > First off, here's what *does* work:
> > > >
> > > > $ wget --http-user=MYDOM/username --http-password=mypassword 
> > > > https://myexchangeserver/exchange/firstname.lastname/
> > > >
> > > >
> > > > Running the above wget (http-basic authentication against an https URL)
> > > > gives me an index.html page with my mailbox frameset, and the standard
> > > > OWA intro.  Basically, it just works.
> > > >
> > > >
> > > > If I create a new Exchange account, and fill in the same https url as
> > > > above and the same username as above (MYDOM/username), and the same
> > > > password, I get the following error from Evolution:
> > > >
> > > >
> > > > "Could not authenticate to server.
> > > >
> > > > Make sure the username and password are correct and try again."
> > > >
> > > >
> > > > Any ideas about what evolution is actually doing?  How can I enable
> > > > debugging?
> > > >
> > > > I've sniffed the connection, but since it's https, it's all encrypted.
> > > >
> > > > Thanks for any suggestions!
> > > >
> > > > --saul
> > > >
> > > > ___
> > > > Evolution-list mailing list
> > > > Evolution-list@gnome.org
> > > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > > ___
> > > Evolution-list mailing list
> > > Evolution-list@gnome.org
> > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > >
> > ___
> > Evolution-list mailing list
> > Evolution-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/evolution-list
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange connector problem

2006-01-10 Thread Sushma Rai
Problem is with the folder permission.
Remove that directory /tmp/.exchange-john and try again.

Thanks,
Sushma.

On Tue, 2006-01-10 at 23:56 -0600, John H. wrote:
> was not running
> 
> 
>  /usr/libexec/evolution/2.2/evolution-exchange-storage
> 
> (evolution-exchange-storage:25371): evolution-exchange-storage-WARNING
> **: Bad socket dir /tmp/.exchange-john
> 
> 
>  ps auxw |grep storage
> root  3899  0.0  0.1   2140   780 ?S19:15   0:01
> hald-addon-storage
> john25395  0.0  0.0   3944   604 pts/1R+   23:55   0:00 grep storage
> 
> still not running
> 
> On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> > See if evolution-exchange-storage process is running or not.
> > Start it from console and see if it is crashing.
> > If it is crashing, please file a but report against product
> > connector with the gdb stack traces for the crash and the log
> > messages printed on the exchange-storage console.
> >
> > Thanks,
> > Sushma.
> >
> > On Tue, 2006-01-10 at 23:10 -0600, John H. wrote:
> > > I have the following
> > >
> > > rpmq evolution
> > > evolution-data-server-1.2.3-3.fc4
> > > evolution-2.2.3-2.fc4
> > > evolution-connector-2.2.2-5
> > > evolution-devel-2.2.3-2.fc4
> > >
> > > and i get this error on trying to check my exchange mail
> > > Could not connect to Evolution Exchange backend process: No such file
> > > or directory.
> > >
> > >
> > > On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> > > > Which version of Evolution you are using?
> > > >
> > > > Thanks,
> > > > Sushma.
> > > >
> > > > On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> > > > > Hello all,
> > > > >
> > > > > I've a strange exchange connector problem.
> > > > >
> > > > > First off, here's what *does* work:
> > > > >
> > > > > $ wget --http-user=MYDOM/username --http-password=mypassword 
> > > > > https://myexchangeserver/exchange/firstname.lastname/
> > > > >
> > > > >
> > > > > Running the above wget (http-basic authentication against an https 
> > > > > URL)
> > > > > gives me an index.html page with my mailbox frameset, and the standard
> > > > > OWA intro.  Basically, it just works.
> > > > >
> > > > >
> > > > > If I create a new Exchange account, and fill in the same https url as
> > > > > above and the same username as above (MYDOM/username), and the same
> > > > > password, I get the following error from Evolution:
> > > > >
> > > > >
> > > > > "Could not authenticate to server.
> > > > >
> > > > > Make sure the username and password are correct and try again."
> > > > >
> > > > >
> > > > > Any ideas about what evolution is actually doing?  How can I enable
> > > > > debugging?
> > > > >
> > > > > I've sniffed the connection, but since it's https, it's all encrypted.
> > > > >
> > > > > Thanks for any suggestions!
> > > > >
> > > > > --saul
> > > > >
> > > > > ___
> > > > > Evolution-list mailing list
> > > > > Evolution-list@gnome.org
> > > > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > > > ___
> > > > Evolution-list mailing list
> > > > Evolution-list@gnome.org
> > > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > > >
> > > ___
> > > Evolution-list mailing list
> > > Evolution-list@gnome.org
> > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > ___
> > Evolution-list mailing list
> > Evolution-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/evolution-list
> >
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange connector problem

2006-01-10 Thread John H.
was not running


 /usr/libexec/evolution/2.2/evolution-exchange-storage

(evolution-exchange-storage:25371): evolution-exchange-storage-WARNING
**: Bad socket dir /tmp/.exchange-john


 ps auxw |grep storage
root  3899  0.0  0.1   2140   780 ?S19:15   0:01
hald-addon-storage
john25395  0.0  0.0   3944   604 pts/1R+   23:55   0:00 grep storage

still not running

On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> See if evolution-exchange-storage process is running or not.
> Start it from console and see if it is crashing.
> If it is crashing, please file a but report against product
> connector with the gdb stack traces for the crash and the log
> messages printed on the exchange-storage console.
>
> Thanks,
> Sushma.
>
> On Tue, 2006-01-10 at 23:10 -0600, John H. wrote:
> > I have the following
> >
> > rpmq evolution
> > evolution-data-server-1.2.3-3.fc4
> > evolution-2.2.3-2.fc4
> > evolution-connector-2.2.2-5
> > evolution-devel-2.2.3-2.fc4
> >
> > and i get this error on trying to check my exchange mail
> > Could not connect to Evolution Exchange backend process: No such file
> > or directory.
> >
> >
> > On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> > > Which version of Evolution you are using?
> > >
> > > Thanks,
> > > Sushma.
> > >
> > > On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> > > > Hello all,
> > > >
> > > > I've a strange exchange connector problem.
> > > >
> > > > First off, here's what *does* work:
> > > >
> > > > $ wget --http-user=MYDOM/username --http-password=mypassword 
> > > > https://myexchangeserver/exchange/firstname.lastname/
> > > >
> > > >
> > > > Running the above wget (http-basic authentication against an https URL)
> > > > gives me an index.html page with my mailbox frameset, and the standard
> > > > OWA intro.  Basically, it just works.
> > > >
> > > >
> > > > If I create a new Exchange account, and fill in the same https url as
> > > > above and the same username as above (MYDOM/username), and the same
> > > > password, I get the following error from Evolution:
> > > >
> > > >
> > > > "Could not authenticate to server.
> > > >
> > > > Make sure the username and password are correct and try again."
> > > >
> > > >
> > > > Any ideas about what evolution is actually doing?  How can I enable
> > > > debugging?
> > > >
> > > > I've sniffed the connection, but since it's https, it's all encrypted.
> > > >
> > > > Thanks for any suggestions!
> > > >
> > > > --saul
> > > >
> > > > ___
> > > > Evolution-list mailing list
> > > > Evolution-list@gnome.org
> > > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > > ___
> > > Evolution-list mailing list
> > > Evolution-list@gnome.org
> > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > >
> > ___
> > Evolution-list mailing list
> > Evolution-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/evolution-list
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange connector problem

2006-01-10 Thread Sushma Rai
See if evolution-exchange-storage process is running or not.
Start it from console and see if it is crashing.
If it is crashing, please file a but report against product
connector with the gdb stack traces for the crash and the log 
messages printed on the exchange-storage console.

Thanks,
Sushma.

On Tue, 2006-01-10 at 23:10 -0600, John H. wrote:
> I have the following
> 
> rpmq evolution
> evolution-data-server-1.2.3-3.fc4
> evolution-2.2.3-2.fc4
> evolution-connector-2.2.2-5
> evolution-devel-2.2.3-2.fc4
> 
> and i get this error on trying to check my exchange mail
> Could not connect to Evolution Exchange backend process: No such file
> or directory.
> 
> 
> On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> > Which version of Evolution you are using?
> >
> > Thanks,
> > Sushma.
> >
> > On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> > > Hello all,
> > >
> > > I've a strange exchange connector problem.
> > >
> > > First off, here's what *does* work:
> > >
> > > $ wget --http-user=MYDOM/username --http-password=mypassword 
> > > https://myexchangeserver/exchange/firstname.lastname/
> > >
> > >
> > > Running the above wget (http-basic authentication against an https URL)
> > > gives me an index.html page with my mailbox frameset, and the standard
> > > OWA intro.  Basically, it just works.
> > >
> > >
> > > If I create a new Exchange account, and fill in the same https url as
> > > above and the same username as above (MYDOM/username), and the same
> > > password, I get the following error from Evolution:
> > >
> > >
> > > "Could not authenticate to server.
> > >
> > > Make sure the username and password are correct and try again."
> > >
> > >
> > > Any ideas about what evolution is actually doing?  How can I enable
> > > debugging?
> > >
> > > I've sniffed the connection, but since it's https, it's all encrypted.
> > >
> > > Thanks for any suggestions!
> > >
> > > --saul
> > >
> > > ___
> > > Evolution-list mailing list
> > > Evolution-list@gnome.org
> > > http://mail.gnome.org/mailman/listinfo/evolution-list
> > ___
> > Evolution-list mailing list
> > Evolution-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/evolution-list
> >
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange connector problem

2006-01-10 Thread John H.
I have the following

rpmq evolution
evolution-data-server-1.2.3-3.fc4
evolution-2.2.3-2.fc4
evolution-connector-2.2.2-5
evolution-devel-2.2.3-2.fc4

and i get this error on trying to check my exchange mail
Could not connect to Evolution Exchange backend process: No such file
or directory.


On 1/10/06, Sushma Rai <[EMAIL PROTECTED]> wrote:
> Which version of Evolution you are using?
>
> Thanks,
> Sushma.
>
> On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> > Hello all,
> >
> > I've a strange exchange connector problem.
> >
> > First off, here's what *does* work:
> >
> > $ wget --http-user=MYDOM/username --http-password=mypassword 
> > https://myexchangeserver/exchange/firstname.lastname/
> >
> >
> > Running the above wget (http-basic authentication against an https URL)
> > gives me an index.html page with my mailbox frameset, and the standard
> > OWA intro.  Basically, it just works.
> >
> >
> > If I create a new Exchange account, and fill in the same https url as
> > above and the same username as above (MYDOM/username), and the same
> > password, I get the following error from Evolution:
> >
> >
> > "Could not authenticate to server.
> >
> > Make sure the username and password are correct and try again."
> >
> >
> > Any ideas about what evolution is actually doing?  How can I enable
> > debugging?
> >
> > I've sniffed the connection, but since it's https, it's all encrypted.
> >
> > Thanks for any suggestions!
> >
> > --saul
> >
> > ___
> > Evolution-list mailing list
> > Evolution-list@gnome.org
> > http://mail.gnome.org/mailman/listinfo/evolution-list
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange connector problem

2006-01-10 Thread Sushma Rai
Which version of Evolution you are using?

Thanks,
Sushma.

On Tue, 2006-01-10 at 12:45 -0500, Saul Farber wrote:
> Hello all,
> 
> I've a strange exchange connector problem.
> 
> First off, here's what *does* work:
> 
> $ wget --http-user=MYDOM/username --http-password=mypassword 
> https://myexchangeserver/exchange/firstname.lastname/
> 
> 
> Running the above wget (http-basic authentication against an https URL)
> gives me an index.html page with my mailbox frameset, and the standard
> OWA intro.  Basically, it just works.
> 
> 
> If I create a new Exchange account, and fill in the same https url as
> above and the same username as above (MYDOM/username), and the same
> password, I get the following error from Evolution:
> 
> 
> "Could not authenticate to server.
> 
> Make sure the username and password are correct and try again."
> 
> 
> Any ideas about what evolution is actually doing?  How can I enable
> debugging?
> 
> I've sniffed the connection, but since it's https, it's all encrypted.
> 
> Thanks for any suggestions!
> 
> --saul
> 
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Re: junk filtering

2006-01-10 Thread Lee Revell
On Wed, 2006-01-11 at 10:16 +0530, Srinivasa Ragavan wrote:
> On Tue, 2006-01-10 at 21:34 +0100, guenther wrote:
> > > > The question is not whether you can use the buttons. Yes, they are
> > > > always enabled and do "something".
> > > > 
> > > > The problem is when you want to use it to learn ham. Apparently it was
> > > > not designed for that, it looks like it was designed to undo a previous
> > > > "junk"-button-press, because only then something actually happens, being
> > > > the bayes database being updated. If you push "not junk" on a random
> > > > message, the message doesn't get learned as "ham".
> > > 
> > > So this is a big issue, currently on HEAD, we have either the "Junk" or
> > > the "Not Junk" button, based on wether the messages has been marked junk
> > > or not. We actually needs to discuss this further. Am CCing Srini for
> > > his comments on this.
> > 
> > Revert that commit immediately.
> > 
> There is no issue in reverting it, but why do we want a 'All the time
> disabled - Not Junk' button on toolbar. It is enabled just in Junk
> Folder. If the junk implementation extends learning not-junk, then it
> would make sense. 

I think that was the point - in order for spam filtering to work at all
there needs to be a "Learn as Not Junk" function that tells the SA
backend "this is what a non-spam message looks like".  Obviously this
has to be enabled in all folders, not just the Junk folder.

Lee

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


Re: [Evolution] OWA login problem

2006-01-10 Thread John H.
Can you tell me how, in evolution-connector 2.2.2, to deal with this error?


"Could not connect to Evolution Exchange backend process: No such file
or directory."


On 1/10/06, pnayak <[EMAIL PROTECTED]> wrote:
> Hi ToKRan
>
> There are login problem issue in exchange connector for some people in
> evolution 2.4.x. Few login issues has been fixed in evolution 2.5.x, but
> 2.5.4 is development snapshots.
> But to be clear with the issue you are facing, mail E2K_DEBUG traces to
> [EMAIL PROTECTED] To get E2K_DEBUG traces,
> export E2K_DEBUG=4m, then launch evolution-exchange-storage from same
> terminal. Mail the debug traces displayed in terminal or raise bug in
> bugzilla.gnome.org with E2K_DEBUg traces.
>
> Thanks
> Poornima
>
>
>
> -- Forwarded message --
> From: TomAs <[EMAIL PROTECTED]>
> To: evolution-list@gnome.org
> Date: Tue, 10 Jan 2006 17:35:16 +0100 (CET)
> Subject: [Evolution] OWA login problem
> Hi,
>
> my setup:
> SuSE 10.0 @ KDE 3.5.0
> Evolution: 2.4.2-2
> Evolution-exchange (connector): 2.4.2-3
> Evolution-data-server 1.4.2.1-3
> ... distro RPM's
>
> so and I have actually problem with re-login at OWA Exchange 2003 server,
> when I once created account and logged to Exchange mailbox  successfully,
> and then finished Evolution application correctly, next time I cannot login to
> my Exchange mailbox anymore. When I put my password, to login dialog
> nothing happen and login dialog will appear again and so on ...
>
> Could U PLS help me?
> While I used evolution ver 1.4.x on my older SuSE (9.2) instalation I was
> well-content user of Evolution application (thx developers ... )
>
> THX
> ToKRan
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
>
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
>
>
>
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Re: junk filtering

2006-01-10 Thread Srinivasa Ragavan
On Tue, 2006-01-10 at 21:34 +0100, guenther wrote:
> > > The question is not whether you can use the buttons. Yes, they are
> > > always enabled and do "something".
> > > 
> > > The problem is when you want to use it to learn ham. Apparently it was
> > > not designed for that, it looks like it was designed to undo a previous
> > > "junk"-button-press, because only then something actually happens, being
> > > the bayes database being updated. If you push "not junk" on a random
> > > message, the message doesn't get learned as "ham".
> > 
> > So this is a big issue, currently on HEAD, we have either the "Junk" or
> > the "Not Junk" button, based on wether the messages has been marked junk
> > or not. We actually needs to discuss this further. Am CCing Srini for
> > his comments on this.
> 
> Revert that commit immediately.
> 
There is no issue in reverting it, but why do we want a 'All the time
disabled - Not Junk' button on toolbar. It is enabled just in Junk
Folder. If the junk implementation extends learning not-junk, then it
would make sense. 

> This is a bad idea. Really. All you gain is a few pixels in the toolbar.
> But if this UI change is introduced in 2.6, it will be harder for the
> developers and confusing to the users to get the other button in again.
> 
> Questions regarding "Junk filtering not working" majorly impacted by a
> badly (if at all) trained Bayes are common these days. To make SA more
> effective, the user needs to train Bayes. So there *must* be a way to
> train it. The user has to be able to make SA learn *any* mail marked as
> either Ham or Spam previously.
> 
> Automatic learning is *not* done for any mail. The score has to be above
> (or lower than) a threshold, which is way more extreme than the "spam
> limit".
> 
> For Bayes to kick in SA needs to be trained 200 Spam and Ham *each*.
> 
> These buttons should not be "mark as" Ham/Spam, but "learn as" Ham/Spam.
> 
> ...guenther
> 
> 

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Patrick O'Callaghan
On Tue, 2006-01-10 at 23:20 -0500, Lee Revell wrote:
> On Tue, 2006-01-10 at 23:56 -0400, Patrick O'Callaghan wrote:
> > On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > > > I was wondering if it is possible to grab all sender email addresses
> > > > from messages that have been sent to me and are in a specific folder. I
> > > > don't want to have to go through all the messages and copy each email
> > > > address to a text file. Thanks!
> > > 
> > > Want the output in a text file? Standard UNIX tools are your friend. :-)
> > > 
> > > 
> > > Collect a list of email addresses including real names, sorted
> > > alphabetically:
> > > 
> > > $ cd ~/.evolution/mail/local/
> > > $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq
> > 
> > Or:
> > 
> > cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  
> 
> Also, this fails for addresses with non-ASCII characters (email
> addresses deleted).
> 
> $ formail +1 -ds formail -c -x From: < .evolution/mail/local/Inbox |sort
> -u | grep ISO
>  =?ISO-8859-1?Q?=22Alexander_Car=F4t=22?= <>
>  =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= <>
>  =?ISO-8859-1?Q?Kristoffer_Lund=E9n?= <>
>  =?ISO-8859-1?Q?Patrik_H=E4gglund?= <>
>  =?ISO-8859-1?Q?Pelle_Lundstr=F6m?= <>
>  =?ISO-8859-1?Q?Simo_Kivim=E4ki?= <>
>  =?ISO-8859-1?Q?St=E9phane_Letz?= <>
>  =?ISO-8859-2?Q?Piotr_Tajdu=B6?= <>
>  Kristian =?ISO-8859-1?Q?Gr=F8nfeldt_S=F8rensen?= <>
>  Milus =?ISO-8859-1?Q?J=E1nos?= <>

I disagree that this constitutes failure. The addresses are correct and
RFC-compliant. If you want to massage them into Latin-1, say, then you
need another stage in the pipeline (I haven't a clue what exactly :-)

poc

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


Re: [Evolution] OWA login problem

2006-01-10 Thread pnayak
Hi ToKRan

There are login problem issue in exchange connector for some people in
evolution 2.4.x. Few login issues has been fixed in evolution 2.5.x, but
2.5.4 is development snapshots.
But to be clear with the issue you are facing, mail E2K_DEBUG traces to
[EMAIL PROTECTED] To get E2K_DEBUG traces, 
export E2K_DEBUG=4m, then launch evolution-exchange-storage from same
terminal. Mail the debug traces displayed in terminal or raise bug in
bugzilla.gnome.org with E2K_DEBUg traces.

Thanks
Poornima 
--- Begin Message ---
Hi,

my setup: 
SuSE 10.0 @ KDE 3.5.0
Evolution: 2.4.2-2
Evolution-exchange (connector): 2.4.2-3
Evolution-data-server 1.4.2.1-3
... distro RPM's 

so and I have actually problem with re-login at OWA Exchange 2003 server,
when I once created account and logged to Exchange mailbox  successfully,
and then finished Evolution application correctly, next time I cannot login to 
my Exchange mailbox anymore. When I put my password, to login dialog 
nothing happen and login dialog will appear again and so on ... 

Could U PLS help me? 
While I used evolution ver 1.4.x on my older SuSE (9.2) instalation I was
well-content user of Evolution application (thx developers ... )

THX
ToKRan
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list
--- End Message ---
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Patrick O'Callaghan
On Tue, 2006-01-10 at 23:16 -0500, Lee Revell wrote:
> On Tue, 2006-01-10 at 23:10 -0500, Lee Revell wrote:
> > On Tue, 2006-01-10 at 23:56 -0400, Patrick O'Callaghan wrote:
> > > On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > > > > I was wondering if it is possible to grab all sender email addresses
> > > > > from messages that have been sent to me and are in a specific folder. 
> > > > > I
> > > > > don't want to have to go through all the messages and copy each email
> > > > > address to a text file. Thanks!
> > > > 
> > > > Want the output in a text file? Standard UNIX tools are your friend. :-)
> > > > 
> > > > 
> > > > Collect a list of email addresses including real names, sorted
> > > > alphabetically:
> > > > 
> > > > $ cd ~/.evolution/mail/local/
> > > > $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq
> > > 
> > > Or:
> > > 
> > > cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  
> > 
> > Superfluous cat.
> > 
> > formail +1 -ds formail -c -x From:|sort|uniq < Inbox
> 
> Sorry, the lack of space between pipes threw me off.  Also sort -u is
> more efficient than sort | uniq.
> 
> formail +1 -ds formail -c -x From: < Inbox |sort -u

A matter of taste. I find ...|sort|uniq more idiomatic and clearer.

poc

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Lee Revell
On Tue, 2006-01-10 at 23:56 -0400, Patrick O'Callaghan wrote:
> On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > > I was wondering if it is possible to grab all sender email addresses
> > > from messages that have been sent to me and are in a specific folder. I
> > > don't want to have to go through all the messages and copy each email
> > > address to a text file. Thanks!
> > 
> > Want the output in a text file? Standard UNIX tools are your friend. :-)
> > 
> > 
> > Collect a list of email addresses including real names, sorted
> > alphabetically:
> > 
> > $ cd ~/.evolution/mail/local/
> > $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq
> 
> Or:
> 
> cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  

Also, this fails for addresses with non-ASCII characters (email
addresses deleted).

$ formail +1 -ds formail -c -x From: < .evolution/mail/local/Inbox |sort
-u | grep ISO
 =?ISO-8859-1?Q?=22Alexander_Car=F4t=22?= <>
 =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= <>
 =?ISO-8859-1?Q?Kristoffer_Lund=E9n?= <>
 =?ISO-8859-1?Q?Patrik_H=E4gglund?= <>
 =?ISO-8859-1?Q?Pelle_Lundstr=F6m?= <>
 =?ISO-8859-1?Q?Simo_Kivim=E4ki?= <>
 =?ISO-8859-1?Q?St=E9phane_Letz?= <>
 =?ISO-8859-2?Q?Piotr_Tajdu=B6?= <>
 Kristian =?ISO-8859-1?Q?Gr=F8nfeldt_S=F8rensen?= <>
 Milus =?ISO-8859-1?Q?J=E1nos?= <>

Lee

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Lee Revell
On Tue, 2006-01-10 at 23:10 -0500, Lee Revell wrote:
> On Tue, 2006-01-10 at 23:56 -0400, Patrick O'Callaghan wrote:
> > On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > > > I was wondering if it is possible to grab all sender email addresses
> > > > from messages that have been sent to me and are in a specific folder. I
> > > > don't want to have to go through all the messages and copy each email
> > > > address to a text file. Thanks!
> > > 
> > > Want the output in a text file? Standard UNIX tools are your friend. :-)
> > > 
> > > 
> > > Collect a list of email addresses including real names, sorted
> > > alphabetically:
> > > 
> > > $ cd ~/.evolution/mail/local/
> > > $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq
> > 
> > Or:
> > 
> > cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  
> 
> Superfluous cat.
> 
> formail +1 -ds formail -c -x From:|sort|uniq < Inbox

Sorry, the lack of space between pipes threw me off.  Also sort -u is
more efficient than sort | uniq.

formail +1 -ds formail -c -x From: < Inbox |sort -u

Lee

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Lee Revell
On Tue, 2006-01-10 at 23:56 -0400, Patrick O'Callaghan wrote:
> On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > > I was wondering if it is possible to grab all sender email addresses
> > > from messages that have been sent to me and are in a specific folder. I
> > > don't want to have to go through all the messages and copy each email
> > > address to a text file. Thanks!
> > 
> > Want the output in a text file? Standard UNIX tools are your friend. :-)
> > 
> > 
> > Collect a list of email addresses including real names, sorted
> > alphabetically:
> > 
> > $ cd ~/.evolution/mail/local/
> > $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq
> 
> Or:
> 
> cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  

Superfluous cat.

formail +1 -ds formail -c -x From:|sort|uniq < Inbox

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread Patrick O'Callaghan
On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
> > I was wondering if it is possible to grab all sender email addresses
> > from messages that have been sent to me and are in a specific folder. I
> > don't want to have to go through all the messages and copy each email
> > address to a text file. Thanks!
> 
> Want the output in a text file? Standard UNIX tools are your friend. :-)
> 
> 
> Collect a list of email addresses including real names, sorted
> alphabetically:
> 
> $ cd ~/.evolution/mail/local/
> $ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq

Or:

cat Inbox|formail +1 -ds formail -c -x From:|sort|uniq  

poc

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


Re: [Evolution] error in expunging mail in trash

2006-01-10 Thread guenther

> > I am not able to expunge the trash of my mail box and I receive the
> > following message:
> > 
> > "Error while Expunging folder.
> > Error storing `~/.evolution/mail/local/Inbox (mbox)': Summary and folder
> > mismatch, even after a sync." 
> 
> http://bugzilla.gnome.org/show_bug.cgi?id=213072 is already filed 

To fix this issue quickly, read the first few comments in that bug
report. The name of the files have changed since, but the suffix still
is the same. In your case, try moving this file:

  ~/.evolution/mail/local/Inbox.ev-summary

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread guenther
On Wed, 2006-01-11 at 02:56 +0100, guenther wrote:
[...]
> To redirect the output into a file in your $HOME append something like
> this (starting with the ">" char) to the command. Note: This will
> overwrite an existing file without warning, if you happen to have a file
> with the same name already in your $HOME.

Scratch the last "in your $HOME" part. This redirection will overwrite
an existing file without warning.

>   > ~/harvested-email-addresses-are-in-here
> 
> NOTE: Works for me. Use anything above at your *OWN* RISK!

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] copying all email addresses from a folder .. how?

2006-01-10 Thread guenther

> I was wondering if it is possible to grab all sender email addresses
> from messages that have been sent to me and are in a specific folder. I
> don't want to have to go through all the messages and copy each email
> address to a text file. Thanks!

Want the output in a text file? Standard UNIX tools are your friend. :-)


Collect a list of email addresses including real names, sorted
alphabetically:

$ cd ~/.evolution/mail/local/
$ grep ^From: Inbox | sed -e "s/^From: //" | sort | uniq

This time the addresses only:

$ cd ~/.evolution/mail/local/
$ grep ^From: Inbox | sed -e "s/^.*$//" | sort | uniq

Note, these commands only work with local mails. If you want a different
mail folder than Inbox, use the appropriate file rather than "Inbox" in
the above commands.

To redirect the output into a file in your $HOME append something like
this (starting with the ">" char) to the command. Note: This will
overwrite an existing file without warning, if you happen to have a file
with the same name already in your $HOME.

  > ~/harvested-email-addresses-are-in-here

NOTE: Works for me. Use anything above at your *OWN* RISK!


Yet another note: The paths mentioned are correct for Evo 2.4.x. Don't
recall if they are exactly the same for Evo 2.0.x, which you happen to
use.

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] Resend: Calendar items do not display

2006-01-10 Thread Lee Revell
On Wed, 2006-01-11 at 02:23 +0100, guenther wrote:
> > after "evolution --force-shutdown", run "ps ax|grep evol" to find out
> > the process id of evolution-data-server, and then kill the process.
> > 
> > also see http://bugzilla.gnome.org/show_bug.cgi?id=323115 .

That's the hard way, the easy way is:


 $ killall evolution-data-server-1.6

(evolution-data-server-1.4 if you use an old version)

Lee

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


Re: [Evolution] Resend: Calendar items do not display

2006-01-10 Thread guenther

> > You must be closing evolution-data-server before removing the
> > directory.
> > Use evolution --force-shutdown. 
> 
> again: this is *wrong*. "evolution --force-shutdown" does NOT close
> e-d-s! don't tell wrong things!

Thanks. :)  Was about to post the same...


> after "evolution --force-shutdown", run "ps ax|grep evol" to find out
> the process id of evolution-data-server, and then kill the process.
> 
> also see http://bugzilla.gnome.org/show_bug.cgi?id=323115 .

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] Resend: Calendar items do not display

2006-01-10 Thread guenther

> > Hello. I'm running the stock version of evolution and e-d-s that comes 
> > with ubuntu breezy:
> > 
> > evolution  2.4.1-0ubuntu7 The groupware suite
> > evolution-data 1.4.1-0ubuntu3 evolution database backend server
> > 
> > I recently installed beagle, and running beagled seemed to have somehow 
> > destabilized evolution calendar. I can no longer see any calendar 
> > entries in the calendar view. When I start evolution, I see the 
> > following error messages:
> > 
> > (evolution:27121): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion 
> > `GDK_IS_GC (gc)' failed
> > 
> > (evolution:27121): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion 
> > `GDK_IS_GC (gc)' failed

Unrelated, AFAIK.


> > Adding a new event by hand doesn't show any error message, but that too 
> > doesn't show up, even though the data gets into the local calendar.ics 
> > file in ~/.evolution. Is this a known issue? What is happening? How can 
> > I fix this?

The Calendar actually is enabled, right? See the checkbox next to the
Calendars name in the tree view (left hand side of Evo).


> > I tried to reset evolution data by removing the ~/.evolution directory, 
> > but the data is rebuilt

This is a rather rude way. Anyone reading this, be warned this might
affect more data than you would like to. By "affect" I mean, *delete*...


> You must be closing evolution-data-server before removing the directory.
> Use evolution --force-shutdown. Remove the clock applet as it would
> restart EDS.

Note from my observations recreating users data and settings on IRC:

Even if e-d-s is respawned already, it doesn't seem to load the contents
before requested by an app. At least this seems to be true for Contacts.

This effectively means, there is no need to remove the applet if you
really want to remove these data. Just kill e-d-s, remove the data, kill
e-d-s again.


> >  - possibly e-d-s keeps a cache somewhere else?
> 
> It does not keep a seperate cache.
>
> > If so, how can I wipe out all data and start from scratch? If I log in 
> > as another user on the system, there are no such issues, i.e., the 
> > calendar shows up fine, so I'd really like to wipe out the data and 
> > retry, rather than install upgrades.
>
> All the data are stored in ~/.evolution. The settings are stored in
> gconf, ~/.gconf/apps/evolution/.  Try shutting down EDS, you can check
> if EDS is running using ps and then remove the contents in the cache,
> for personal calendar the data is in ~/.evolution/calendar/.  Then start
  
> evolution.

No. This dir holds a lot more.

All *local* calendars are in ~/.evolution/calendar/local/ and the
"Personal" named default one is in /.evolution/calendar/local/system/ .


Please also see Andre's follow up.

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


RE: [Evolution] Problems with evolution 2.4.2.1

2006-01-10 Thread guenther
Since you already solved the issue, just a note FYI.

> Thank you both of you for trying to help me with this problem.
> Unfortunataly, it is not as simple as you have guessed.
> (Most unfortunatly for me I guess :-)
> 
> Using ldd I found that /usr/lib/libcamel-provider-1.2.so depends on both
> libnspr4.so => /usr/lib/gecko-sdk/lib/libnspr4.so (0xb7c64000)
> libnss3.so => /usr/lib/gecko-sdk/lib/libnss3.so (0xb7b94000)
> 
> They are both from the package net-libs/gecko-sdk-1.7.12-r1
> that I have compiled and installed.
> 
> In the arguments to configure I have this (on the same line):
> --with-nspr-includes=/usr/include/nspr
> --with-nspr-libs=/usr/lib/gecko-sdk/lib
> --with-nss-includes=/usr/include/nss
> --with-nss-libs=/usr/lib/gecko-sdk/lib
> 
> Phillip also mentioned SSL, and here is some other lines of output from
> "ldd /usr/lib/libcamel-provider-1.2.so" that might be useful:
> libssl3.so => /usr/lib/libssl3.so (0xb7c75000)
> libsmime3.so => /usr/lib/libsmime3.so (0xb7c6c000)
> libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb76c2000)
> 
> libssl.so.0.9.7 belongs to the package dev-libs/openssl-0.9.7i,
> but the other two files (/usr/lib/libssl3.so and /usr/lib/libsmime3.so)
> do not seem to belong to any package.

IIRC support for using OpenSSL with Evo is broken.

Don't know why the build picked up these libs, but maybe these configure
args would be useful for Gentoo:

 --enable-nss
 --disable-openssl --without-openssl-includes --without-openssl-libs


> Hey, just as I am writing this mail, I solved the problem!!

:-)

Leaving in the rest of this post for better Google support. ;)

...guenther


> I moved away the files /usr/lib/libssl3.so and /usr/lib/libsmime3.so so that
> the relevant lines of output from "ldd /usr/lib/libcamel-provider-1.2.so" 
> reads:libssl3.so => /usr/lib/gecko-sdk/lib/libssl3.so (0xb7c8e000)
> libsmime3.so => /usr/lib/gecko-sdk/lib/libsmime3.so (0xb7c6)
> 
> This fixed the problem, and evolution is now compiling. Hallelujah!


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] restoring an addressbook

2006-01-10 Thread Dan Stromberg

Yup.  I've been popping in and out of the list for a while.  Usually, I
try to use gmane.

Anyway, on the subject of resetting evo when it gets perplexed:

http://dcs.nac.uci.edu/~strombrg/evolution-sledgehammer.html

On Tue, 2006-01-10 at 23:24 +0100, guenther wrote:
> Cc'ing Dan, since he obviously is not subscribed.
> 
> > Is there any way I can import
> > /.evolution-2005-12-12/addressbook/local/system/addressbook.db into the
> > ~/.evolution I've been forced to move onto?
> 
> Yes. Here are the generic recovery steps (Evo 2.4):
> 
> a) Have a look at your ~/.evolution/addressbook/local/ dir.
> b) Create a new Address Book named "import" using Evo.
>Close Evo.
> c) Have a look at that dir again. There now is a new dir.
>We're going to use this new dir.
> d) Run this command:
>$ evolution --force-shutdown
> e) Now run this command:
>$ ps axw | grep evolution-data
>And use the 'kill' command to kill this process.
> f) Inside that new dir, there is an "addressbook.db" file. Copy your old
>(backed up) addressbook.db file there, overwriting the file in the
>new dir.
> g) Do steps d) and e) again, as Evo can be respawned by numerous other
>apps.
> 
> When starting Evo the next time, you should have your old Contacts back,
> stored in the "import" Address Book.
> 
> 
> Note: If there are *NO* Contacts in the default "Personal" Address Book,
> you can directly use the system/ dir (see step a), rather than a new
> one. However, it always is safe to use a new one.
> 
> Note: If you are using Evo 2.2, the above steps work as well. You just
> don't need the fugly step e) at all.
> 
> IIRC using hacks like the steps mentioned successfully recreated
> addressbook.db files by Evo versions at least down to Evo 1.4.
> 
> 
> Additional note: Do NOT make me explain the use of 'ps | grep' and
> 'kill' on a *user* mailing list. See bug #323115. [1]
> 
> ...guenther
> 
> 
> [1] http://bugzilla.gnome.org/show_bug.cgi?id=323115
> 
> 

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


Re: [Evolution] configuring evolution

2006-01-10 Thread Ron Johnson
On Mon, 2006-01-09 at 10:13 +, BANDARU_VENKI VENKY wrote:
> hi,this is venki.
>  i am new to linux operating system. i am
> cofiuring evolution.it shows an
> 
>  error.that is  gnome-icon-theme was not found in the
> pkg-config search path.
> 
>   alternatively you may set the git-cflags and
> git-libs. 
>   
> help me

All the help you need: people who are new to linux operating system
should *not* be building *extremely* complex programs from source.

Heck, there's no need to even build simple apps from source.  Your
distro should already have binary packages for you.

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA

"You can either have software quality or you can have pointer
arithmetic, but you cannot have both at the same time."
Bertrand Meyer

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


Re: [Evolution] configuring evolution

2006-01-10 Thread guenther

> >  i am new to linux operating system. i am
> > cofiuring evolution.it shows an
> > 
> >  error.that is  gnome-icon-theme was not found in the
> > pkg-config search path.
> > 
> >   alternatively you may set the git-cflags and
> > git-libs. 
> 
> add gnome-icon-theme to your PKG_CONFIG_PATH environment variable?
> 
> please post *exact* error messages here, otherwise i can just guess.

Hehe. :)  Let me take a guess...

The OP is building Evo from source, and running ./configure fails. The
above error message pretty much indicates he is missing a required
dependency. In this case gnome-icon-theme.

So the solution is to either build gnome-icon-theme from source, or to
install the devel package for gnome-icon-theme provided by his distro.

Anyway, this likely will not be the last missing dep, considering g-i-t
being pretty early in the stack... :)

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] Re: junk filtering

2006-01-10 Thread guenther
On Tue, 2006-01-10 at 16:54 -0500, Lee Revell wrote:
> On Tue, 2006-01-10 at 21:34 +0100, guenther wrote:
> > These buttons should not be "mark as" Ham/Spam, but "learn as"
> > Ham/Spam.
> 
> You can't use "Ham" in a user visible interface, no one knows what it
> means.

Agreed. I was talking about "mark as" vs. "learn as", though.

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] restoring an addressbook

2006-01-10 Thread guenther
Cc'ing Dan, since he obviously is not subscribed.

> Is there any way I can import
> /.evolution-2005-12-12/addressbook/local/system/addressbook.db into the
> ~/.evolution I've been forced to move onto?

Yes. Here are the generic recovery steps (Evo 2.4):

a) Have a look at your ~/.evolution/addressbook/local/ dir.
b) Create a new Address Book named "import" using Evo.
   Close Evo.
c) Have a look at that dir again. There now is a new dir.
   We're going to use this new dir.
d) Run this command:
   $ evolution --force-shutdown
e) Now run this command:
   $ ps axw | grep evolution-data
   And use the 'kill' command to kill this process.
f) Inside that new dir, there is an "addressbook.db" file. Copy your old
   (backed up) addressbook.db file there, overwriting the file in the
   new dir.
g) Do steps d) and e) again, as Evo can be respawned by numerous other
   apps.

When starting Evo the next time, you should have your old Contacts back,
stored in the "import" Address Book.


Note: If there are *NO* Contacts in the default "Personal" Address Book,
you can directly use the system/ dir (see step a), rather than a new
one. However, it always is safe to use a new one.

Note: If you are using Evo 2.2, the above steps work as well. You just
don't need the fugly step e) at all.

IIRC using hacks like the steps mentioned successfully recreated
addressbook.db files by Evo versions at least down to Evo 1.4.


Additional note: Do NOT make me explain the use of 'ps | grep' and
'kill' on a *user* mailing list. See bug #323115. [1]

...guenther


[1] http://bugzilla.gnome.org/show_bug.cgi?id=323115


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


[Evolution] Could not connect to Evolution Exchange backend process: No such file or directory.

2006-01-10 Thread John H.
Could not connect to Evolution Exchange backend process: No such file
or directory.

getting that error now with evolution
rpmq evolution
evolution-data-server-1.2.3-3.fc4
evolution-2.2.3-2.fc4
evolution-connector-2.2.2-5
evolution-devel-2.2.3-2.fc4

how to fix?
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Re: junk filtering

2006-01-10 Thread Lee Revell
On Tue, 2006-01-10 at 21:34 +0100, guenther wrote:
> These buttons should not be "mark as" Ham/Spam, but "learn as"
> Ham/Spam.
> 

You can't use "Ham" in a user visible interface, no one knows what it
means.

Lee

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


Re: [Evolution] Re: junk filtering

2006-01-10 Thread Greg Tassone
On Tue, 2006-01-10 at 21:34 +0100, guenther wrote:
< Snipped >
> > So this is a big issue, currently on HEAD, we have either the "Junk" or
> > the "Not Junk" button, based on wether the messages has been marked junk
> > or not. We actually needs to discuss this further. Am CCing Srini for
> > his comments on this.
> 
> Revert that commit immediately.
> 
> This is a bad idea. Really. All you gain is a few pixels in the toolbar.
> But if this UI change is introduced in 2.6, it will be harder for the
> developers and confusing to the users to get the other button in again.

I'm inclined to agree with guenther.  This sounds like a big usability
problem that needs to be addressed.  Toolbar buttons should NOT simply
"go away" within the same general view, IMO.  This is a usability thing
that was learned by most vendors long ago.  Gray-it-out if you must, but
don't make it disappear.

> Questions regarding "Junk filtering not working" majorly impacted by a
> badly (if at all) trained Bayes are common these days. To make SA more
> effective, the user needs to train Bayes. So there *must* be a way to
> train it. The user has to be able to make SA learn *any* mail marked as
> either Ham or Spam previously.

I absolutely agree.  This is one of the most important functions of an
E-mail client these days, beyond actually retrieving the mail and
displaying it.  It must work effectively.

Just my two cents.

~ Greg


signature.asc
Description: This is a digitally signed message part
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Re: junk filtering

2006-01-10 Thread guenther

> > The question is not whether you can use the buttons. Yes, they are
> > always enabled and do "something".
> > 
> > The problem is when you want to use it to learn ham. Apparently it was
> > not designed for that, it looks like it was designed to undo a previous
> > "junk"-button-press, because only then something actually happens, being
> > the bayes database being updated. If you push "not junk" on a random
> > message, the message doesn't get learned as "ham".
> 
> So this is a big issue, currently on HEAD, we have either the "Junk" or
> the "Not Junk" button, based on wether the messages has been marked junk
> or not. We actually needs to discuss this further. Am CCing Srini for
> his comments on this.

Revert that commit immediately.

This is a bad idea. Really. All you gain is a few pixels in the toolbar.
But if this UI change is introduced in 2.6, it will be harder for the
developers and confusing to the users to get the other button in again.

Questions regarding "Junk filtering not working" majorly impacted by a
badly (if at all) trained Bayes are common these days. To make SA more
effective, the user needs to train Bayes. So there *must* be a way to
train it. The user has to be able to make SA learn *any* mail marked as
either Ham or Spam previously.

Automatic learning is *not* done for any mail. The score has to be above
(or lower than) a threshold, which is way more extreme than the "spam
limit".

For Bayes to kick in SA needs to be trained 200 Spam and Ham *each*.

These buttons should not be "mark as" Ham/Spam, but "learn as" Ham/Spam.

...guenther


-- 
char *t="[EMAIL PROTECTED]";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

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


Re: [Evolution] configuring evolution

2006-01-10 Thread Andre Klapper
hi venki,

On Mon, 2006-01-09 at 10:13 +, BANDARU_VENKI VENKY wrote:
> hi,this is venki.
>  i am new to linux operating system. i am
> cofiuring evolution.it shows an
> 
>  error.that is  gnome-icon-theme was not found in the
> pkg-config search path.
> 
>   alternatively you may set the git-cflags and
> git-libs. 
>   
> help me

add gnome-icon-theme to your PKG_CONFIG_PATH environment variable?

please post *exact* error messages here, otherwise i can just guess.

cheers,
andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de


signature.asc
Description: This is a digitally signed message part
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Resend: Calendar items do not display

2006-01-10 Thread Andre Klapper
chen,

On Tue, 2006-01-10 at 23:35 +0530, chen wrote:
> You must be closing evolution-data-server before removing the
> directory.
> Use evolution --force-shutdown. 

again: this is *wrong*. "evolution --force-shutdown" does NOT close
e-d-s! don't tell wrong things!

after "evolution --force-shutdown", run "ps ax|grep evol" to find out
the process id of evolution-data-server, and then kill the process.

also see http://bugzilla.gnome.org/show_bug.cgi?id=323115 .

andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de


signature.asc
Description: This is a digitally signed message part
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] updating with yum

2006-01-10 Thread Pete Biggs
On Wed, 2005-11-30 at 19:16 +, jack wallen wrote:
> is there a way to update evolution (currently using a rather buggy
> 2.2.3) with yum? i've searched but can't seem to find the repos
> necessary.

I use nrpms (www.nrpms.net) - if you want to go to Evo 2.4 then it will
upgrade everything to gnome 2.12 I think.

P.


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


Re: [Evolution] Resend: Calendar items do not display

2006-01-10 Thread chen
On Tue, 2006-01-10 at 10:02 +0530, Vijay Ramachandran wrote:
> Hello. I'm running the stock version of evolution and e-d-s that comes 
> with ubuntu breezy:
> 
> evolution  2.4.1-0ubuntu7 The groupware suite
> evolution-data 1.4.1-0ubuntu3 evolution database backend server
> 
> I recently installed beagle, and running beagled seemed to have somehow 
> destabilized evolution calendar. I can no longer see any calendar 
> entries in the calendar view. When I start evolution, I see the 
> following error messages:
> 
> (evolution:27121): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion 
> `GDK_IS_GC (gc)' failed
> 
> (evolution:27121): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion 
> `GDK_IS_GC (gc)' failed
> 
> Adding a new event by hand doesn't show any error message, but that too 
> doesn't show up, even though the data gets into the local calendar.ics 
> file in ~/.evolution. Is this a known issue? What is happening? How can 
> I fix this?
> 
> I tried to reset evolution data by removing the ~/.evolution directory, 
> but the data is rebuilt
You must be closing evolution-data-server before removing the directory.
Use evolution --force-shutdown. Remove the clock applet as it would
restart EDS.
>  - possibly e-d-s keeps a cache somewhere else? 
It does not keep a seperate cache.
> If so, how can I wipe out all data and start from scratch? If I log in 
> as another user on the system, there are no such issues, i.e., the 
> calendar shows up fine, so I'd really like to wipe out the data and 
> retry, rather than install upgrades.
All the data are stored in ~/.evolution. The settings are stored in
gconf, ~/.gconf/apps/evolution/.  Try shutting down EDS, you can check
if EDS is running using ps and then remove the contents in the cache,
for personal calendar the data is in ~/.evolution/calendar/.  Then start
evolution.

> 
> Appreciate your help and advice.
> 
> thanks,
> Vijay
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Exchange connector problem

2006-01-10 Thread Saul Farber
Hello all,

I've a strange exchange connector problem.

First off, here's what *does* work:

$ wget --http-user=MYDOM/username --http-password=mypassword 
https://myexchangeserver/exchange/firstname.lastname/


Running the above wget (http-basic authentication against an https URL)
gives me an index.html page with my mailbox frameset, and the standard
OWA intro.  Basically, it just works.


If I create a new Exchange account, and fill in the same https url as
above and the same username as above (MYDOM/username), and the same
password, I get the following error from Evolution:


"Could not authenticate to server.

Make sure the username and password are correct and try again."


Any ideas about what evolution is actually doing?  How can I enable
debugging?

I've sniffed the connection, but since it's https, it's all encrypted.

Thanks for any suggestions!

--saul

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Jeffrey Stedfast
Why are you running an old development version fo evolution? At the very
least upgrade to 2.4.x

On Tue, 2006-01-10 at 13:01 +0100, Charles Bueche wrote:
> Hi,
> 
> I have :
> 
> - a Palm T5
> - gentoo Linux 2.6.14-suspend2-r7
> - evolution 2.3.3
> - app-pda/gnome-pilot 2.0.13
> - app-pda/gnome-pilot-conduits 2.0.13
> - pilot-link 0.12.0-pre4
> 
> Charles
> 
> On mar, 2006-01-10 at 04:51 -0700, Veerapuram Varadhan wrote:
> > On Tue, 2006-01-10 at 06:41 +, [EMAIL PROTECTED] wrote:
> > [snip...]
> > > I have started to use my Palm as reference, and use Perl scripts to
> > > "push" infos to other devices (Evolution, my home ISDN phone, etc). It
> > > would be nice to get sync with evo, but I think nobody will do it
> > > anymore. I see a possible future with KDE/kontact and the new project
> > > they have started. But it will take another year to get code
> > > 
> > I guess, the current evolution + gnome-pilot works pretty well for all
> > palm OS enabled PDA devices.  Atleast, it works for the three devices
> > that I have.
> > 
> > Charles: What version of gnome-pilot and evolution did you try?
> > 
> > 
> > V. Varadhan
-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
[EMAIL PROTECTED]  - www.novell.com

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


Re: [Evolution] OWA login problem

2006-01-10 Thread Paul Hands
Title: [Evolution] OWA login problem 




Hi,

I had a similar problem.  It turned out that evolution/exchange had somehow changed the account setting (in edit>preferences, edit the exchange account, receiving email tab) from plaintext password to secure password.  Changing it back to plaintext solved the problem.  You could also ry forget passwords in the file menu to see if it prompts you for the password again.

Paul 

On Tue, 2006-01-10 at 17:35 +0100, TomAs wrote:

Hi,

my setup:
SuSE 10.0 @ KDE 3.5.0
Evolution: 2.4.2-2
Evolution-exchange (connector): 2.4.2-3
Evolution-data-server 1.4.2.1-3
... distro RPM's

so and I have actually problem with re-login at OWA Exchange 2003 server,
when I once created account and logged to Exchange mailbox  successfully,
and then finished Evolution application correctly, next time I cannot login to
my Exchange mailbox anymore. When I put my password, to login dialog
nothing happen and login dialog will appear again and so on ...

Could U PLS help me?
While I used evolution ver 1.4.x on my older SuSE (9.2) instalation I was
well-content user of Evolution application (thx developers ... )

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





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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Veerapuram Varadhan
On Tue, 2006-01-10 at 13:41 +, Charles Bueche  wrote:
> On mar, 2006-01-10 at 06:10 -0700, Veerapuram Varadhan wrote:
> > On Tue, 2006-01-10 at 12:02 +, Charles Bueche  wrote:
> > > Hi,
> > > 
> > > I have :
> > > 
> > > - a Palm T5
> > > - gentoo Linux 2.6.14-suspend2-r7
> > > - evolution 2.3.3
> > > - app-pda/gnome-pilot 2.0.13
> > > - app-pda/gnome-pilot-conduits 2.0.13
> > > - pilot-link 0.12.0-pre4
> > 
> > Which contacts/calendar/tasks are you trying to sync?  I mean Local
> > account or remote account? (groupwise, exchange, etc)
> 
> local calendar in evo with Datebk5 calendar in Palm T5. Nothing else.
If
> working, later, maybe the contacts, but the advanced stuff of the T5
> isn't known in evo IIRC (pictures, etc).

Evolution doesn't yet support new contact database (i.e, pictures,
birth-date and other fields) and support for Datebk5 calendar is not yet
in pilot-link itself, (IIRC).

V. Varadhan

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


[Evolution] OWA login problem

2006-01-10 Thread TomAs
Hi,

my setup: 
SuSE 10.0 @ KDE 3.5.0
Evolution: 2.4.2-2
Evolution-exchange (connector): 2.4.2-3
Evolution-data-server 1.4.2.1-3
... distro RPM's 

so and I have actually problem with re-login at OWA Exchange 2003 server,
when I once created account and logged to Exchange mailbox  successfully,
and then finished Evolution application correctly, next time I cannot login to 
my Exchange mailbox anymore. When I put my password, to login dialog 
nothing happen and login dialog will appear again and so on ... 

Could U PLS help me? 
While I used evolution ver 1.4.x on my older SuSE (9.2) instalation I was
well-content user of Evolution application (thx developers ... )

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Brett Johnson
On Tue, 2006-01-10 at 13:01 +0100, Charles Bueche wrote:
> Hi,
> 
> I have :
> 
> - a Palm T5

I also have a T5, and have a minimal sync working (i.e. I can sync my
calendar, todos, address book, and time).  I think a lot of stuff has
changed in newer versions of the PalmOS (i.e. garnet) -- particularly,
in the calendar/todo areas.  I know that the datebk.pdb and todo.pdb
databases are not used directly anymore (they've been replaced with
calendar.pdb and tasks.pdb respectively).  Yet, they have rather funky
effects if they are modified (i.e. I get duplicate calendar/todo entries
if I modify/restore those databases, but there is no effect at all if
they are simply removed from the palm).  I've also been unable to do a
full backup of my T5 with the backup gpilot conduit (the conduit just
hangs forever when backing up the datebk database).

Anyway, that's just FYI, in case it's related to the problems you're
having.

-- 
Brett Johnson <[EMAIL PROTECTED]>

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Charles Bueche
On mar, 2006-01-10 at 06:10 -0700, Veerapuram Varadhan wrote:
> On Tue, 2006-01-10 at 12:02 +, Charles Bueche  wrote:
> > Hi,
> > 
> > I have :
> > 
> > - a Palm T5
> > - gentoo Linux 2.6.14-suspend2-r7
> > - evolution 2.3.3
> > - app-pda/gnome-pilot 2.0.13
> > - app-pda/gnome-pilot-conduits 2.0.13
> > - pilot-link 0.12.0-pre4
> 
> Which contacts/calendar/tasks are you trying to sync?  I mean Local
> account or remote account? (groupwise, exchange, etc)

local calendar in evo with Datebk5 calendar in Palm T5. Nothing else. If
working, later, maybe the contacts, but the advanced stuff of the T5
isn't known in evo IIRC (pictures, etc).

Charles

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Veerapuram Varadhan
On Tue, 2006-01-10 at 12:02 +, Charles Bueche  wrote:
> Hi,
> 
> I have :
> 
> - a Palm T5
> - gentoo Linux 2.6.14-suspend2-r7
> - evolution 2.3.3
> - app-pda/gnome-pilot 2.0.13
> - app-pda/gnome-pilot-conduits 2.0.13
> - pilot-link 0.12.0-pre4

Which contacts/calendar/tasks are you trying to sync?  I mean Local
account or remote account? (groupwise, exchange, etc)

V. Varadhan

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Veerapuram Varadhan
On Mon, 2006-01-09 at 19:03 +, [EMAIL PROTECTED] wrote:
[snip...]
> Is there a step by step way to get gnome-pilot to work? The interface
> alone is really hard to use, as it wants to know what cradle I have,
and
> as far as I know, they don't make one for mine.  Do I just put in the
> Palm device hotsync name?
"Cradle" is the device file that gnome-pilot should hook for
receiving/sending events from/to the pilot device.  In Linux, it will
typically be /dev/ttyUSB* in case of a USB connector or /dev/ttyS* in
case of a serial connector.  Also, unless and otherwise, you press the
hotsync button, the device-file will not be created.

A sample writeup for configuring USB Palm in FC3 is given in the
following link. 
http://www.clasohm.com/blog/one-entry?entry_id=12096 

(the information provided can be applicable accross distribution with
minimal changes)

>   Do I run the kpilot hotsync, then have to run
> the gnomepilot one seperately and how, from inside Evolution? or will
it
> run fine through kpilot? kpilot seems to say it has an option to use
> evolution conduits to hotsync with a Palm, but as far as I can tell,
> hasn't been.
> 
I have not tried kpilot + evolution.  Evolution's "Edit->Synchronization
options" invokes gpilotd-control-applet which in-turn starts the
gnome-pilot that runs like a daemon.  So, you don't normally required to
start anything else, but evolution.

HTH,

V. Varadhan

> Very confusing sometimes, but I am willing to try suggestions. Kind of
> need my palm for just about everything.  Would help a lot to get the
> contacts to sync up so I can find phone numbers and things without
> entering the changes by hand every night.
> 
> 
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] syncing my pocket pc with evolution via multisync/opensync/synce

2006-01-10 Thread Veerapuram Varadhan
On Tue, 2006-01-10 at 06:19 +, [EMAIL PROTECTED] wrote:
> Hello,
> I'm using multisync (with its friends opensync and synce, I think) to
> sync my pocketPC to my UbuntuLinux computer with Evolution 2.4.1.
> 
> 
> 1. Why is the Appointment-Time wrong? For example, on my PDA, I
> entered an appointment for 1:30pm-2:30pm on December 13, Tuesday. But
> on Evolution, it shows up as 10:30pm-11:30pm on the same day. The
> strange thing is: when I double-click on the appointment in Evolution,
> in the "appointment tab" 's "date and time" section, the time is
> correct (1:30pm -- 2:30 pm), but the time zone is wrong. The time zone
> is at UTC.
> I'm currently in Japan. My PDA is set to Japan time. My Ubuntu linux
> pc is set to Japan Time, and Evolution is set to Japan Time. Why are
> all appointments saved as UTC time zone? Do I have to manually switch
> each appointment from UTC to my Japan Time Zone?
> 
I have not tried multisync, but I guess should be a bug in the
evolution2 plugin for multisync/opensync.  With gnome-pilot, I get these
information synced properly.


> 2. My contacts in PDAs have a section called "Notes". This is the
> place to enter stuff that don't fit in the fill-in-the blank forms
> (e.g. Email address, mobile phone number). I make use of the Notes
> section to enter information that :I have for that contact. But it
> doesn't sync to evolution. What can be done about this?
> 
Same as above.

> 3. I have synced my tasks from pocket pc pda to ubuntulinux evolution.
> On Evo, I have purged the finished tasks. When I click either Sync or
> Re-Sync in Multiysync, the finished tasks are not erased from my pda. 
> I can add tasks into Evo and have it synced to my PDA, and I can add
> tasks in my PDA and have it synced to my PC's Evo, but why my pocket
> pc recognize that the purged tasks are gone in the Evo2, and thus
> remove these completed tasks from itself?
> 
Same as above.

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Charles Bueche
Hi,

I have :

- a Palm T5
- gentoo Linux 2.6.14-suspend2-r7
- evolution 2.3.3
- app-pda/gnome-pilot 2.0.13
- app-pda/gnome-pilot-conduits 2.0.13
- pilot-link 0.12.0-pre4

Charles

On mar, 2006-01-10 at 04:51 -0700, Veerapuram Varadhan wrote:
> On Tue, 2006-01-10 at 06:41 +, [EMAIL PROTECTED] wrote:
> [snip...]
> > I have started to use my Palm as reference, and use Perl scripts to
> > "push" infos to other devices (Evolution, my home ISDN phone, etc). It
> > would be nice to get sync with evo, but I think nobody will do it
> > anymore. I see a possible future with KDE/kontact and the new project
> > they have started. But it will take another year to get code
> > 
> I guess, the current evolution + gnome-pilot works pretty well for all
> palm OS enabled PDA devices.  Atleast, it works for the three devices
> that I have.
> 
> Charles: What version of gnome-pilot and evolution did you try?
> 
> 
> V. Varadhan
-- 
Charles Bueche <[EMAIL PROTECTED]>
www.netnea.com : your best source for ultra-geeks !

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


Re: [Evolution] Palms and Evolution

2006-01-10 Thread Veerapuram Varadhan
On Tue, 2006-01-10 at 06:41 +, [EMAIL PROTECTED] wrote:
[snip...]
> I have started to use my Palm as reference, and use Perl scripts to
> "push" infos to other devices (Evolution, my home ISDN phone, etc). It
> would be nice to get sync with evo, but I think nobody will do it
> anymore. I see a possible future with KDE/kontact and the new project
> they have started. But it will take another year to get code
> 
I guess, the current evolution + gnome-pilot works pretty well for all
palm OS enabled PDA devices.  Atleast, it works for the three devices
that I have.

Charles: What version of gnome-pilot and evolution did you try?


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


Re: [Evolution] Bad surprise with Evolution when finally upgraded...

2006-01-10 Thread Andre Klapper
hi massimo,
hi sush,

Am Dienstag, den 10.01.2006, 16:22 +0530 schrieb Sushma Rai:
> You can create a New addressbook folder in Evolution, 
> and copy the addressbook.db file to the folder in 
> .evolution/addressbook/local directory, corresponding 
> to the new folder you have created, restart evolution and e-d-s.

instead of "restart", i'd rather say:
shutdown evolution completely by running "evolution --force-shutdown".
after that, run "ps ax|grep evol" to find out the process id of
evolution-data-server, output should be something like:
28813 ?  Sl1:22 /opt/gnome/libexec/evolution-data-server-1.4
after that, run "kill 28813" (and replace the number with your process
id).

sush, this IS needed to do this properly. it ain't that easy as you
described, and this is pretty hard to explain to normal users, see
http://bugzilla.gnome.org/show_bug.cgi?id=323115 . this bug should
really be fixed as soon as possible.

cheers,
andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de
-- 
He thought he saw an albatross
That fluttered 'round the lamp.
He looked again and saw it was
A penny postage stamp.
"You'd best be getting home," he said,
"The nights are rather damp."


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Jump to unread in next folder

2006-01-10 Thread Andre Klapper
hi conrad,

Am Dienstag, den 10.01.2006, 12:04 +0530 schrieb Parthasarathi Susarla:
> On Wed, 2005-11-30 at 14:25 -0800, Conrad Steenberg wrote:
> > Is it possible to jump to the next unread message in another folder?
> > 
> > At the moment Ctrl+] jumps to the next unread message, but only in the
> > current folder. This is with 2.2.3 in FC4.
> 
> No. it is not possible. But please feel free for file an enhancement
> request at bugzilla.gnome.org

please do not (or if you already did, mark it as duplicate), because
this is already requested:
http://bugzilla.gnome.org/show_bug.cgi?id=302997

cheers,
andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] evolution will not start anymore

2006-01-10 Thread Andre Klapper
hi terrence,

Am Dienstag, den 10.01.2006, 12:10 +0530 schrieb Parthasarathi Susarla:
> Could you try using strace or gdb??

you can find more information on getting a gdb backtrace/stacktrace at
http://www.gnome.org/projects/evolution/bugs.shtml , section "
Debugging Evolution's Crashes."

thanks,
andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Bad surprise with Evolution when finally upgraded...

2006-01-10 Thread Sushma Rai
You can create a New addressbook folder in Evolution, 
and copy the addressbook.db file to the folder in 
.evolution/addressbook/local directory, corresponding 
to the new folder you have created, restart evolution and e-d-s.
Your contacts should appear in the new folder created.
Now you can move them to your personal book.

Thanks,
Sushma.

On Sun, 2005-12-18 at 12:44 +0100, Massimo DZ wrote:

> It turns out I'm not so lucky with the address book (which is the most
> important thing for some users using this PC).
> I tried replacing "~/.evolution/addressbook/local/system" but it didn't
> work. I am not even sure those two files are really used since I can
> delete them and the address book still shows up with the few test
> entries I made.
> I looked around my new home dir but I simply cannot figure out where the
> address book is kept.
> 
> I have an almost complete backup of all the home directories.
> 
> ___
> Evolution-list mailing list
> Evolution-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-list
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] how to upgrade to the upcoming version of Evolution?

2006-01-10 Thread Andre Klapper
hi jack,

Am Sonntag, den 11.12.2005, 19:55 + schrieb jack wallen:
> so how will Fedora Core 4 users upgrade? there are some odd bugs going
> on. for instance - pilot syncing STINKS! i can get my clie pegsj30 to
> sync with kpilot but not with evolution.

fc4 comes out with gnome 2.10 and evolution 2.2, whilst fc5 will come
out with gnome 2.14 and evolution 2.6. so it seems like you have to
wait, or compile on your own. :-(

cheers,
andre

-- 
 mailto:[EMAIL PROTECTED] | failed!
 http://www.iomc.de


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Looking for libplc4.so

2006-01-10 Thread Erik Slagter
On Fri, 2006-01-06 at 14:03 -0500, Vandor, Steven A wrote:
> I recently upgraded to NLD9 SP2, and evolution stopped working. It
> fails at start-up with a message that it cannot find libplc4.so, which
> resides in the /opt/firefox directory. Does anyone know where
> evolution is looking? Can I just add a symlink there?

The question is not where evolution looks for libs but where the dynamic
linker does. This is controlled by the file /etc/ld.so.conf.
Add /opt/firefox to this file and run ldconfig.



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


RE: [Evolution] Problems with evolution 2.4.2.1

2006-01-10 Thread Terje Bråten
(My hotmail browser crashed while I sent this a little while ago, so sorry 
if you get this twice.)



From: "Sackinger, Philip A" <[EMAIL PROTECTED]>
Date: Mon, 9 Jan 2006 13:17:52 -0700

Looks like you're missing the mozilla nss devel libraries which I think are 
needed to get the NTLM authorization for evolution connector to work 
against OWA from Exchange servers when using TLS(SSL).



From: Parthasarathi Susarla <[EMAIL PROTECTED]>
Date: Tue, 10 Jan 2006 10:42:15 +0530

Hi,
On Mon, 2006-01-09 at 19:30 +0100, Terje Bråten wrote:
[snip]
> /usr/lib/libcamel-provider-1.2.so: undefined reference to
> `NSS_CMSSignerInfo_AddMSSMIMEEncKeyPrefs'
Evolution is unable to find the LibNSS and LibNSPR libraries provided by
Mozilla. You need to let evolution know where it can find them with the
options  --with-nspr-libs and --with-nss-libs configure switches.
Although am not sure how you can exactly do it using emerge.


Thank you both of you for trying to help me with this problem.
Unfortunataly, it is not as simple as you have guessed.
(Most unfortunatly for me I guess :-)

Using ldd I found that /usr/lib/libcamel-provider-1.2.so depends on both
   libnspr4.so => /usr/lib/gecko-sdk/lib/libnspr4.so (0xb7c64000)
   libnss3.so => /usr/lib/gecko-sdk/lib/libnss3.so (0xb7b94000)

They are both from the package net-libs/gecko-sdk-1.7.12-r1
that I have compiled and installed.

In the arguments to configure I have this (on the same line):
--with-nspr-includes=/usr/include/nspr
--with-nspr-libs=/usr/lib/gecko-sdk/lib
--with-nss-includes=/usr/include/nss
--with-nss-libs=/usr/lib/gecko-sdk/lib

Phillip also mentioned SSL, and here is some other lines of output from
"ldd /usr/lib/libcamel-provider-1.2.so" that might be useful:
   libssl3.so => /usr/lib/libssl3.so (0xb7c75000)
   libsmime3.so => /usr/lib/libsmime3.so (0xb7c6c000)
   libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0xb76c2000)

libssl.so.0.9.7 belongs to the package dev-libs/openssl-0.9.7i,
but the other two files (/usr/lib/libssl3.so and /usr/lib/libsmime3.so)
do not seem to belong to any package.

Hey, just as I am writing this mail, I solved the problem!!
I moved away the files /usr/lib/libssl3.so and /usr/lib/libsmime3.so so that
the relevant lines of output from "ldd /usr/lib/libcamel-provider-1.2.so" 
reads:libssl3.so => /usr/lib/gecko-sdk/lib/libssl3.so (0xb7c8e000)

   libsmime3.so => /usr/lib/gecko-sdk/lib/libsmime3.so (0xb7c6)

This fixed the problem, and evolution is now compiling. Hallelujah!

Thank you for your help.

--
Terje Bråten.

_
MSN Messenger http://messenger.msn.no Den enkleste og raskeste måten å holde 
kontakten på


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