Re: [Evolution] Evolution and Lotus Domino servers?

2002-04-22 Thread Chris Tooley

It's easy to tell if IMAP is turned on, at the console type show
tasks.  I'll go on the assumption that it _is_ turned on from here on
out...

If you are using IMAP SSL with Domino, well, sacrifice your best goat to
the gods because you have achieved a feat greater than the creation of
the world.  Either way, telnet to the server's IP address with the
associated port number, 143 for IMAP and 993 for IMAP/SSL.

If you get disconnected or refused then IMAP is not working right.  If
it connects your settings are not correct in Evolution.

Let us know what you find and I'll continue from there.

I've been using Evolution with my Domino server for quite a while now
and can say that it works pretty well.  There are definitely other
servers that do IMAP faster but it works just fine.


Chris Tooley

On Mon, 2002-04-22 at 00:52, Not Zed wrote:
 Has IMAP been enabled on the server?
 
 I'm guessing here its an option, and it hasn't been turned on ...
 
 
 On Mon, 2002-04-22 at 12:39, muppet wrote:
  
  the ximian pages touting evolution allude to its ability to connect to 
  lotus domino servers using imap.  i R'd TFM and the faq and a few 
  months' worth of thread names and found no clues as to *how* to do that.
  
  simply pointing evolution to my mail server's dns name didn't work 
  (Connection refused without SSL, Operation in progress with).
  
  i am without clue.
  
  any pointers?
  
  
  thanks
  --ttocs
  
  
  
  more info:
  from windoze i am shackled with notes R4.6.
  i know the server name.
  that's about it.
  
  what do i need to know, where should i look, what can i read, what 
  questions should i ask of the IT people, that sort of thing...
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Feature Request: IMAP Folders on the Summary page

2002-04-16 Thread Chris Tooley

GREAT!  Now if I can just get filters to work in any manner at all, I'll
never have to see mailing list mail before I make the effort to go see
it.  Something about that bold type and the number telling me how many
are new just makes me _have_ to go check out those messages. :)

Chris Tooley

On Tue, 2002-04-16 at 09:40, Ettore Perazzoli wrote:
 On Tue, 2002-04-16 at 06:22, Alec Edworthy wrote:
  Hi,
  
  Would it be possible to allow the adding of IMAP folders onto the
  Summary page like you can add normal folders now?
 
 This is implemented on the unstable version on CVS.
 
 -- 
 Ettore
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] GPG

2002-03-12 Thread Chris Tooley

Can someone give me some instruction on how to set up a gpg key to be
able to use it with Evolution?  Every time I set one up it says that the
secure key is unavailable.

Chris Tooley




___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Run before connect feature

2001-12-21 Thread Chris Tooley

Evolution Gurus:

I use IMAP to connect to my Lotus Domino server and it works
wonderfully.  I absolutely love the way it's worked out for me. 
However, we are putting some machines together for staff to have at
home.  I would like to set the machines up to connect to the IMAP server
before I give them to the person.  However, since I require tunneling
IMAP through SSH to get to the IMAP (and LDAP for that matter) server I
was wondering something.  I know when I run evolution it fires off a
bunch of different parts.  Would it be possible to add another thing to
fire off with that (an ssh client with tunneling).  That would be very
handy to have set up for them so they don't have to know anything at all
about ssh happening.

I was thinking about a shell script to perform the same basic function
but that may be trickier.

Chris Tooley


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Run before connect feature

2001-12-21 Thread Chris Tooley

What about entering a passphrase for the id?

Chris

On Fri, 2001-12-21 at 15:46, Ian Goldberg wrote:
 On Fri, 2001-12-21 at 10:25, Chris Tooley wrote:
  Evolution Gurus:
  
  I use IMAP to connect to my Lotus Domino server and it works
  wonderfully.  I absolutely love the way it's worked out for me. 
  However, we are putting some machines together for staff to have at
  home.  I would like to set the machines up to connect to the IMAP server
  before I give them to the person.  However, since I require tunneling
  IMAP through SSH to get to the IMAP (and LDAP for that matter) server I
  was wondering something.  I know when I run evolution it fires off a
  bunch of different parts.  Would it be possible to add another thing to
  fire off with that (an ssh client with tunneling).  That would be very
  handy to have set up for them so they don't have to know anything at all
  about ssh happening.
  
  I was thinking about a shell script to perform the same basic function
  but that may be trickier.
 
 I don't see why that would be trickier.
 
 #!/bin/bash
 ssh -n -Lport1:imaphost:imap remotehost sleep 100 
 sshpid=$!
 sleep 5  ## Give the ssh time to connect
 evolution
 kill $sshpid
 
- Ian
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Run before connect feature

2001-12-21 Thread Chris Tooley

Because I have no desire nor time to invest into convincing the powers
that be that it's worth the time to make our Domino server run imaps
instead of what it runs now.  Plus, it took forever to convince them
that it was ok that I punch a hole through the firewall to get ssh
access let alone punching another hole in the firewall.

Chris Tooley

On Fri, 2001-12-21 at 17:55, Bill Kenworthy wrote:
 Why bother:
 
 # cat /etc/xinetd.d/imaps
 # default: off
 # description: The IMAPS service allows remote users to access their
 mail \
 #using an IMAP client with SSL support such as Netscape \
 #Communicator or fetchmail.
 service imaps
 {
   disable = no
   socket_type = stream
   wait= no
   user= root
   server  = /usr/sbin/imapsd
   log_on_success  += DURATION USERID
   log_on_failure  += USERID
 }
 
 
 On Fri, 2001-12-21 at 23:25, Chris Tooley wrote:
  Evolution Gurus:
  
  I use IMAP to connect to my Lotus Domino server and it works
  wonderfully.  I absolutely love the way it's worked out for me. 
  However, we are putting some machines together for staff to have at
  home.  I would like to set the machines up to connect to the IMAP server
  before I give them to the person.  However, since I require tunneling
  IMAP through SSH to get to the IMAP (and LDAP for that matter) server I
  was wondering something.  I know when I run evolution it fires off a
  bunch of different parts.  Would it be possible to add another thing to
  fire off with that (an ssh client with tunneling).  That would be very
  handy to have set up for them so they don't have to know anything at all
  about ssh happening.
  
  I was thinking about a shell script to perform the same basic function
  but that may be trickier.
  
  Chris Tooley
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Congratulations!

2001-12-03 Thread Chris Tooley

Not sure is this is definitely 1.0 or RC3 but it's a new build and so is
something I grabbed.  Of course at the same time I was getting the new
build of Red-Carpet which meant that when RC got done installing the
packages, both Evolution and Red Carpet locked up hard(? I'm assuming
that's not typical) and crashed in the middle of an e-mail my boss and I
were composing.

My own fault for showing off updating while in use.  Anyway, congrats on
1.0.  I agree that the splash screen is a step backwards.  I liked the
old one better.  But, when the worst nitpicks about the product so far
are the artwork on the wakeup splash screen that's a good thing. :)

Chris
On Mon, 2001-12-03 at 09:05, Janne Morén wrote:
 Finally out! The only thing I've found is that the splash screen is a
 bit uninspired... Of course, since I restart Evolution every time I
 reboot (i.e. once in a blue moon) or when installing a new version, this
 is not much of a problem.
 
 
 
 -- 
 Trust the Computer. The Computer is your friend.
 
 Mr. Jan Morén  Dept. of Cognitive Science
 Tel. +46-046 222 8588  Kungshuset, Lund
 Fax. +46-046 222 9758  S-222 22 Lund, Sweden
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] No new snapshots?

2001-11-21 Thread Chris Tooley

I would imagine that bandwidth gets pretty expensive when you have
people downloading packages they already have installed, just so they
can get the latest snapshot.  It doesn't really make any sense to keep
running rpm upgrades on packages if the files don't change, that's just
asking for something to break.

Chris Tooley

On Wed, 2001-11-21 at 10:58, Michael Leone wrote:
 On Tue, 2001-11-20 at 22:08, JP Rosevear wrote:
  On Tue, 2001-11-20 at 17:12, Michael Leone wrote:
   There don't seem to be any new snapshots since the 14th; that was just
   before RC2 came out. What's the scoop? I was using the snaps by
   manuallly FTPing them, since Red Carpet doesn't work for my distro. And
   the snapshot build status web page -
   http://primates.ximian.com/~snapshot - haven't been updated since even
   earlier than that, the 11th.
   
   Any idea on when snapshots will be available again?
  
  Not sure, nothing is really changing since RC2.
 
 OK. But the last snapshot shows .99.1, so it's not RC2. That may just
 be a technicality. Even so, shouldn't the snapshots have been built? In
 the past, they were built whether there were many code changes or not.
 Has there been some change in policy?
 
 -- 
 
 --
 Michael J. Leone  Registered Linux user #201348 
 mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone
 
 PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
 PGP public key:
 http://www.mike-leone.com/~turgon/turgon-public-key.gpg
 
 Foreman, roving paving crew, Dept. of Roads, Hades.



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] IMAP Large Folders Problems

2001-11-10 Thread Chris Tooley

I somewhat believe that it isn't Evo's fault.  I noticed the 0 Recent
message, but that doesn't explain why one  message will screw up the
entire downloading of the mail box.  I don't know enough about IMAP to
know whether it's a spec problem or an implimentation problem but on
message marked as SEEN doesn't mean that every message after that should
be.  Or failing the download of one message, the rest should be
checked.  It's possible that this is Domino's fault.  Anyway, I deleted
the first message in the inbox and tried again.  This got me all the
messages after that one up until the next message from the same author. 
I went through and deleted all messages from that author and all 12000
remaining messages came down.

Chris Tooley

On Sat, 2001-11-10 at 14:45, Jeffrey Stedfast wrote:
 Here's your problem:
 
 sending : A00092 SELECT {5+}
 INBOX
 received: * 12101 EXISTS
 received: * 0 RECENT
 received: * OK [UNSEEN 1] Message 1 is first unseen
 received: * OK [UIDVALIDITY 1] UIDs valid
 received: * FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
 received: * OK [PERMANENTFLAGS (\Flagged \Seen \Answered \Deleted
 \Draft)] Permanent flags
 received: A00092 OK [READ-WRITE] SELECT completed
 sending : A00093 UID FETCH 1:* (FLAGS RFC822.SIZE BODY.PEEK[HEADER])
 received: A00093 NO FETCH Cannot convert Notes Rich Text message to MIME
 message.
 
 Whenever you try and SELECT the INBOX (there are 0 recent btw, there may
 be some unread messages, but unread don't necessarily mean recent in
 imap-speak), your imap server doesn't give them to us because apparently
 some of the messages contain Notes Rich Text formatted stuff or
 something? 
 
 Anyways, it refuses to give them to us so it's not our fault.
 
 Jeff
 
 On Fri, 2001-11-09 at 21:22, Chris Tooley wrote:
  This is the output.  I note that there is about 12000 messages but it
  says that 0 are recent?  They should all be recent.
  
  Chris
  On Fri, 2001-11-09 at 17:28, Jeffrey Stedfast wrote:
   Can you export CAMEL_VERBOSE_DEBUG=1 and then run evolution-mail in that
   terminal then wait 5 seconds and start evolution in a second terminal
   and send is the log?
   
   Jeff
   
   On Fri, 2001-11-09 at 18:09, Chris Tooley wrote:
Well, it's a Domino based mail file.  There were as I said 15000
messages in the INBOX which were truly in the inbox.  When I went to
download them, it got somewhere around August 2000 (I started here in
July) and stopped.  I deleted all 3000 of those messages and moved on. 
However it still won't download the rest of the messages. I looked in my
web-mail login and Domino shows that those messages got deleted, and
that there are still the same number of messages in the folder as
Evolution says are in the folder when it starts up.

I am asking it to filter my IMAP Inbox but that doesn't really make much
of a difference because the same filters are run by Domino before
Evolution hits the mail file.  So, anything Evo is going to filter,
Domino already has.

Chris Tooley


On Fri, 2001-11-09 at 16:55, Jeffrey Stedfast wrote:
 There's no problems with large IMAP folders that I know of... I've got
 some pretty hefty sized imap folders and it works perfectly fine for me.
 
 Are you by any chance using Evolution to filter your IMAP Inbox folder?
 if so, then it might say 500 new messages and then when you switch to
 it, it will filter them into other folders and then the new message
 count will change.
 
 Jeff
 
 On Fri, 2001-11-09 at 17:12, Chris Tooley wrote:
  I know there was some talk about problems with large folders in IMAP
  connections.  Is there a way to clear out what Evolution thinks is in
  the Folder and force it to check again?  I had 15592 messages in my
  INBOX and it only downloaded headers for 3523 of them.  I deleted all
  3823 and now it says there are 12069 new messages but when I click on
  the folder it checks the status and then reports 0 new messages and an
  empty folder.  Not exactly correct.
  
  Chris Tooley
  
  
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 


   
   
   
   ___
   evolution maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/evolution
   
  
  
  
 
 
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] IMAP Large Folders Problems

2001-11-10 Thread Chris Tooley

Ahh, so it is an implimentation issue.  Not necessarily a broken
implimentation.

I should mention that I never really blamed Ximian, Ximian is just much
more likely to fix a problem than Lotus.  Can't wait to see Evolution on
the shelves at the local computer store.

Chris Tooley

On Sat, 2001-11-10 at 15:14, Jeffrey Stedfast wrote:
 We tried to get all the messages in 1 lump sum (the most efficient way
 of doing it since it saves quite a bit of network traffic) - you'll
 notice that we asked for 1:* which means give us all the messages
 starting with 1 all the way to the last message that you've got and it
 didn't, so we rightfully assumed that we weren't going to be able to
 fetch any messages at all from the server and so thus didn't try again.
 For all we knew, the problem could have been with any message - not
 necessarily the first message. So to keep trying over and over could
 have been a complete waste of time. How do we know that any of the
 messages would work? We don't.
 
 I claim this to be NOTXIMIAN.
 
 Jeff
 
 On Sat, 2001-11-10 at 15:52, Chris Tooley wrote:
  I somewhat believe that it isn't Evo's fault.  I noticed the 0 Recent
  message, but that doesn't explain why one  message will screw up the
  entire downloading of the mail box.  I don't know enough about IMAP to
  know whether it's a spec problem or an implimentation problem but on
  message marked as SEEN doesn't mean that every message after that should
  be.  Or failing the download of one message, the rest should be
  checked.  It's possible that this is Domino's fault.  Anyway, I deleted
  the first message in the inbox and tried again.  This got me all the
  messages after that one up until the next message from the same author. 
  I went through and deleted all messages from that author and all 12000
  remaining messages came down.
  
  Chris Tooley
  
  On Sat, 2001-11-10 at 14:45, Jeffrey Stedfast wrote:
   Here's your problem:
   
   sending : A00092 SELECT {5+}
   INBOX
   received: * 12101 EXISTS
   received: * 0 RECENT
   received: * OK [UNSEEN 1] Message 1 is first unseen
   received: * OK [UIDVALIDITY 1] UIDs valid
   received: * FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
   received: * OK [PERMANENTFLAGS (\Flagged \Seen \Answered \Deleted
   \Draft)] Permanent flags
   received: A00092 OK [READ-WRITE] SELECT completed
   sending : A00093 UID FETCH 1:* (FLAGS RFC822.SIZE BODY.PEEK[HEADER])
   received: A00093 NO FETCH Cannot convert Notes Rich Text message to MIME
   message.
   
   Whenever you try and SELECT the INBOX (there are 0 recent btw, there may
   be some unread messages, but unread don't necessarily mean recent in
   imap-speak), your imap server doesn't give them to us because apparently
   some of the messages contain Notes Rich Text formatted stuff or
   something? 
   
   Anyways, it refuses to give them to us so it's not our fault.
   
   Jeff
   
   On Fri, 2001-11-09 at 21:22, Chris Tooley wrote:
This is the output.  I note that there is about 12000 messages but it
says that 0 are recent?  They should all be recent.

Chris
On Fri, 2001-11-09 at 17:28, Jeffrey Stedfast wrote:
 Can you export CAMEL_VERBOSE_DEBUG=1 and then run evolution-mail in that
 terminal then wait 5 seconds and start evolution in a second terminal
 and send is the log?
 
 Jeff
 
 On Fri, 2001-11-09 at 18:09, Chris Tooley wrote:
  Well, it's a Domino based mail file.  There were as I said 15000
  messages in the INBOX which were truly in the inbox.  When I went to
  download them, it got somewhere around August 2000 (I started here in
  July) and stopped.  I deleted all 3000 of those messages and moved on. 
  However it still won't download the rest of the messages. I looked in my
  web-mail login and Domino shows that those messages got deleted, and
  that there are still the same number of messages in the folder as
  Evolution says are in the folder when it starts up.
  
  I am asking it to filter my IMAP Inbox but that doesn't really make much
  of a difference because the same filters are run by Domino before
  Evolution hits the mail file.  So, anything Evo is going to filter,
  Domino already has.
  
  Chris Tooley
  
  
  On Fri, 2001-11-09 at 16:55, Jeffrey Stedfast wrote:
   There's no problems with large IMAP folders that I know of... I've got
   some pretty hefty sized imap folders and it works perfectly fine for me.
   
   Are you by any chance using Evolution to filter your IMAP Inbox folder?
   if so, then it might say 500 new messages and then when you switch to
   it, it will filter them into other folders and then the new message
   count will change.
   
   Jeff
   
   On Fri, 2001-11-09 at 17:12, Chris Tooley wrote:
I know there was some talk about problems with large folders in IMAP
connections.  Is there a way to clear out

[Evolution] IMAP Large Folders Problems

2001-11-09 Thread Chris Tooley

I know there was some talk about problems with large folders in IMAP
connections.  Is there a way to clear out what Evolution thinks is in
the Folder and force it to check again?  I had 15592 messages in my
INBOX and it only downloaded headers for 3523 of them.  I deleted all
3823 and now it says there are 12069 new messages but when I click on
the folder it checks the status and then reports 0 new messages and an
empty folder.  Not exactly correct.

Chris Tooley




___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] IMAP Large Folders Problems

2001-11-09 Thread Chris Tooley

Well, it's a Domino based mail file.  There were as I said 15000
messages in the INBOX which were truly in the inbox.  When I went to
download them, it got somewhere around August 2000 (I started here in
July) and stopped.  I deleted all 3000 of those messages and moved on. 
However it still won't download the rest of the messages. I looked in my
web-mail login and Domino shows that those messages got deleted, and
that there are still the same number of messages in the folder as
Evolution says are in the folder when it starts up.

I am asking it to filter my IMAP Inbox but that doesn't really make much
of a difference because the same filters are run by Domino before
Evolution hits the mail file.  So, anything Evo is going to filter,
Domino already has.

Chris Tooley


On Fri, 2001-11-09 at 16:55, Jeffrey Stedfast wrote:
 There's no problems with large IMAP folders that I know of... I've got
 some pretty hefty sized imap folders and it works perfectly fine for me.
 
 Are you by any chance using Evolution to filter your IMAP Inbox folder?
 if so, then it might say 500 new messages and then when you switch to
 it, it will filter them into other folders and then the new message
 count will change.
 
 Jeff
 
 On Fri, 2001-11-09 at 17:12, Chris Tooley wrote:
  I know there was some talk about problems with large folders in IMAP
  connections.  Is there a way to clear out what Evolution thinks is in
  the Folder and force it to check again?  I had 15592 messages in my
  INBOX and it only downloaded headers for 3523 of them.  I deleted all
  3823 and now it says there are 12069 new messages but when I click on
  the folder it checks the status and then reports 0 new messages and an
  empty folder.  Not exactly correct.
  
  Chris Tooley
  
  
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] IMAP Large Folders Problems

2001-11-09 Thread Chris Tooley

I have reverted back to POP3 for the time being, so this isn't a huge
rush.

Chris Tooley

On Fri, 2001-11-09 at 16:55, Jeffrey Stedfast wrote:
 There's no problems with large IMAP folders that I know of... I've got
 some pretty hefty sized imap folders and it works perfectly fine for me.
 
 Are you by any chance using Evolution to filter your IMAP Inbox folder?
 if so, then it might say 500 new messages and then when you switch to
 it, it will filter them into other folders and then the new message
 count will change.
 
 Jeff
 
 On Fri, 2001-11-09 at 17:12, Chris Tooley wrote:
  I know there was some talk about problems with large folders in IMAP
  connections.  Is there a way to clear out what Evolution thinks is in
  the Folder and force it to check again?  I had 15592 messages in my
  INBOX and it only downloaded headers for 3523 of them.  I deleted all
  3823 and now it says there are 12069 new messages but when I click on
  the folder it checks the status and then reports 0 new messages and an
  empty folder.  Not exactly correct.
  
  Chris Tooley
  
  
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Re: A Catastrophe

2001-11-09 Thread Chris Tooley

On Fri, 2001-11-09 at 23:14, Rob Brown-Bayliss wrote:
  Ahh, you now use a new icon for the panel. I don't like it and would
  like to use the old one (the envelope with letter and pencil). But it is
  gone now. Could you please ship it as an extra?
 
 I second that, the new icon is ugly...
 

I concur.  Love the program, don't love the new Ximian looking icon.

Chris Tooley


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Crash on Startup, RedHat 7.2

2001-11-03 Thread Chris Tooley

  For all my chatter yesterday about how great it was working on RH 7.1, 
I got home last night to this on RH 7.2.

[ctooley@localhost local]$ evolution

evolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on 
wombat: (IDL:OAF/GeneralError:1.0)

This is all I get when starting evolution as far as the console, and I 
get an erro window saying that it can't initialize the evolution shell.

Tried so far:
Move evolution directory.
Remove Evolution (just evolution those libraries kill loads of things) 
and reinstall
Remove Bonobo and reinstall.


Any ideas?

Chris Tooley


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Crash on Startup, RedHat 7.2

2001-11-03 Thread Chris Tooley
Title: 




Luis Villa wrote:
[EMAIL PROTECTED]">
  I assume you did a killev/oaf-slay as well? Sounds like stalecomponents, if I had to guess. If not, where is the stack trace? We needthat to have any hope of fixing it.Luis
  
  
 Posted stack to relevant bug in bugzilla 13914, you should have recieved
change in e-mail. :)
  
 Chris Tooley
  
  [EMAIL PROTECTED]">
On Sat, 2001-11-03 at 10:11, Chris Tooley wrote:

For all my chatter yesterday about how great it was working on RH 7.1, I got home last night to this on RH 7.2.[ctooley@localhost local]$ evolutionevolution-shell-WARNING **: Cannot access Bonobo/ConfigDatabase on wombat: (IDL:OAF/GeneralError:1.0)This is all I get when starting evolution as far as the console, and I get an erro window saying that it can't initialize the evolution shell.Tried so far:Move evolution directory.Remove Evolution (just evolution those libraries kill loads of things) and reinstallRemove Bonobo and reinstall.Any ideas?Chris Tooley___evolution maillist  -  [EMAIL PROTECTED]http://lists.ximian.com/mailman/listinfo/evolution<
/a>
  
  ___evolution maillist  -  [EMAIL PROTECTED]http://lists.ximian.com/mailman/listinfo/evolution
  
  
  
  
  


Re: [Evolution] Buglets in RC1 build (+cvs.2001.11.02.08.57) I'veseen

2001-11-02 Thread Chris Tooley

On Fri, 2001-11-02 at 10:34, Mike Strock wrote:
 
 o Right click on a message, say 'Add Sender to Address Book' - Doesn't
 add anything to the address book or Contacts

I right clicked on your name to test this and it brought up a window for
a quick second and then dumped it back behind the main evo window.  I
found it, click Add to Contacts, and another window popped up with your
contact info, again dropping back behind the main evo window.  Bring it
to focus and clicking Ok put you in my Contacts list.  I went to
Contacts, found you, deleted the entry and tried again, same thing.  I
deleted it again.:)
 
 o File...Print shows 'lpr' but doesn't show any of the queue names I've
 set up using PrintTool.  Shouldn't it, for consistency sake?  For new
 users, this would be confusing I believe.  I want to print to my queue
 LJ4, but all that is shown is 'lpr'.  If I print to the 'lpr', it *does*
 print to the LJ4 queue, but it isn't intuitive.
 
I would LOVE for this to bring up my list of printers in the que.  Of
course the que is all screwed up because Corel PerfectOffice 2000
requires a lpr printcap and RedHat 7.2 uses LPRng, but it's got queues
in it.

Chris Tooley


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution