[Evolution] libversit.la name change has broken the build?

2002-03-12 Thread Miles Lane
make[4]: Entering directory `/usr/src/evolution/addressbook/backend/ebook' make[4]: *** No rule to make target `../../../libversit/libversit.la', needed by `evolution-vcard-importer'. Stop. When I look in ./libversit, I see a "libversit.lt.la". "make all" says everything has been made.

[Evolution] Build errors in gal, gtkhtml and evolution with latest GNU releases of automake and autoconf.

2002-03-11 Thread Miles Lane
All testing is with latest cvs HEAD trees. autoconf (GNU Autoconf) 2.53 automake (GNU automake) 1.6 Attempting to run ./autogen.sh in gal: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecate

Re: [Evolution] Dreaded "Cannot access Bonobo/Config Database onwombat: (IDL:OAF/General Error 1.0)

2002-02-24 Thread Miles Lane
Simple. Run "wombat" from the command line and see what error it gives you. Usually, from what I've seen, the problem is a missing library. Determine what library is missing and search for the library on rpmfind.net. Once you know what package you need, run red-carpet for your distro and inst

[Evolution] The Summary is busted -- cvs HEAD

2002-02-09 Thread Miles Lane
I am running the latest CVS head of everything. When I try open the Settings dialog, I get: Bonobo-WARNING **: Exception executing verb 'ToolsSettings' 'Evolution Executive Summary-1.1.0.99-18742-0'major 2, IDL:CORBA/COMM_FAILURE:1.0 And the dialog doesn't open. On next attempt to run Evo, af

[Evolution] Palm pilot support doesn't compile in cvs HEAD.

2002-02-08 Thread Miles Lane
address-conduit.c: In function `e_addr_gui_new': address-conduit.c:287: `E_PILOT_SETTINGS_TABLE_ROWS' undeclared (first use in this function) address-conduit.c:287: (Each undeclared identifier is reported only once address-conduit.c:287: for each function it appears in.) address-conduit.c:288: `E_

[Evolution] Current CVS -- Save Password state not remembered between sessions.

2001-11-19 Thread Miles Lane
I am running the latest CVS stuff. I have a POP and IMAP server. A long time ago, I set the IMAP server entry to not remember its password. Then, I get the login dialog. I click the Remember Password checkbox and enter my password. However, I continue to be asked for my password with new sess

Re: [Evolution] Perhaps we should keep a list of IMAP/POP serversthat we know Evolution works well with.

2001-11-17 Thread Miles Lane
On Sat, 2001-11-17 at 17:14, Eelco van Beek wrote: > Hi, > > We've created a database based mail package called Dbmail > (www.dbmail.org). Both pop server and imap server in this package are > fully compatible with evolution. Although i must say that evolution has > a few weirdnesses in handling

[Evolution] Perhaps we should keep a list of IMAP/POP servers that we knowEvolution works well with.

2001-11-17 Thread Miles Lane
I know there are some really poor IMAP and POP servers out there that don't implement the protocols correctly. If might be helpful for users to have a page on the Ximian Evolution website that mentions servers we have tested with and gotten positive (or negative) results with. It might also be c

Re: [Evolution] Tab complete email addresses?

2001-11-16 Thread Miles Lane
On Fri, 2001-11-16 at 10:06, Dan Winship wrote: > > However, when there's only one selection, I find myself wanting to tab > > complete to pick it rather than arrow down. Is this already possible? > > No, tab means "go to the next field". People have been talking about > adding some nicer shortcu

Re: [Evolution] Outlook express dbx files

2001-11-12 Thread Miles Lane
On Mon, 2001-11-12 at 17:41, P.T. David Wherry wrote: > I used Kmail for this task. It has a Outlook Express 5, 5.5 import > function works fine. You can then import those Kmail mbx files into > Evolution. And we haven't yanked out the code to do this within Evolution? Woah! This sounds like a n

Re: [Evolution] Re: A Catastrophe

2001-11-10 Thread Miles Lane
On Sat, 2001-11-10 at 12:35, Dan Winship wrote: > > > Look, the problem isn't artistic, it's I can't guess what it is: > > > > Boy, I agree with you. For what it's worth, mine doesn't look like > > that. Mine is clearly an envelope inside the ximian circle. Is that a > > mailbox in yours? > >

[Evolution] Sweet! Check out this article on the ascent of Linux and the need for a alternative to MS Outlook.

2001-10-31 Thread Miles Lane
http://www.zdnet.com/zdnn/stories/news/0%2C4586%2C5098989%2C00.html Here's the quote that caught my eye: The study concluded that Linux applications could provide solid alternatives to nearly every Windows application, with the possible exception of the scheduling and e-mail integration of M

Re: [Evolution] reply

2001-10-27 Thread Miles Lane
On Sat, 2001-10-27 at 06:33, Ed Wilts wrote: > On Sat, 2001-10-27 at 04:59, Bognar Attila wrote: > > > How can I reply to the sender when the email arrived from a mailing > > list? > > > > > > From:[EMAIL PROTECTED] > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > >

Re: [Evolution] New lock icon implies authentic sig

2001-10-24 Thread Miles Lane
On Wed, 2001-10-24 at 10:33, Jens Lautenbacher wrote: > On Wed, 2001-10-24 at 18:40, Miles Lane wrote: > > As Dan has pointed out, it would be better if > > the new, smaller icon was made into several icons that differentiate > > between validated and unvalidated signatures

RE: [Evolution] IMAP Trash folder?

2001-10-24 Thread Miles Lane
On Wed, 2001-10-24 at 09:50, Eric Lambart wrote: > 10/24/2001 9:03:59 AM, Mike Sangrey <[EMAIL PROTECTED]> wrote: > > >How about instead of "Trash" it's called "vTrash"? > > > >Sometime in the future (after 1.0) you could enable the user to choose > >either a "Trash folder" or a "vTrash folder".

Re: [Evolution] New lock icon implies authentic sig

2001-10-24 Thread Miles Lane
On Wed, 2001-10-24 at 07:36, Dan Winship wrote: > On Wed, 2001-10-24 at 09:55, Mike Leckey, Jr. wrote: > > I received a signed message that I did not have the key for. The small > > padlock was in a locked state, implying a good signature. > > The question-mark in the icon is supposed to imply "

Re: [Evolution] evolution-mail crash

2001-10-20 Thread Miles Lane
Hi Jon, Please look at this bug: http://bugzilla.ximian.com/show_bug.cgi?id=4645 and decide whether it matches your crash. This is the only bug in the database that contains the function "mail_part_toggle_displayed", which your backtrace contains. From the sound of it, I think you

Re: [Evolution] Evolution CVS is STILL majorly broken

2001-10-19 Thread Miles Lane
Hmm. You must be using anoncvs, because the bugs you mention have all been fixed in the main CVS tree. Also, I believe that the latest Snapshot release has fixes for these problems. If you can try the latest snapshot, I think you might have better results. Unfortunately, it sounds like the ano

Re: [Evolution] Adding contact's birthdays to calendar

2001-10-04 Thread Miles Lane
On Thu, 2001-10-04 at 21:29, Steve Fox wrote: > I would love to have the option to add a contact's birthday to my > calendar (probably with a 1 week reminder by default :) either > automatically when I specify it or at least a button that does it for > me. > > Anyone else think this cool? (I thin

[Evolution] Is it a problem that opening the Calendar causes aevolution-alarm-notify process to be left running after Evolution exits?

2001-10-04 Thread Miles Lane
Here's an example of the process that is still running after the Evolution Calendar exits. evolution-alarm-notify --oaf-activate-iid=OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory --oaf-ior-fd=18 PGP signature

Re: [Evolution] Problem retrieving mail...

2001-07-07 Thread Miles Lane
FWIW, I have seen this behavior, too, when pulling mail from two POP servers. I no longer get my mail from the two servers, so I can't reproduce the problem right now. If anyone would like me to explore the problem further, let me know and I'll stop the mail forwarding from my old accounts and s

Re: [Evolution] delete mail should move to trash

2001-07-05 Thread Miles Lane
On 05 Jul 2001 12:25:54 -0400 Jeffrey Stedfast <[EMAIL PROTECTED]> wrote: > Expunge only expunges a single folder while Empty Trash emptie all of > the trash folders (and since the trash folders are vfolders of all of > your real folders, it expunges all of your folders). Hmm. I think that the

Re: [Evolution] delete mail should move to trash

2001-07-04 Thread Miles Lane
Is there any functional difference between "Expunge" and "Empty trash"? As far as I can tell, there isn't. Both make the messages marked for deletion disappear from my inbox and make the messages showing up in the Trash folder go away. Regards, Miles __

Re: [Evolution] delete mail should move to trash

2001-07-04 Thread Miles Lane
On 04 Jul 2001 12:50:18 -0400, Jeffrey Stedfast wrote: > The Empty on exit has been implemented. Cool. And it works, too! :-) BTW: It would be nice if there were a little, "Emptying Trash" popup that displayed until the trash was empty and Evolution was ready to fully exit. Currently, all p

Re: [Evolution] Warning: The next Evolution snapshots will loseyour settings

2001-07-04 Thread Miles Lane
On 04 Jul 2001 12:32:33 -0400, Jeffrey Stedfast wrote: > It's on gnome.org's ftp site, bonobo-config-0.6.0.tar.gz or something > > Or, you can do like I did and just grab it from CVS, module > bonobo-config Huh. Jeff, I downloaded bonobo-conf from CVS, not bonobo-config. Did I get the wrong stu

Re: [Evolution] delete mail should move to trash

2001-07-04 Thread Miles Lane
I apologize for responding to the beginning of this thread without reading through the whole discussion first. The bug where running expunge/'empty trash' doesn't actually delete messages off of the POP3 mail server until Evolution exits still applies. I'd also still like to see the "Expunge/Em

Re: [Evolution] delete mail should move to trash

2001-07-03 Thread Miles Lane
On 03 Jul 2001 08:44:28 -0400, Michael Leone wrote: > > Check 'hide deleted mail' if you want this behaviour. > > Doesn't this still leave the deleted mail in the folder it was deleted from, > taking up space there instead of a separate "Trash" folder? > > Since deleted mail seems not to go into

[Evolution] Compile failure in current Evolution CVS --addressbook/backend/ebook/addressbook.h: No such file or directory

2001-07-01 Thread Miles Lane
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../widgets -I../widgets -I../camel -I../camel -I../addressbook/backend/ebook -I../addressbook/backend/ebook -I../addressbook/gui/component/select-names -I../shell -I../shell -I/usr/include/gnome-xml -I/usr/include -I/usr/include/gtk-1.2 -I/usr/include/

[Evolution] Re: Compile error from today's CVS -- e-db3-utils.c:19: #errorIncluding wrong DB3. Need libdb 3.1.17. Yet, I built and installed db3.1.17 from source!

2001-07-01 Thread Miles Lane
On 01 Jul 2001 15:40:55 -0700, Miles Lane wrote: > Hey there, > > I have been building the CVS tree for a while now with db 3.1.17 > built and installed from source. This is the first time since > then that I have gotten an error saying that I don't have 3.1.17. &

[Evolution] Compile error from today's CVS -- e-db3-utils.c:19: #errorIncluding wrong DB3. Need libdb 3.1.17. Yet, I built and installed db3.1.17 from source!

2001-07-01 Thread Miles Lane
Hey there, I have been building the CVS tree for a while now with db 3.1.17 built and installed from source. This is the first time since then that I have gotten an error saying that I don't have 3.1.17. What gives? gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -DNEED_GNOMESUPPORT_H -I/u

[Evolution] Should I test with GTKTHML built with GConf support enabled?

2001-06-29 Thread Miles Lane
Currently, when I run autoconf.sh, I get: GConf support: no XIM support:yes Editor component type: exe How do I get GConf support enabled and should I be testing with GConf enabled? What works differently when GConf is enable

Re: [Evolution] OpenLDAP and Pilot

2001-06-27 Thread Miles Lane
On 27 Jun 2001 21:35:05 +0500, Dan Winship wrote: > On 26 Jun 2001 13:20:31 -0700, Ujwal S. Sathyam wrote: > > The latest CVS does not find my openldap installation anymore. I > > downloaded from openldap.org and installed with prefix /usr. Previous > > versions of the Evolution CVS snapshots work

[Evolution] Bugzilla appears to be down! I can't open any of my bugs.

2001-06-27 Thread Miles Lane
Please help, Miles ___ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution

Re: [Evolution] RFE:Posting Calendar Items to IMAP folders

2001-06-25 Thread Miles Lane
A similar idea for leveraging the server-based calendaring offered by other vendors would be to create an interface to the wed calendaring services of Yahoo. My wife just talked me into using Yahoo Calendar, because it gives us quite sophisticated scheduling, appointment notification and privacy

Re: [Evolution] There's huge repetition of included libraries. Howto fix this?

2001-06-24 Thread Miles Lane
//'`;; ### testsuite: skip nested quoting test On 24 Jun 2001 17:32:39 -0400, Jeffrey Stedfast wrote: > The Makefile's condense this as much as humanly possible but from the > looks of things, it looks like you're using libtool 1.4? That one is > especially bad with link l

[Evolution] Please apply this patch to get CVS calendar/gui to build again.

2001-06-22 Thread Miles Lane
--- calendar/gui/Makefile.am.oldSat Jun 23 00:01:42 2001 +++ calendar/gui/Makefile.amFri Jun 22 22:24:25 2001 @@ -103,6 +103,8 @@ goto.h \ itip-utils.c\ itip-utils.h\ +

[Evolution] There's huge repetition of included libraries. How to fix this?

2001-06-22 Thread Miles Lane
Here's an example of the massively redundant library includes: gcc -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -o .libs/test-client test-client.o -rdynamic -rdynamic ./.libs/libebook.so -L/usr/lib -L/usr/X11R6/lib /usr/lib/libbonobo.so /usr/lib/liboaf.so -lm -ldl /usr/lib/l

Re: [Evolution] Some slight wishes

2001-06-22 Thread Miles Lane
On 22 Jun 2001 11:35:47 +0200, Fatih Demir wrote: > I like evolution really (I've switched fully to it and left my beloved > mutt .-)) but there are really some points which are missing: > > 1 - Composer should remember the last selected foreground color on > relaunch -- this should be easy and u

[Evolution] Re: Current CVS build error: e-contact-quick-add.c:45:e-card-merging.h: No such file or directory

2001-06-18 Thread Miles Lane
On 18 Jun 2001 12:47:18 -0700, Miles Lane wrote: > make[3]: Entering directory > `/usr/src/evolution/addressbook/contact-editor' > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -DNEED_GNOMESUPPORT_H > -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 > -I/usr/include

[Evolution] Current CVS build error: e-contact-quick-add.c:45:e-card-merging.h: No such file or directory

2001-06-18 Thread Miles Lane
make[3]: Entering directory `/usr/src/evolution/addressbook/contact-editor' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-xml

Re: [Evolution] Please, please, please...

2001-06-12 Thread Miles Lane
On 12 Jun 2001 16:10:23 -0500, David Durham wrote: > The bugzilla tool in my evolution doesn't have evolution even listed for > submitting a bug? This is the place to submit bugs. bug-buddy is totally useless by comparison. For one thing, with the web interface to Bugzilla you can query for pre

Re: [Evolution] Please, please, please...

2001-06-12 Thread Miles Lane
On 12 Jun 2001 22:49:35 +0200, Rebecca J. Walter wrote: > On 12 Jun 2001 13:20:08 -0500, David Durham wrote: > > Sorry.. I'm in a tiff at the moment.. but you know what's as annoying as > > crap? When I hit 'end' and 'home' it goes either to the end or > > beginning of the whole message... This

[Evolution] Any ETA for Evolution/Gnome 1.4 on Mandrake 8.0?

2001-06-09 Thread Miles Lane
Hi, It's been a fair while since Mandrake 8.0 came out and yet there is still no support for it in the Gnome installer. Is this being worked on yet? Thanks for all your hard work! Miles ___ evolution maillist - [EMAIL PROTECTED] http://l

[Evolution] Re: My Control Center's File Types Handling busted! Why?

2001-06-08 Thread Miles Lane
My apologies. I meant to send this message to only the GNOME list. Miles ___ evolution maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mailman/listinfo/evolution

[Evolution] My Control Center's File Types Handling busted! Why?

2001-06-08 Thread Miles Lane
There seems to already be a bug in Bugzilla about this. Is anyone going to work on it? http://bugzilla.ximian.com/show_bug.cgi?id=2567 I am running the latest stuff for Redhat 6.2 from red-carpet, plus Evolution/GAL/GTKHtml/Bonobo from CVS HEAD. When I receive a Realaudio attachment, it

[Evolution] Why don't the Red-carpet snapshots include bonobo snapshots?

2001-06-07 Thread Miles Lane
Hi, I know that some of the changes to fix Evolution bugs have been made in the Bonobo package. Are they all too minor to warrant a snapshot release? Thanks, Miles ___ evolution maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mail

Re: [Evolution] libevolution-services.so: undefined reference to`db_create' and `db_version'

2001-06-04 Thread Miles Lane
On 04 Jun 2001 11:30:49 -0700, Ujwal S. Sathyam wrote: > Yep, got the same problem... I am attempting to work around this problem by rebuilding GNOME with the db 3.1.17 stuff throughout (I built 3.1.17 from source and installed it in /usr). So far, I have rebuilt libglade successfully, but when

[Evolution] Evolution doesn't seem to recover well when it can't save datafiles.

2001-05-18 Thread Miles Lane
I am running Evolution from CVS (today's). While running a test, I ran out of disk space. Evolution then barfed, complaining it's message store was messed up. When I tried to restart evolution, it failed repeatedly. Finally, I moved my ~/evolution directory to a backup location. I then moved m

[Evolution] I can't get Spell Checking work

2001-05-18 Thread Miles Lane
I built pspell and gnome-spell from source and then rebuilt evolution from CVS. I see no sign of a spell-checking UI in the compose window. I have Gnome 1.4 + Evolution Snapshot + GAL/gtkhtml/bonobo from CVS HEAD + ORBit 0.5.8 from CVS. Is this a bogus compination? Everything works great, exce

[Evolution] Please accept my apology if I am coming across as a pushy jerk inmy bug reports. I really just want to help.

2001-05-15 Thread Miles Lane
Hi Evolution Maintainers, I'm going to continue submitting bugs because I want to help Evolution and Ximian Gnome be great. I'll do my best to keep my strong opinions about UI design from coming across as enflammatory remarks in my bug reports. Please keep up the great work, Miles __

Re: [Evolution] There is absolutely a bug with the delete key

2001-05-07 Thread Miles Lane
On 07 May 2001 16:23:13 +, [EMAIL PROTECTED] wrote: > > > On 07 May 2001 13:25:24 +, [EMAIL PROTECTED] wrote: > > > It happened to me again. No, it's NOT my keyboard. I'm > > > not sure how to repeat it exactly, but I think it should > > > be fairly easy to do (especially since it's hap

Re: [Evolution] There is absolutely a bug with the delete key

2001-05-07 Thread Miles Lane
On 07 May 2001 13:25:24 +, [EMAIL PROTECTED] wrote: > It happened to me again. No, it's NOT my keyboard. I'm > not sure how to repeat it exactly, but I think it should > be fairly easy to do (especially since it's happened to > me twice in the past day). I'm using sawfish and gtk+ > and bon

Re: [Evolution] Snapshot Status

2001-04-19 Thread Miles Lane
Will snapshots be made available for Mandrake-7? JP Rosevear wrote: > The snapshots are once again available via helix-update. > > -JP ___ evolution maillist - [EMAIL PROTECTED] http://lists.helixcode.com/mailman/listinfo/evolution