Re: [Evolution] Lost My Calendar

2003-01-08 Thread Rodrigo Moya
On Wed, 2003-01-08 at 02:54, Lane P. Lester wrote:
 On Tue, 2003-01-07 at 18:22, Rodrigo Moya wrote: 
  not sure what exactly is happening, but it's probably something that
  happened while writing the file to disk. To check if there's really
  something wrong on the file, have a look at it, it is in
  ~/evolution/local/Calendar/calendar.ics.
 Thanks, Rodrigo. I looked at the file, and it was basically empty with
 just a couple of lines of code. 
  Then, compare it to the calendar.ics~ file in the same directory. If
 There was no calendar.ics~ with calendar.ics, just folder-metadata.xml
ugh, then it looks like something screwed up the wombat while he was
writing the file. Maybe he was killed or it died for some crash? or
maybe you were accessing the same file in /opt with two users
concurrently (as you said you share it)?

  this last one seems more correct, just copy it to calendar.ics. If not
  sure, just add a new bug to http://bugzilla.ximian.com and attach the 2
  files.
 Over the years I've been pretty good at turning up bugs, and I've been
 of some help to developers. I've tried a few times to enter something
 into bugzilla, but I always got confused and frustrated by the hoops
 that had to be jumped through before you would be allowed to post
 something. 

then, use bug-buddy if you want to enter the bug. It should collect most
information by itself. But for bugzilla, you just need a user account to
enter bugs (not needed if you use bug-buddy). Then, that's all, the
settings you don't know what to set, just leave them with the default
value, and we'll change them appropriately.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]



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



Re: [Evolution] Lost My Calendar

2003-01-07 Thread Rodrigo Moya
On Tue, 2003-01-07 at 22:19, Lane P. Lester wrote:
 After using the Calendar successfully for several weeks, now when I
 run Evolution, it says it can't open .../calendar.ics, so all my
 entries are gone. I dual boot two distros on this machine, and I have
 them share /opt. I put the evolution directory in /opt, and I
 symlinked that directory to the user's home directory. There did not
 seem to be any problems, and the Calendar was displaying properly.
 
 Any idea what happened to calendar.ics?
 
not sure what exactly is happening, but it's probably something that
happened while writing the file to disk. To check if there's really
something wrong on the file, have a look at it, it is in
~/evolution/local/Calendar/calendar.ics.

Then, compare it to the calendar.ics~ file in the same directory. If
this last one seems more correct, just copy it to calendar.ics. If not
sure, just add a new bug to http://bugzilla.ximian.com and attach the 2
files.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]



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



Re: [Evolution-hackers] server.in-coherence

2003-01-06 Thread Rodrigo Moya
On Mon, 2003-01-06 at 17:23, Dan Winship wrote:
 In serveral places, we currently do:
   * foo.server.in.in: Contains @libexecdir@ and no translations
   * foo.server.in: Has $libexecdir substituted in and no
 translations
   * foo.server: Has $libexecdir substituted in and has translations
 
 But foo.server.in is in DISTFILES, meaning the dist tarball will have a
 hardcoded prefix in it.
 
 Since the intltool rule will only do server.in - server, and that step
 has to happen at dist time, I think we need to use an install-hook to
 modify foo.server as we install it.
 
can't we just add the .server.in file to AC_OUTPUT in configure.in?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Relocating Evolution, Connector

2002-12-16 Thread Rodrigo Moya
On Mon, 2002-12-16 at 18:48, Jeff Boerio wrote:
 Has anyone successfully built v1.2 of Evolution for a location other
 than /usr/bin?  Have you been able to plug in Connector to it?
 
 I've been pretty unsuccessful in doing so.  I have a wrapper for
 launching evolution and it looks like this:
 
 #!/bin/sh
 EVO=/usr/local/evolution/1.2.0
 GNOME=/usr/local/gnome/1.4.0
 PATH=${GNOME}/bin:${EVO}/bin:${PATH}
 
 LD_LIBRARY_PATH=${GNOME}/lib:${EVO}/lib
 OAF_INFO_PATH=${GNOME}/share/oaf:${EVO}/share/oaf
 
 export PATH LD_LIBRARY_PATH OAF_INFO_PATH
 
 ${EVO}/bin/evolution.bin ${@+$@}
 ## End
 
 In order to plug in the Connector RPM, I used rpm2cpio piped to cpio
 and installed it in $EVO.
 
 Whenever I would launch evolution, I would get the following dialog box:
 
 Cannot activate component
 OAFIID:GNOME_Evolution_ExchangeStorage_ShellComponent: The error from
 the activation system is:  Child process did not give an error message,
 unknown failure occurred.  [OK]
 
 I broke down and tried to install Connector into /usr, modified my
 wrapper script so that /usr/lib and /usr/share/oaf were included in the
 respective variables, but I still get the error message.
 
 So, has anyone done this?  
 
yes, I've got evolution, and other GNOME apps compiled from sources, and
installed in /opt/gnome. That's what I've defined:

export PATH=/opt/gnome/bin:/opt/ximian/bin:$PATH
export LD_LIBRARY_PATH=/opt/gnome/lib:/opt/ximian/lib:$LD_LIBRARY_PATH
export OAF_INFO_PATH=/opt/gnome/share/oaf:$OAF_INFO_PATH

the problem you've got, I think, is that oaf is already running when you
start your wrapper script, so it does not take into account the new
OAF_INFO_PATH.

So, put these environment vars in some initialization script, such as
~/.xinitrc, ~/.xsession, ~/.bashrc, etc to make sure oaf is started with
the new setting.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Weird Calender Reminder Problem

2002-12-12 Thread Rodrigo Moya
On Thu, 2002-12-12 at 04:05, Dave Barton wrote:
 On Thu, 2002-12-12 at 12:38, Bob Haddleton wrote:
  On Wed, 2002-12-11 at 19:07, Dave Barton wrote:
   Evolution 1.2 - SuSE 8.0 - KDE 3.0
   
   I have an ongoing problem with calendar reminders popping up at the
   wrong time. Let's say I create an all-day appointment with a reminder to
   be displayed a number of days before the start of appointment. The
   reminder may or may not be displayed as required, but if it does appear
   it will not show up until 11am and sometimes only if I switch to the
   calendar or summary.
  
  I don't have any problem with the alarms firing reliably, but when I
  open and/or close the Calendar window, I usually get the last day's
  worth of already-fired alarm notifications repeated again.  It's pretty
  strange, and can be annoying when I had a lot of alarms in one day.
  
  I haven't had time to look into it much.
 
 Yes, I also get old alarms firing when I open and close the calendar. I
 can live with that annoyance, if I can just get reliable alarms.
 
this seems to be the alarm daemon not starting up on evolution startup,
and starting instead when the calendar folders are opened. Could you
check if that's the case? That is:

$ killev
$ evolution 

wait some seconds

$ ps ax | grep alarm

the last command should show a evolution-alarm-notify process. If not,
that's the problem.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Weird Calender Reminder Problem

2002-12-12 Thread Rodrigo Moya
On Thu, 2002-12-12 at 04:11, Dave Barton wrote:
 On Thu, 2002-12-12 at 12:42, Marcus Brubaker wrote:
  I have experienced some oddities with the calendar alarms myself,
  although I can't say for sure if it's the same.  Often the same alarm
  will pop up several times.  Recently I got back from a meeting, the
  alarm (for that meeting) was there, I click ok, then went to sync with
  my palm pilot and during the sync the alarm came up again.  Then the day
  after that (today) the alarm came up again for no apparent reason.
  
  On Wed, 2002-12-11 at 20:07, Dave Barton wrote:
   Evolution 1.2 - SuSE 8.0 - KDE 3.0
   
   I have an ongoing problem with calendar reminders popping up at the
   wrong time. Let's say I create an all-day appointment with a reminder to
   be displayed a number of days before the start of appointment. The
   reminder may or may not be displayed as required, but if it does appear
   it will not show up until 11am and sometimes only if I switch to the
   calendar or summary.
   
   Could it be related to my time zone (currently GMT/UTC +11)?
   I have set the correct time zone location in the calendar settings.
   Both my hardware and system clocks are set to local time.
   
   Has anyone else experienced this problem ?
   
   I have to use kalarm for reliable reminders, because evolution's
   reminders are (for me) totally useless :(
   
   Dave
 
 Although I don't use sync, I also get old alarms popping up
 unexpectedly. It seems like there is something a bit flaky about the way
 evolution handles timed events. 
 
the alarm daemon records the time of the last notification, so that it
does notify alarms only once. Maybe it is not saving correctly that
notification time.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar events not showing up.

2002-12-02 Thread Rodrigo Moya
On Mon, 2002-12-02 at 00:49, Brian Aker wrote:
 On Sun, 2002-12-01 at 15:48, Marc Williams wrote:
  I don't seem to have this problem with 1.2.  We use the calendars quite
  a lot so I'm fairly certain we would've notice a problem such as you
  describe.
 I am using 1.2 too. You can look at the file at
 http://krow.net/calendar.ics. Evolution though is not displaying items
 at the moment though. I have restarted everything and it is still not
 doing the right thing.

hmm, maybe there's something wrong with the icalendar data being
imported. Could you please post the non-displayed events to see what the
problem is?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] starting from scratch

2002-12-02 Thread Rodrigo Moya
On Mon, 2002-12-02 at 13:24, Andrew wrote:
 with evolution 1.2 on a sparc, i'd like to remove all
 evolution references in my home directory and set it
 up again from scratch. how do i do this? 
 
 i've removed ~/evolution and some files in ~/.gnome,
 but when i start evolution, it has remembered my imap
 mailbox and server info somehow. is there a document
 that tells you where all the evolution files
 particular to a user reside?
 
make sure you run 'killev' before removing the files. If not, processes
will be lying around with the old configuration.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar performance

2002-11-23 Thread Rodrigo Moya
On Sat, 2002-11-23 at 17:21, Bob Haddleton wrote:
 On Fri, 2002-11-22 at 19:42, Rodrigo Moya wrote:
  On Fri, 2002-11-22 at 19:39, Bob Haddleton wrote:
   Evolution 1.2, RH 7.3
   
   I'm having trouble with the calendar component getting stuck, or taking
   a long time, when refreshing the screen after changing the displayed
   timeframe (month view, scrolling to the next week or two).  It says
   Searching... in the status bar and never paints the appointment
   information on the screen.
   
  this seems to be wombat crashing. Could you check if that's the case?
 
 I've seen cases before when wombat has crashed, but it has always told
 me that it crashed and asked if I want to submit a bug report.  That
 hasn't happened recently.
 
 If I killev and start over, it seems to work, though it is still slow.
 
 I assume the size of the calendar.ics file affects performance - what
 would be considered a large calendar.ics file that would degrade
 performance of the tool?
 
I haven't done performace tests based on the size of the calendar.ics,
but I did some tests based on event numbers, and I had like 4000-6000
events (4 events per day in  12 months) loading in 1-2 seconds. If you
can hand me over your calendar.ics file, I can make more tests. If you
can't (confidential info, for instance), try to guess how many events
you've got (for this, the best thing is to write a simple program that
uses CalClient to open the calendar and cal_client_get_n_objects to get
the event count).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar performance

2002-11-22 Thread Rodrigo Moya
On Fri, 2002-11-22 at 19:39, Bob Haddleton wrote:
 Evolution 1.2, RH 7.3
 
 I'm having trouble with the calendar component getting stuck, or taking
 a long time, when refreshing the screen after changing the displayed
 timeframe (month view, scrolling to the next week or two).  It says
 Searching... in the status bar and never paints the appointment
 information on the screen.
 
this seems to be wombat crashing. Could you check if that's the case?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Subscribe to caledars?

2002-11-18 Thread Rodrigo Moya
On Sun, 2002-11-17 at 21:55, Brendan Burns wrote:
 Is there anyway to subscribe to a calendar that is posted at a URL
 somewhere ala Apple's iCal program?
 
no, there's no way right now, although it's a planned feature.

 If not is it something that people think is worth adding?
 
yes, very interesting.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Why do I need to modify like this?

2002-11-13 Thread Rodrigo Moya
On Tue, 2002-11-12 at 17:51, Ronald Kuetemeier wrote:
 Hi Rodrigo,
 I will certainly do that. One comment, in my code review I found a small
 uuups.  I include the header from composer/Composer.h which should be
 Evolution-Composer.h, if I'm not mistaken right now. I haven't looked at
 the code again and working on my first coffee, I write a program which
 writes applications and sometimes finds my mistakes. Anyhow that will be
 fixed, it doesn't effect the app. since they are both created from the
 same idl just a cosmetic fix.
 Another question, there is no evolution-list (addresses) handling in the
 Composer corba interface, so I working on adding it. I try to keep it
 integrated into the existing code base, as little change as possible. I
 will explain why and how when I send the patch.  OK, here's the
 question, should I include it into the main patch or keep it separated?

if it's for the mailer, that is, another component, might be better to
send it separated from the calendar one.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] ics files

2002-11-13 Thread Rodrigo Moya
On Wed, 2002-11-13 at 03:17, nf0 wrote:
 Is there a way to make Evolutions calendar work with ics files from
 Mozilla? I know that i can save them then import them with no problem. I
 would just like to click on the link and have it automatically entered
 into my calendar.
 
if the ics files in Mozilla are correct icalendar files, you should be
able to import them. So far, only importing (File-Import) would work,
since we don't have a way to automatically insert it into the evo
calendar.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Patch for calendar

2002-11-12 Thread Rodrigo Moya
On Fri, 2002-11-08 at 05:02, Ronald Kuetemeier wrote:
 The attached patch adds the following features to evolution-calendar
 
 1. Use appointment summary as argument for a program.
 2. Send Reminder email to people in the contact list for an appointment.
 
 You got to remake your Makefile.in  Makefile in:
 evolution-1.1.90/calendar/gui/alarm-notify
 run automake [path-to-alarm-notify/Makefile] and configure from
 evolution-1.1.90, that should do the trick.
 Since Makefile.in will be overwritten and is not in the patch, it can't
 be backed out.  Don't forget backups. 
 
 If someone could test this.
 
It looks ok to me, but as it's a new feature, I guess this can only be
applied to HEAD. So, could you please send the same patch for HEAD
(should be almost the same, since we haven't changed the alarm daemon
too much yet while porting)?

If JP agrees, I'll apply the patch to HEAD as soon as you send it. JP,
is it ok with you to put this on HEAD?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Why do I need to modify like this?

2002-11-12 Thread Rodrigo Moya
On Tue, 2002-11-12 at 08:19, Calvin Liu wrote:
 Hi,
 
 After check out a version from cvs tree, e.g. branch 1.2. I need to do 
 something before making it, as below. Why?
 
 1. there is no intl so I have to mkdir
 2. need to touch an empty Makefile in this folder
 3. in po folder, I need to modify the Makefile, add top_builddir = .. 
 and change MSGMERGE_UPDATE = msgmerge --update
 4. need to modify cs.po, replace ID PACKAGE VERSION with ID $PACKAGE 
 $VERSION
 
 No way to make it easier?
 
yes, install gettext (or, if you've got it) a correct version of it. All
those you're doing manually should be generated automatically by
gettext.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] calendar:location

2002-11-12 Thread Rodrigo Moya
On Tue, 2002-11-12 at 15:33, Michael Bauer wrote:
 is there any way of how to get the location of my 
 calendar entries printed out on paper?
 something like: time subject (location)
 
no, there isn't, afaik, the location field is not printed.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Evo Netscape Calendar?

2002-11-11 Thread Rodrigo Moya
On Mon, 2002-11-11 at 18:59, Jim Meyer wrote:
 Hello!
 
 I was wondering if anyone's currently investigating (or has
 investigated) getting Evolution to sync with Netscape Calendar,
 particularly v4.7.1. NSCal 5.1 has a documented API, but I've not been
 able to find docs for v4.7.1's API, if there is one. 
 
no one is working on this, AFAIK.

 However, I've noticed that NSCal v4.7.1 can export a vCal file; I was
 intending to approach it from that direction if no one had a better
 solution.
 
yes, that should work, and if not, please report bugs.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Seeking examples

2002-11-07 Thread Rodrigo Moya
On Tue, 2002-11-05 at 18:52, Jacob Perkins wrote:
  I've just finished reading the evo developers guide,  but when I went
  searching the net for applications that hooked into wombat, evolution,
  and the like I came up empty.
 
  I'd really like to find some example code of simple applications that
  use the PCS, etc... for a presentation to the LUG in these parts.
 
have a look, in the evolution sources, to
evolution/calendar/cal-client/client-test.c. That's a simple example of
how to use the calendar part.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Patches size ?

2002-11-06 Thread Rodrigo Moya
On Wed, 2002-11-06 at 07:39, Ronald Kuetemeier wrote:
 Q: Are you you guys interested in one big patch or many small patches ?
 
 I just finished sending the calendar summary as mail to the people on
 the contact list (calendar appointment) with an evolution calendar alarm
 (for me it's to cell phones sms), and I might add some more features.
  
I think the best thing is to send a patch per component (mail, calendar,
addressbook, summary), so that each individual maintainer can review his
part.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] How to purge old calendar entries

2002-11-06 Thread Rodrigo Moya
On Wed, 2002-10-30 at 18:44, Stuart Luppescu wrote:
 Is there a way to get rid of old calendar entries automatically? For
 example, I want to delete all entries from more than 1 month ago. Can
 this be done in one shot, rather than having to delete each one
 individually?

no, there is no way, unless you write some program that connects to the
wombat and purges the calendar. There is though a bug in bugzilla about
it, so it will be implemented one of these days.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] gal + gal2 on same system?

2002-11-06 Thread Rodrigo Moya
On Wed, 2002-11-06 at 09:20, Lonnie Borntreger wrote:
 If I build gal from the evolution-1-2-branch and gal from HEAD, can I
 install them both and have them co-exist, or will they overwrite each
 other's files?
 
 How about the same question for gtkhtml?
 
both are parallel installable, so they coexist nicely.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Synchronizing calendars and tasks between twoinstallations of Evolution

2002-11-05 Thread Rodrigo Moya
On Tue, 2002-11-05 at 07:08, Joe Tomcat wrote:
 Hello Evolutionists.  I have a question about how to synchronize two
 installations of Evolution.  I have Evolution on my desktop and on my
 laptop, and I use both to get email (IMAP) and keep a calendar.  If I
 create a calendar item on my desktop, what is the best way to move that
 over to my laptop's calendar?  Evolution stores the calendaring info in
 a Berkeley db format, 

no, it stores it in ical format, in
~/evolution/loca/Calendar/calendar.ics (or ...Tasks/tasks.ics). You just
have to copy that file.

But make sure you killev before copying the file over.

also, you can just import the file (File-Import-Single File)

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Why evolution trunk build can't import fromold programs?

2002-11-05 Thread Rodrigo Moya
On Tue, 2002-11-05 at 03:19, Calvin Liu wrote:
 Um... You mean we don't expect to build the trunk before the porting 
 is finished? When will you finish the porting?
 
he means the trunk is right now on porting status, which means it
doesn't compile right now and won't be really working for a few
days/weeks.

The port will be finished when all things are ported :-)

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar List View

2002-11-05 Thread Rodrigo Moya
On Tue, 2002-11-05 at 14:06, David C Sterratt wrote:
 My probes of Google have revealed nothing on this question, so I'm
 resorting to the list.
 
 I was wondering if evolution has a list view of recurring
 appointments, a la outlook.  Rather than displaying the events in a
 day, week or month calendar, the events appear rather like an ls -l
 type file listing (except prettier).  I think that events can be
 clicked on and edited.  (I haven't got windows box nearby to check
 this.)  I've searched through the evolution menus, but not found
 anything like a list view of appointments.
 
no, it doesn't have this.

 If evolution doesn't currently do this, are the plans to make it do
 so?
 
no plans so far, although it could be added in future releases. You
could add a wishlist bug to bugzilla, so that we have it listed there,
and, hopefully, it will be implemented in later releases.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Synchronizing calendars and tasks between twoinstallations of Evolution

2002-11-05 Thread Rodrigo Moya
On Tue, 2002-11-05 at 14:29, Jean-Marc V. Liotier wrote:
 On Tue, 2002-11-05 at 12:51, Rodrigo Moya wrote:
  it stores it in ical format, in
  ~/evolution/loca/Calendar/calendar.ics 
  (or ...Tasks/tasks.ics). You just
  have to copy that file.
  
  But make sure you killev before copying the file over.
  
  also, you can just import the file (File-Import-Single File)
 
 But will importing overwrite the existing entries or will it result in
 duplicate ones ?

it should overwrite them, since the UIDs are the same. If it doesn't do
that,. please add a bug to bugzilla.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Why evolution only use the Sent folder underlocal folder?

2002-11-04 Thread Rodrigo Moya
On Mon, 2002-11-04 at 12:05, Calvin Liu wrote:
 It seems that the Sent folder under each mail account has no use, why?
 Is it a known bug or not?
 
it has, it stores the messages you sent, at least for POP and local
accounts. I don't know about IMAP though, but for my current setup (many
POP accounts), all the messages I send are stored there.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Trunk build problems

2002-10-31 Thread Rodrigo Moya
On Thu, 2002-10-31 at 13:14, Calvin Liu wrote:
 Hi,
 
 Don't know if this is the correct forum, just seeking answers.
 
 Something must be done before building evolution trunk, like these:
 - make a directory named intl
 - after autogen.sh, go to po directory, modify the Makefile, add a line 
 top_builddir = .. and change a line MSGMERGE_UPDATE = msgmerge --update
 - ... etc.
 
 I met the same problem while building gal. I guess maybe other 
 components may have the same situation.
 
 Why don't we change the build system and reflect these changes? Or is 
 there any special reason to do it this way?
 
the reason, it seems to me, is that you don't have gettext installed, or
you've got a broken one. intl and po/Makefile* are auto-generated files,
generated by gettext.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



[Evolution] Re: [Evolution-hackers] Trunk build problems

2002-10-31 Thread Rodrigo Moya
On Thu, 2002-10-31 at 13:14, Calvin Liu wrote:
 Hi,
 
 Don't know if this is the correct forum, just seeking answers.
 
 Something must be done before building evolution trunk, like these:
 - make a directory named intl
 - after autogen.sh, go to po directory, modify the Makefile, add a line 
 top_builddir = .. and change a line MSGMERGE_UPDATE = msgmerge --update
 - ... etc.
 
 I met the same problem while building gal. I guess maybe other 
 components may have the same situation.
 
 Why don't we change the build system and reflect these changes? Or is 
 there any special reason to do it this way?
 
the reason, it seems to me, is that you don't have gettext installed, or
you've got a broken one. intl and po/Makefile* are auto-generated files,
generated by gettext.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Connector / Debian Sid - revisited

2002-10-31 Thread Rodrigo Moya
On Thu, 2002-10-31 at 13:01, Markus Irle wrote:
 Hi,
 
 Thanks for the replies.
 I do understand that it takes time to support a distribution and that
 not-stable distributions won't be officially supported at all. I'm on my
 own there, I can live with that... 
 
 What I don't understand is the following:
 While freedom of choice being advocated up and down the road in the
 Linux community, I am forced to use Ximian's propriatry tool to simply
 download some software. Why not put it up on a web site or an ftp
 server.

which proprietary application? AFAIK, Red Carpet is free.

 That's just plainly beyond me, I'm afraid...
 
 Anyway, I finally got it to work and I'm pretty pleased now. :)
 
 Here's what I did.
 
 1) Found somebody with Suse 8.0, have him install red-carpet and start
 the installation of connector.
 
 2) Kill red-carpet during package verification and grab the downloaded
 rpms from the cache.
 
 3) Alienised the rpm into a deb and installed the package.

 4) Added a bunch of softlinks, to have the files appear in the
 /usr/share-hierarchy (they get installed in /opt)
 
 5) Fixed lost dependencies, i.e. installed soup. Simply check the ouput
 of the connector-binary. It'll gladly tell you which libs are missing.
 
 6) libical resides in /usr/lib/libical. So either add that to ld.so.conf
 or symlink the lib into /usr/lib.
 
well, is that Suse's libical? because there are, if I remember
correctly, some problems with libical versions others than the one that
comes with evolution. Make sure you are using the one shipped in
evolution.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



[Evolution] Re: [Evolution-hackers] Re: Trunk build problems

2002-10-31 Thread Rodrigo Moya
On Thu, 2002-10-31 at 13:19, Calvin Liu wrote:
 BTW, where can I find the gal-0.21 which required by current trunk code?
 
0.21 is in HEAD, AFAIK.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Holidays and such for the Calendar...

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 01:47, D. D. Brierton wrote:
 On Tue, 2002-10-29 at 23:13, Rodrigo Moya wrote:
 
  In the Apple's iCal store (http://www.apple.com/ical/library/) you can
  find those files, although I've tested some of them myself, and some are
  invalid, since they don't contain VTIMEZONE information. But some worked
  perfectly, so I hope you're lucky with the US holidays.
 
 That is a very nifty tip - except I'm not sure how to access the files;
 the URLs all have a webcal protocol,  i.e.
 
 webcal://ical.mac.com/ical/UK32Holidays.ics
 
 I'm unfamiliar with the webcal protocol - how can I access the file from
 within Ximian GNOME?
 
it's an apple's 'protocol', which is just http, so just replace webcal:
with http: and use your favorite download manager.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Holidays and such for the Calendar...

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 14:27, Richard Bemrose wrote:
 Hi,
 
 On Wed, 2002-10-30 at 03:42, Eric Lambart wrote:
 /snip/
  This will save the .ics file in your current directory, from which you
  can then import it into Evolution.
  
  I just tried it for US holidays and it appeared to be imported and work
  with no problem at all.
 
 When importing a iCal file with Evolution is there a way to specify the
 category of the calendar event if none exist? I manually altered the
 UK32Holidays.ics file to include the line CATEGORIES:Holiday before
 the END:VEVENT but the category field was ignored.

hmm, probably you added it incorrectly (in a wrong place). Could you
paste one of the VEVENT's you added the CATEGORIES to?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Holidays and such for the Calendar...

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 15:50, Richard Bemrose wrote:
 Hi, 
 
 On Wed, 2002-10-30 at 14:27, Rodrigo Moya wrote: 
  hmm, probably you added it incorrectly (in a wrong place). Could you
  paste one of the VEVENT's you added the CATEGORIES to?
 
 Whoops, sorry. I have made a mistake; I placed the CATEGORIES:Holiday
 *after* the END:VEVENT token. This now works fine :)
 
 awk '{if ($0 == END:VEVENT) {print CATEGORIES:Holiday;} print $0;} \
   UK32Holidays.ics  UKHolidays.ics
 
 Can Evolution (v1.0.8) assign a category to any non categorised events
 (without having to manually edit the imported iCal file)?

no, you can't

  I see from
 Apple's original iCal file that it contains extra headers:
   X-WR-CALNAME;VALUE=TEXT:UK Holidays
   X-WR-RELCALID;VALUE=TEXT:831F8480-C416-11D6-BA97-003065F198AC
 Can these be used automatically assign categories when importing a iCal
 file?
 
well, those properties, AFAIK, do not belong to the iCalendar RFC, so
unless we do a special case for broken Apple's iCal files, we won't
support it.

So, the correct fix for this would be to fix Apple's iCal so that it
generates correct VEVENT's. That is, the categories have to be specified
per VEVENT, not at the top of the calendar file with a non-standard
property.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Small quirklets in Evolution 1.0.8

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 16:47, Dan O'Reilly wrote:
 
 2. When reading messages, I find that I can't select and cut/copy text. 
 REALLY limiting, when you're trying to cut-and-paste from an email
 message into something else.
 
are you sure you can't? Maybe that's because you're using the windows
way of doing it. If you use the X way (select with the mouse to copy and
press the middle mouse button to paste) it should work. It does for me.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Small quirklets in Evolution 1.0.8

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 17:16, Dan O'Reilly wrote:
 On Wed, 2002-10-30 at 09:08, Rodrigo Moya wrote:
  On Wed, 2002-10-30 at 16:47, Dan O'Reilly wrote:
   
   2. When reading messages, I find that I can't select and cut/copy text. 
   REALLY limiting, when you're trying to cut-and-paste from an email
   message into something else.
   
  are you sure you can't? Maybe that's because you're using the windows
  way of doing it. If you use the X way (select with the mouse to copy and
  press the middle mouse button to paste) it should work. It does for me.
 
 Likely that's the problem.  Forgot about implict cut/paste.  THe only
 issue I had with it is really, I guess, that there are times (for
 example, when composing the messages) that you DO have a drop-down menu
 for that.  Consistency (or lack thereof) I guess is what I'm getting at.

well, it's consistent with how the rest of X applications work. The
CTRL-C/CTRL-V keybindings (or menu items) are something that we
inherited from windows, AFAIK.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Small quirklets in Evolution 1.0.8

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 17:25, Dan O'Reilly wrote:
 On Wed, 2002-10-30 at 09:21, Rodrigo Moya wrote:
  On Wed, 2002-10-30 at 17:16, Dan O'Reilly wrote:
   On Wed, 2002-10-30 at 09:08, Rodrigo Moya wrote:
On Wed, 2002-10-30 at 16:47, Dan O'Reilly wrote:
 
 2. When reading messages, I find that I can't select and cut/copy text. 
 REALLY limiting, when you're trying to cut-and-paste from an email
 message into something else.
 
are you sure you can't? Maybe that's because you're using the windows
way of doing it. If you use the X way (select with the mouse to copy and
press the middle mouse button to paste) it should work. It does for me.
   
   Likely that's the problem.  Forgot about implict cut/paste.  THe only
   issue I had with it is really, I guess, that there are times (for
   example, when composing the messages) that you DO have a drop-down menu
   for that.  Consistency (or lack thereof) I guess is what I'm getting at.
  
  well, it's consistent with how the rest of X applications work. The
  CTRL-C/CTRL-V keybindings (or menu items) are something that we
  inherited from windows, AFAIK.
 
 I suppose you're right there.  However, don't forget that a good part of
 your user community is VERY used to doing that, as they're refugees from
 the windows world.  Just a comment...
 
anyway, I just tested the 'windows way', and it worked. That is, I
selected text with the mouse, pressed CTRL-C, and then CTRL-V on another
application, and the selection was pasted. Is it this what you say
doesn't work for you?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Feature request

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 22:03, Jørn Christensen wrote:
 1.
 I want to some extend be able to configure my toolbar - is that
 possible?
 E.g. I want to replace the Reply to all with Reply to list...
 
you can do that by 'hacking' the UI XML files, which are in
$prefix/share/gnome/ui.

But take care, since if you add errors to the file, no menus/toolbars
will be loaded.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Small quirklets in Evolution 1.0.8

2002-10-30 Thread Rodrigo Moya
On Wed, 2002-10-30 at 21:35, Dan O'Reilly wrote:
 On Wed, 2002-10-30 at 13:22, Tony Earnshaw wrote:
  ons, 2002-10-30 kl. 20:58 skrev Dan Winship:
  
   He was responding to a direct question.
  
  Then his answer should have been (given the boasted prowess): How can
  I help?
 
 OK, my turn now.  I was asked you've never done this, have you?.  I
 responded yes, I have, for this long and doing this.  Your extension
 of this to say I should have said how can I help is bulls**t, plain
 and simple.  I got this package to fill a specific need. If the response
 to a request, and then a question asked directly of me and answered
 directly by me, is name-calling and put up or shut up, then this is
 probably not the software to use, nor is it anything to recommend to
 anyone who might want to use it.
 
 My bottom line is, I don't have time to waste fixing bugs or adding
 functionality to other people's software.  I have my own job where I
 spend quite enough time.  I need an email application that does what I
 need it to do, and there are some out there.  I apparently made a
 mistake in choosing this, then having the utter temerity to suggest
 better behavior.  And I would have hoped that the response to a question
 of why can't it do this would have been something other than invective
 and personal attacks.  Apparently I was wrong.

well, the personal attack was from Tony, who does not represent the
feeling of all the evolution hackers and users. So please, don't make
the mistake to judge a whole project based on one person's opinions.

Apart from that, please let's stop this thread. I think it's been
clearly stated what the situation of copypaste is, and that we are
working on fixing it, so it's useless to continue discussing it.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Holidays and such for the Calendar...

2002-10-29 Thread Rodrigo Moya
On Tue, 2002-10-29 at 22:40, Sean M Alderman wrote:
 Is there a way I can import holidays into my calendar?  Not
 necessarily religious ones, I'm mostly interested in US National
 Holidays.  If there isn't a way to do this, has there been a feature
 request made for something like this?
 
if you find a valid ics file that contains the holidays, you can import
it into the evolution calendar (File-Import).

In the Apple's iCal store (http://www.apple.com/ical/library/) you can
find those files, although I've tested some of them myself, and some are
invalid, since they don't contain VTIMEZONE information. But some worked
perfectly, so I hope you're lucky with the US holidays.

If you find any problem please report a bug and I'll see if it's the ics
file's fault or evolution's.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] claendar contact errors

2002-10-24 Thread Rodrigo Moya
On Tue, 2002-10-22 at 10:41, Germano Cesari wrote:
 awww... uff... im almost givin up...
 
 inbox/outbox is ok, but no way to save an appointment or click on the
 Contact folder... and I cant even create a new subfolder (say, under
 inbox or outbox, I get Cannot create folder, generic error)
 
 I mean: nothing works PLASE what the hell does evo want to
 work?!!??!?
 
 summary:
 
 new e-mail folder: Cannot create folder, generic error
 
 new Appointment: Could not update object!
 
 click on Contacts folder: We were unable to open this addressbook,
 please check the path exists and yopu have permission to read it
 
 any clue?!??!?!?!???!?!??
 Id really like to avoid formatting the hdd and install Win2000 with
 Outlook just couse of the Calendar  Contacts.. but this is my
 workstation at the office, and I NEED (at least) the Calendar! sigh
 :-(((
 
I guess all this can be caused by some CORBA incompatibility. Maybe you
didn't run killev after upgrading? Or maybe you've got some components
installed in weird places, did you install from packages?

A good way of knowing the problem would be to run evolution-calendar,
evolution-addressbook and evolution-mail on a terminal, and see if they
show up any error message. Try that, that could give you some info on
what's failing.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Patch to set cal. summary as argument fora pgm. 1.1.2snap1022

2002-10-24 Thread Rodrigo Moya
On Wed, 2002-10-23 at 20:37, Ronald Kuetemeier wrote:
 On Wed, 2002-10-23 at 11:57, Rodrigo Moya wrote:
  On Wed, 2002-10-23 at 06:02, Ronald Kuetemeier wrote:
   Attached patch allows you to set a checkbox (default is set) for the
   calendar summary as an argument for a program to run as a reminder.
   I use it to listen to calendar events with festival, and was tiered to
   retype the summary again as an argument for a script.
   Since this is not a bug fix maybe we can get it included into 1.2.X.
   
  we are feature frozen for 1.2, so I guess it would be difficult to
  include this for 1.2.
  
 Yeap I was expecting that, since my hint to 1.2.X. 
 
well, 1.2.x, AFAIK, have the same policy that 1.2, which is that no new
features are to be added, just bug fixing.

  The best thing to do is to add a new bug to bugzilla, and attach the
  patch to it, and as soon as we can add new features, it might be
  included.
  
 Oh man, why not just having somebody from evolution-patches take care of
 it.  But before we even think about that, can somebody take a look at
 the patch.  

I took a look at the patch, and it seemed correct (from a coding point
of view, we'll have to see if UI-wise it is also). That's why I asked
you to attach it to a bug in bugzilla, because it might be accepted as
soon as we're not in freeze status.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Patch to set cal. summary as argument fora pgm. 1.1.2snap1022

2002-10-23 Thread Rodrigo Moya
On Wed, 2002-10-23 at 06:02, Ronald Kuetemeier wrote:
 Attached patch allows you to set a checkbox (default is set) for the
 calendar summary as an argument for a program to run as a reminder.
 I use it to listen to calendar events with festival, and was tiered to
 retype the summary again as an argument for a script.
 Since this is not a bug fix maybe we can get it included into 1.2.X.
 
we are feature frozen for 1.2, so I guess it would be difficult to
include this for 1.2.

The best thing to do is to add a new bug to bugzilla, and attach the
patch to it, and as soon as we can add new features, it might be
included.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Evolution reminders problem on my computer

2002-10-23 Thread Rodrigo Moya
On Wed, 2002-10-23 at 01:25, A. Gunes Koru wrote:
 Hello,
 
 I have a trouble with the appointment reminders. I will try to give a
 full description of what happens and explain it as much as possible. I
 have RedHat 8.0, Evolution 1.0.8-10, KDE 3.0.4. Reminders do not show
 up. If it is the first start of evolution after I login, it might show a
 couple of past reminders (there is no consistency in that either). But
 after then it no longer shows reminders. I made several experiments for
 example writing something and setting its reminder time 1 minute ago,
 which is really close. I wait and nothing happens.
 
there were some problems in the alarm daemon, that prevented the alarm
daemon to be started.

So, first check that the evolution-alarm-notify process is running, and
if not, try debugging it to see what the problem is.

Anyway, all this should be fixed in 1.1.2, so please upgrade to it if
you can.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



[Evolution] Re: [Evolution-hackers] Evolution reminders problem on my computer

2002-10-23 Thread Rodrigo Moya
On Wed, 2002-10-23 at 01:25, A. Gunes Koru wrote:
 Hello,
 
 I have a trouble with the appointment reminders. I will try to give a
 full description of what happens and explain it as much as possible. I
 have RedHat 8.0, Evolution 1.0.8-10, KDE 3.0.4. Reminders do not show
 up. If it is the first start of evolution after I login, it might show a
 couple of past reminders (there is no consistency in that either). But
 after then it no longer shows reminders. I made several experiments for
 example writing something and setting its reminder time 1 minute ago,
 which is really close. I wait and nothing happens.
 
there were some problems in the alarm daemon, that prevented the alarm
daemon to be started.

So, first check that the evolution-alarm-notify process is running, and
if not, try debugging it to see what the problem is.

Anyway, all this should be fixed in 1.1.2, so please upgrade to it if
you can.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Howto sync two workstatios?

2002-10-23 Thread Rodrigo Moya
On Wed, 2002-10-23 at 11:56, Guido de Melo wrote:
 I have installed Evolution at work and at home on two (nearly) identical 
 linux boxes. Now I'd like to have the same data at work that I have at 
 home. When I copy my ~/evolution directory from one machine to the 
 other, Evolution however seems not to be interested in the newer files. 
 It jsut keeps working on the old data. How can I overcome this?
 
make sure you run killev before copying the data, since if some
evolution processes are still running, they would do it with the old
data. So:

$ killev
$ copy_files_from_other_machine
$ evolution 

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] calendar contact errors

2002-10-17 Thread Rodrigo Moya
On Thu, 2002-10-17 at 12:44, Germano Cesari wrote:
 
 concerning the calendar, I set my preferences, I can click on it and
 scroll on days/months and so on, but when I try to add a new Appointment
 the form windows opens up, I fill all the req. fields (description,
 date/time etc...) but when I click on save  exit (or just on save)
 I get: Could not update object!
 
we've seen similar problems due to empty or invalid calendar.ics files.
So, please, run killev and open in your text editor the file
~/evolution/local/Calendar/calendar.ics and see what there is there.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Evoloution and Outlook tasks, connectorissue

2002-10-16 Thread Rodrigo Moya

On Wed, 2002-10-16 at 13:28, Eric Persson wrote:
 Hi,
 
 I signed up on the list quite long ago to listen on the discussions, 
 however, a long silence have been passed since then. :) So I hope noone 
 dislike my small question.
 
 Does Evoloution decode and make use of emails generated by tasks in 
 Outlook? I mean those mails that gets sent when you assign a task in 
 Outlook to a user in your adressbook. Can Evoloution work with those?
 
if those mails contain a valid iCalendar attachment, then yes, evolution
can deal with them, such as letting you add the task to your tasks
folder.

 I read about the Connector that Evoloution can use for integration with 
 MS Exchange, is it possible to use that together with another frontend, 
 such as a webapplication?
 
yes, you can use evcolution to access an Exchange server and, at the
same time, access the same data from a browser (OWA) or from another
client (Outlook).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Switching to off-line mode

2002-10-14 Thread Rodrigo Moya

On Tue, 2002-10-15 at 00:22, Jeffrey Stedfast wrote:
 evolution --offline
 
 I think evolution starts in the mode that it was in at the end of the
 previous session?
 
yes, it does

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Table view for Caledar

2002-10-06 Thread Rodrigo Moya

On Mon, 2002-10-07 at 00:31, Richard Zach wrote:
 So I was playing with the Palm sync the other day, of course ran into
 some problems like duplicated appointments. Went through and deleted
 them by hand, and really wished bug 1151
 http://bugzilla.ximian.com/show_bug.cgi?id=1151 was fixed.
 
 Any chance that we're going to see an etable based view for the calendar
 anytime soon?  Without his, searching for appointments is completely
 impossible, and cleaning out your calendar would be much simpler.
 
 Bug 1151 doesn't have a milestone, a priority of Minor (I'd think this
 is at least Normal) and is assigned to Federico, whose last checkin to
 the evolution source tree seems to have been in January.
 
well, right now we are feature frozen for 1.2, and 1.4 will be mainly
just a port to GNOME 2, so you'll have to wait until at least post-1.4
to see it.

Anyway, this is a very useful thing to have, specially for searches, and
as such, there's a similar bug for this feature

http://bugzilla.ximian.com/show_bug.cgi?id=30449

it would be nice to have this ASAP.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Bugday, October 3rd.

2002-10-02 Thread Rodrigo Moya

On Wed, 2002-10-02 at 18:07, Gerardo Marin wrote:
 If you're interested, please drop by #bugs in irc.gnome.org between 9AM
 and 9PM EST [1400 and 0200GMT] on October 3rd and help make Evo even
 better, by enforcing its quality, gaining knowledge of Evolution and
 giving developers more time to code.
 
a nice thing from the old bug days was the calendar event attached to
the mail message, which can be directly included in the evo calendar
from the attachment.

So that this tradition is not lost, here's this week's

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


BEGIN:VCALENDAR
PRODID:-//Ximian//NONSGML Evolution Calendar//EN
VERSION:2.0
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:/softwarestudio.org/Olson_20011030_5/America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701025T02
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700405T02
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=4
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:20021002T152046Z-12054-1000-1-0@azkoyen
DTSTAMP:20021002T152046Z
DTSTART;TZID=/softwarestudio.org/Olson_20011030_5/America/New_York:
 20021003T09
DTEND;TZID=/softwarestudio.org/Olson_20011030_5/America/New_York:
 20021003T21
TRANSP:OPAQUE
SEQUENCE:2
SUMMARY:Evolution bug day
CATEGORIES:Status
CLASS:PUBLIC
LAST-MODIFIED:20021002T152148Z
BEGIN:VALARM
X-EVOLUTION-ALARM-UID:20021002T152046Z-12054-1000-1-1@azkoyen
ACTION:DISPLAY
TRIGGER;VALUE=DURATION;RELATED=START:-PT5M
DESCRIPTION:Evolution bug day
END:VALARM
END:VEVENT
END:VCALENDAR



Re: [Evolution] Bugday, October 3rd.

2002-10-02 Thread Rodrigo Moya

On Wed, 2002-10-02 at 17:50, Alessio Bragadini wrote:
 On Wed, 2002-10-02 at 18:22, Rodrigo Moya wrote:
 
  So that this tradition is not lost, here's this week's
 
 Ah ah! wombat segmentation fault. Bug filed... :-)
 
ugh! it worked for me (I removed the event after creating it and updated
it from the mail attachment).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Crash on exit - evolution-exchange-storage

2002-10-01 Thread Rodrigo Moya

On Tue, 2002-10-01 at 17:29, Bob Haddleton wrote:
 Every time I exit Evolution, it crashes with a segmentation fault in
 component evolution-exchange-storage, and I have to killev to get
 everything cleaned up.
 
 I didn't see any bugs filed on this - should I submit one?
 
yes, please

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] How to update GAL?

2002-09-30 Thread Rodrigo Moya

On Sun, 2002-09-29 at 05:42, Calvin Liu wrote:

 What does the EVO_CHECK_LIB marco exactly do? Can I simply change the 
 version of GAL in configure.in?
 
it looks for a library in the system.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Deleting a calendar event that repeats

2002-09-30 Thread Rodrigo Moya

On Mon, 2002-09-30 at 08:07, Tom Ball wrote:
 Is there a way to delete a recurring calendar event all at once?  I
 tried doing so and found that each item appears separate.  I peeked in
 the calendar.ics file and saw that each of them have the same
 RECURRENCE-ID, but if I open one of them, the Recurrence Rule has No
 recurrence selected. 
 
you can, after right-clicking on the event, select the 'Delete all
ocurrences' menu item in the popup menu that appears. That would delete
all ocurrences.

 The same goes for editing a recurring calendar item as well.  One reason
 I am deleting all of them is that they changed the meeting time on me.
 
there is no way to edit a particular ocurrence alone, except if you make
the ocurrence movable (again, by right-clicking on the event and
selecting 'Make this ocurrence movable' on the popup menu).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] CPU Usage of evolution-calendar

2002-09-30 Thread Rodrigo Moya

On Fri, 2002-09-27 at 11:01, Jeroen Benckhuijsen wrote:
 Hi,
 
 I'm currently using daily snapshots of evo. Currently i notice the
 evolution-calendar process consuming about 50 - 75 % of my CPY (PII
 333). Is this a know bug, anybody else experiencing the same problem? If
 not i'll file it in bugzilla..
 
which snapshot are you using? Because I fixed this some days ago, so
please make sure you're using the very latest snapshot, and see if
that's fixed.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Deleting a calendar event that repeats

2002-09-30 Thread Rodrigo Moya

On Mon, 2002-09-30 at 22:09, Tom Ball wrote:
 On Mon, 2002-09-30 at 01:05, Rodrigo Moya wrote:
  On Mon, 2002-09-30 at 08:07, Tom Ball wrote:
   Is there a way to delete a recurring calendar event all at once?  I
   tried doing so and found that each item appears separate.  I peeked in
   the calendar.ics file and saw that each of them have the same
   RECURRENCE-ID, but if I open one of them, the Recurrence Rule has No
   recurrence selected. 
   
  you can, after right-clicking on the event, select the 'Delete all
  ocurrences' menu item in the popup menu that appears. That would delete
  all ocurrences.
 
 Is this a new feature?  I am running 1.0.8, and right-clicking on an
 event only gets me open, delete, cut, copy and paste.
 
those options are only available if the event is a recurrent one, not
for 'normal' events. I'm not sure if this wasn't in 1.0.x (I've been
using 1.1.x for months now), but if I recall correctly, it was
availbale, so just try the same with a recurring event.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Where there are only a few people in irc.gnome.org#evolution?

2002-09-26 Thread Rodrigo Moya

On Thu, 2002-09-26 at 05:17, Calvin Liu wrote:
 What's the best evolution community? IRC or newsgroup?

#evolution on irc.gnome.org is the evolution channel. But, depending on
the hours, you might find just a few people.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Remote Calendar store

2002-09-24 Thread Rodrigo Moya

On Mon, 2002-09-23 at 21:49, Jason Tackaberry wrote:
 I fired up the new beta of Evolution, and I was at first glance very
 excited to see that you can change the default folder to be a remote
 calendar.  My first thought was, Wow, did they somehow make it so you
 can store calendar data in an IMAP store?  That's too cool.
 
 Of course, this isn't the case.  But a thought occured to me: why not? 
 If we don't want to create a specialized server for
 contacts/tasks/calendaring, would it be possible to layer those things
 on top of IMAP, so at least it would be possible to keep my 3 different
 copies of Evo synchronized?  Is something like that feasible?
 
using IMAP for calendar folders has been found to be not a good a idea,
as far as I can see. So, a simpler solution (and cleaner) would be to
add support for publishing/subscribing to remote calendars via
HTTP/FTP/whatever.

See bug http://bugzilla.ximian.com/show_bug.cgi?id=30297

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] iCal Evo

2002-09-23 Thread Rodrigo Moya

On Mon, 2002-09-23 at 10:01, Ryan Marsh wrote:
 Has anyone considered building support for iCal into Evo? Would anyone
 consider helping me do so (if there isn't already an effort I can join)?
 
evolution calendar already uses iCal.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] iCal Evo

2002-09-23 Thread Rodrigo Moya

On Mon, 2002-09-23 at 10:34, Ryan Marsh wrote:
 I think what I'm really looking for is all the features in Apple's iCal.
 Like the ability to publish and subscribe to calendars via iCal.
 
 See:
 http://www.macdevcenter.com/pub/a/mac/2002/09/20/ical_webdav.html?page=1
 
well, in that case, you'll have to do it yourself, or wait until we do
it :-) Basically, what you can do is to get the ical files from Apple
(replace webcal: with http: and wget the files) and import them into
your evo calendar.

Apart from that, we are missing the publish/subscribe feature.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Few more problems with Beta1

2002-09-21 Thread Rodrigo Moya

On Sat, 2002-09-21 at 23:40, Pascal DeMilly wrote:
 With the latest snapshots (evolution-1.1.1.99-snap.ximian.200209210601)
 on Redhat 6.2, appointments received in my Inbox don't show anymore in
 the preview pane. Therefore I don't have a way to save them in my
 calendar, which is not a big deal right now as my calendar crashes every
 time I try to view it. 
 
could you please provide a backtrace of the crash and create a bug on
bugzilla about the calendar crash?

 
 In my status bar, I have 2 searching message that just won't clear. One
 as a mail icon, the other a calendar. There is also no way for me to
 cancel those task or know where they come from. 
 
the calendar one is there because the calendar component crashed before
cleaning up the status bar. I suppose the mail one is for the same
reason.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar Questions

2002-09-20 Thread Rodrigo Moya

On Fri, 2002-09-13 at 16:10, Dan Winship wrote:
   Issue 2: Alarms
   Meeting requests from Outlook 2000 that have a reminder set on the
   sender's end have this block in them:
 BEGIN:VALARM
 TRIGGER:PT15M
 ACTION:DISPLAY
 DESCRIPTION:Reminder
 END:VALARM
   However, no alarm/reminder is added to the meeting when it is accepted
   into my calendar.  One, is it supposed to add that?
   
  it is supposed to add the alarm as well, yes. Could you please enter a
  bug and attach the event's icalendar string to it?
 
 No, we strip those on purpose.
 
 The issue is that if someone else has always add an alarm to meetings,
 and you don't, and they invite you to a meeting, you presumably don't
 want to get the alarm that they automatically added to the meeting
 request.
 
 But if you have always add an alarm set in Evolution, it ought to add
 it when accepting the meeting request.
 
I don't know if I already answered to this mail, but just in case: I've
changed the code to still strip all alarms and add the default one if
that is set in the configuration. We still strip the alarms coming in
the appointment for security reasons (think of a execute rm -rf / at
0:00 tomorrow).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Evolution 1.1.1 (unstable!) is out!

2002-09-19 Thread Rodrigo Moya

On Thu, 2002-09-19 at 01:33, Chief Gadgeteer wrote:
 On Wed, 2002-09-18 at 16:29, Ettore Perazzoli wrote:
  The first Beta release of Evolution 1.2 (aka version 1.1.1) has just
  been released.
 
 Was/is there a stable release in the 1.1.x series? Still using 1.0.8.
 As I rely on evolution as my only mua I can't justify using beta.  I can
 justify time here as functionality testing.

1.1 is unstable, since it is the development branch leading to 1.2,
which will be stable, as 1.0.x is.

I have been using myself 1.1 for months, without big problems, but if
you prefer not to risk and have time, set up a new user in your system,
and play with a new evo 1.1 install with it.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Evolution 1.1.1 (unstable!) is out!

2002-09-19 Thread Rodrigo Moya

On Thu, 2002-09-19 at 17:16, Kenneth Porter wrote:
 On Wed, 2002-09-18 at 15:29, Ettore Perazzoli wrote:
  The first Beta release of Evolution 1.2 (aka version 1.1.1) has just
  been released.
 
 What's the difference between this and the nightly snapshot? I've been
 getting the snapshots every couple of weeks or so, using Red Carpet, and
 am writing this with the 9/19 snapshot.
 
if the snapshots you're running are for 1.1.x, then, there is not much
difference between the last snapshot and this 1.1.1, although you should
upgrade, since I'm sure there are many bugs fixed.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Multiple Calendars + languages

2002-09-17 Thread Rodrigo Moya

On Tue, 2002-09-17 at 11:01, Martin Klaffenboeck wrote:
 Hello,
 
 I'm using Evolution also to add my tasks, and my dates.  But now I want
 to add the dates of my girlfriend (school and so on) and of my little
 girl (2,5 years old) where she is and when she has something to do
 (doctor, etc..)
 
 So I'd like to see which thing is for whom and so on... Is it possible
 to add different colours for different cathegories of dates and tasks?
 
not yet, there's a bug somewhere in bugzilla about it. But I'm not sure
when that will be implemented :-(

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar Questions

2002-09-17 Thread Rodrigo Moya

On Sat, 2002-09-14 at 06:33, Lonnie Borntreger wrote:
 On Fri, 2002-09-13 at 09:10, Dan Winship wrote:
Issue 2: Alarms
Meeting requests from Outlook 2000 that have a reminder set on the
sender's end have this block in them:
  BEGIN:VALARM
  TRIGGER:PT15M
  ACTION:DISPLAY
  DESCRIPTION:Reminder
  END:VALARM
However, no alarm/reminder is added to the meeting when it is accepted
into my calendar.  One, is it supposed to add that?

   it is supposed to add the alarm as well, yes. Could you please enter a
   bug and attach the event's icalendar string to it?
  
  No, we strip those on purpose.
  
  The issue is that if someone else has always add an alarm to meetings,
  and you don't, and they invite you to a meeting, you presumably don't
  want to get the alarm that they automatically added to the meeting
  request.
  
  But if you have always add an alarm set in Evolution, it ought to add
  it when accepting the meeting request.
 
 So the logic goes:
  - strip VALARM
  - if default alarm is set, add default alarm
 
 OK.  That makes logical sense.  How would you feel about changing the
 logic to:
  - if default alarm is not set, strip VALARM
 
 My only reason for suggesting this is that my default alarm is 15
 minutes before the meeting.  This is great for work meetings.  However,
 many of the meeting requests I get are from my wife for personal things
 that are happening after work.  It takes me 35 minutes to get home, so
 she always sets the alarm to 45-60 minutes before the meeting to remind
 me in time to get home for the appointment.  Otherwise, I have to
 remember to always edit all appointments from her to change the alarm to
 a longer setting than the default (and if I get an meeting update
 notice, it resets the alarm again) - or have an angry wife.
 
 Another not so elegant option would be to have an option to open the
 appointment editor when accepting a meeting.
 
 Of course, if it's just me, don't bother with changes.
 
makes a lot of sense to do it this way, and also is much easier to do,
so I'm just fixing it as we speak.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar Questions

2002-09-13 Thread Rodrigo Moya

On Fri, 2002-09-13 at 05:46, Lonnie Borntreger wrote:
 Got two issues/questions on accepting meetings in Evolution (from
 Outlook 2000, but I don't know if it's application specific or just an
 Evolution oddity), and one Evolution calendar question.
 
 Issue 1: Time
 When I receive a meeting request, it translates the UTC time to my
 timezone when I view it.  After accepting it, the calendar view shows it
 in the proper timeslot for my timezone.  However, if I open it to
 view/modify it (like add some comments), the time shown is in UTC.  Is
 this a feature or bug?
 
this is a feature. If the appointment times are in UTC, that's how
evolution treats it, altough as you said, it will convert to local
timezone when displaying the event in your calendar's slots.

 Issue 2: Alarms
 Meeting requests from Outlook 2000 that have a reminder set on the
 sender's end have this block in them:
   BEGIN:VALARM
   TRIGGER:PT15M
   ACTION:DISPLAY
   DESCRIPTION:Reminder
   END:VALARM
 However, no alarm/reminder is added to the meeting when it is accepted
 into my calendar.  One, is it supposed to add that?
 
it is supposed to add the alarm as well, yes. Could you please enter a
bug and attach the event's icalendar string to it?

 Issue 3: Default Alarms
 In the preferences for Calendar and Tasks I have set the option to add a
 reminder to every appointment.  But it never does, or at least opening
 the appointment and looking at it shows no reminder, and there is no
 bell icon on the appointment.
 
that's weird. Restarting evolution does not fix it? maybe the
configuration change hasn't been read yet, since in 1.0.x the config
changes are only saved to disk when you exit evolution, so the event
editor might not be getting the change. This is fixed in 1.1.x, but it
might be that the cause. So try quitting evolution and restarting again
and see if that fixes it.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] calendar client

2002-09-12 Thread Rodrigo Moya

On Thu, 2002-09-12 at 21:32, D R Holsbeck wrote:
 Can somone send me some info, links to info, examples, on how to write a
 calendar client? 
 
yes, use libcal-client, which is installed along with evolution.

 My problem is that I keep my billable hours in Evolution. This works
 well, till the end of the month, when I need to bill those hours. It
 takes me a couple of hours each month, and a lot of frutration.
 
 So if I could pull the info from my calendar, and push it into a db, I
 could save a lot of time, and frustration. 
 
 When I asked about this before, the suggestion was write a client, the
 problem is I dont know how. I am a hack at best. Ive been involved more
 in hw, than sw. I do have some basic skills, so if someone can give me
 some examples, or pointers, maybe I can contribute something back to
 Evolution.
 
use the above mentioned cal-client library, and use specifically
cal_client_get_objects_in_range, which will return you the UIDs of the
events for a given time range.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] non-MS server for home use

2002-09-09 Thread Rodrigo Moya

On Mon, 2002-09-09 at 07:42, Sean Kirkpatrick wrote:
 I tried to check the FAQ listed in the Welcome message to this list but
 the page couldn't be found. So...
 
 I love Evolution and want to get my wife using it. To do so, I need to
 have something that will allow us to share our calendars. I saw the PCS
 listed on Ximian's web site in the developer area, but found nothing
 about how to make it work.
 
the PCS is just a personal calendar server, not a calendar server
intended to be used for several users.

 I _really_ do not want to install Win2K server to bring up an exchange
 server so that SWMBO and I can share our calendars. Is there something
 else out there that we can use to do this?
 
right now, there is nothing that allows you to make this, except from
sharing the events you want by email (Forward as iCalendar).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar reminders are anonymous...

2002-09-03 Thread Rodrigo Moya

On Tue, 2002-09-03 at 15:01, Nigel Metheringham wrote:
 Using evolution 1.0.8 (on RH73 + current ximian), the pop up window
 reminders for appointments frequently remind me of an Untitled
 appointment with no location.
 
 I suspect this may happen for appointments which have synchronised with
 my Palm (no matter whether the original appointment was entered on evo
 or on the Palm).  The actual appointments themselves look fine.
 
 The reminder used is a pop-up window 5 minutes before the appointment
 time - set as a default.
 
this is a bug in the component editor, which creates the alarms with the
Untitled Appointment description. It is now fixed in HEAD (1.1.x).

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] A UI for VJOURNAL

2002-09-02 Thread Rodrigo Moya

On Thu, 2002-08-29 at 09:22, 马波 wrote:
 Hi,Rodrigo,
 
Thanx for your giving direction.
 
We're reading GTK+ / Gnome Application Development and The Art of Writing a 
Bonobo Control now, and plan dive into evo/calendar/gui as soon as we finish these 
books.
Though the bonobo control impl for tasks/calendar(evo/calendar/gui) is a good 
example to study if we want to impl a bonobo control for VJOURNAL, there're too many 
files to read :(
 So, could you give us some docs or some more info about it? Thanx again.
 
there is not much documentation about this, so I think the best way
would be to read and understand the code, as well as asking here in the
list anything you want.

The files that implement the calendar/tasks controls are
calendar/gui/{control-factory.c | gnome-cal.c | tasks-control.c |
tasks-control-factory.c}

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] WCAP support

2002-09-02 Thread Rodrigo Moya

On Fri, 2002-08-30 at 16:45, 'Michael Clarkson - Wireless Architect -
CTO' wrote:
 All,
 
 Could someone give me some idea of the work involved to extend the
 Evolution Calendar User Agent to connect to a backend Calendar Server
 which uses the Web Calendar Access Protocol to return iCalendar
 formatted information (iPlanet Calendar Server etc).
 
you'll have to create a CalBackend for the new calendar type, and a
storage (shell/evolution-storage.c) to register your folders into the
evolution shell.

for the backend part, you can look at how wombat does it (wombat/* and
calendar/pcs/*).

 Asuuming this would be achieved by writing a new provider, is there any
 evolution documention that outlines this process.
 
no, not much. Best thing is to look at the code and ask on evo-hackers@

cheers

-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] WCAP support

2002-09-02 Thread Rodrigo Moya

On Mon, 2002-09-02 at 13:33, Matthias Schmidt wrote:
 Hi *,
 
 I am currently doing exactly this Integration.
 
 I've spend much time digging into the wombat and PCS code in the past weeks.
 
 What I have is a WCAP Access Library and a cal-backend-wcap.c and .h pair. 
 I've added a libwcap Project to 1.0.7. 
 
that is exactly what you must do.

The other things would be doing the storage, to make the shell know
about your folders.

 May I reserve wcap:/server/... as a iPlanet Calender Server URL?
 
I suppose so.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] iCalendar connection?

2002-09-02 Thread Rodrigo Moya

On Fri, 2002-08-30 at 19:50, Tom Ball wrote:
 My calendar is accessed via HTML using Sun's iPlanet Calendar Server. 
 Does anyone know of a way to synchronize Evolution's calendar with it? 
 Exporting to an iCS file and importing it doesn't work; the importer
 appears to accept the file but nothing gets added to my calendar. 
 Accepting an email invitation does work, however, so I think that the
 iCS formating being sent is OK.
 
this should work, so maybe there's a bug in the importer. Could you send
me the ics file, if possible, so that I can test it?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] How to configure pop port ?

2002-09-01 Thread Rodrigo Moya

On Sun, 2002-09-01 at 13:07, lapeg wrote:
 Hello
 
 i need to change the port in order to receive my mail
 in the pop configuration (from 110 to 1110 i think).
 How do i do?
 
when you enter the hostname, just use host:port there.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Changing fonts

2002-08-28 Thread Rodrigo Moya

On Wed, 2002-08-28 at 23:53, Mr. Brown wrote:
 Hi everybody, my question is short, is there any way to change the 

yes, go to the gnome control center, and there, you've got the HTML
viewer applet to do it.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] choosing smtp server for appointments

2002-08-21 Thread Rodrigo Moya

On Wed, 2002-08-21 at 03:28, Andreas Jellinghaus wrote:
 1.0.5/debian woody.
 
 can i somehow choose which smtp server will be used for sending out
 new appointments?
 
it uses the SMTP server of the account you use to setup the meeting, or
the SMTP server of the default account.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] handler for text/x-vcalendar?

2002-08-21 Thread Rodrigo Moya

On Wed, 2002-08-21 at 10:55, Marc Kupietz wrote:
 Hi,
 
 has anyone succeeded in using evolution as handler for mime type
 text/x-vcalendar, so that a window with the corresponding entry pops
 up after clicking a text/x-vcalendar in e.g. galeon.
 
there is an iMiP/iTiP Bonobo component in evolution which handles
text/x-vcalendar, which is the one that is displayed in evolution mails
with .ics file attachments.

I think the problem is not evolution, but galeon, which AFAIK does not
support displaying Bonobo components. Nautilus does, so if you try to
open that kind of files in nautilus, it should open the Bonobo component
for it.

Although it's not very useful, since it just lets you accept/decline a
meeting invitation. It would be really useful if there was another
Bonobo component that displayed the ics file in nautilus/galeon, etc.

But there are no plans for it so far, AFAIK :-)

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Complete exchange integration with remote locations

2002-08-21 Thread Rodrigo Moya

On Tue, 2002-08-20 at 13:23, Not Zed wrote:
 u would probably have to killev before installing any such files over
 existing ones.  otherwise u could end up with everything from crashes to
 corruption.
 
 if it was done with code via tjhe wombat interfaces, then it could be
 done anytime and maybe even support live update.
 
yes, exactly, using the wombat interface (CalClient) would allow you to
get notifications when anything changes, so you can do a live update
anytime there is a change.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Is there anyone going to add diary toEvolution?

2002-08-19 Thread Rodrigo Moya

On Mon, 2002-08-19 at 08:06, 马波 wrote:
 Hi,all

 I just wondering is there anyone going to add diary to Evolution by making the 
use of GtkHTML component or something else? Or anyone can give some info on this 
field? Thx inadvance.

for this kind of feature, I bet the best bet is to use iCalendar's
VJOURNAL components, which is already supported by the ical
implementation in evolution. The only thing needed would be the UI. But,
so far, there are no plans to add it, AFAIK.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Creating Tasks

2002-08-12 Thread Rodrigo Moya

On Sun, 2002-08-11 at 11:42, Carlos 'Fjrb' Almeida wrote:
 Hi,
 
 When you go to the Calender section and right click an hour, or hours,
 and select new task, the date and time (begining and end) is never set.
 But it is when you do it for appointments and meetings, shouldn't it do
 it for tasks as well ... ? After all you select the date and time and
 duration, and then after selecting New Task you end up having to insert
 them manualy anyway. Shouldn't the hours for a given task, also appear
 highlighted in the calender ?
 
yes, makes sense. could you please add a bug to bugzilla.ximian.com so
that it doesn't get forgotten?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] ARGH!!!! My account settings!!

2002-08-09 Thread Rodrigo Moya

On Thu, 2002-08-08 at 09:51, Steve wrote:
 Something is wacked... I have my accounts restored but I do not see any
 sign of them when I actually look into config.xmldb, as I speak. How do
 I know they're in there?
 
that file is encoded, because of UTF-8 problems in the strings. So you
won't see the strings there, but the accounts should be available when
you restart evolution. Does this happen, or have they disappeared?

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Calendar backs itself up??

2002-08-04 Thread Rodrigo Moya

On Sat, 2002-08-03 at 19:38, Vincas Ciziunas wrote:
 Hello,
   I'm trying to figure out where the calendar backs itself up.  I removed
 ~/evolution/local/Calendar/*.ics and ~/evolution/local/Calendar/*.ics~
 .  I'm trying to figure out how the stupid thing keeps recreating
 itself.  I can't find its backup anywhere.  Anyone know?
 
the backup is the *.ics~ file. The problem is that it seems the wombat
is still running, so even though you remove the file, the calendar is
itself in memory, so every time it needs to, the wombat saves it again
to disk.

For removing the file and start with a new empty one:

$ killev
$ rm ~/evolution/Calendar/*.ics*

that is, you firts kill all evo processes, before removing the file.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] So...I just bought Connector... (resend)

2002-08-02 Thread Rodrigo Moya

On Fri, 2002-08-02 at 17:50, Paul Crossman wrote:
 I'm not seeing a difference in operation between evolution and
 connector.  What did I just pay $70 for?  Am I missing something?  Do I
 run evolution differently now?
 
are you setting up an account in an exchange server? If so, you should
see a difference :-)

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] How to delete all calendar items?

2002-07-22 Thread Rodrigo Moya

On Sat, 2002-07-20 at 15:38, Janus Christensen wrote:
 On Fri, 2002-07-19 at 23:44, Guy Davis wrote:
  I haven't been having much luck with gnome-pilot as the Copy From
  Pilot setting for the ECalendar conduit simply duplicates all my
  calendar entries in Evolution.  I am now trying to find a way to
  completely clear all calendar entries as I have thousands of them,
  mostly duplicates, and can't do it one by one.
  
  Any tips? Thanks.
 
 Shut down Evolution
 
 Remove (or maybe *move* it to some other location in case I remember
 wrong) this file:
 
   $HOME/evolution/local/Calendar/calendar.ics
 
 Then do a killev and restart Evo; the calendar should now be empty.
 
the killev should be before removing the file.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Command line options?

2002-07-22 Thread Rodrigo Moya

On Mon, 2002-07-22 at 16:30, Ettore Perazzoli wrote:
 On Mon, 22 Jul 2002, Scott wrote:
  I have a related question.  Is there a commandline parameter to tell
  Evolution to starting offline mode?  I work alot in airports/airplanes
  that have no net access.  I now start up Evolution and click on work
  offline but it has already started teh IMAP threads trying to read my
  mailboxes.
 
 The unstable version has a --offline option that you can use.  (It used to
 be broken, but it should be working properly now.)
 
current (as of the last 5/10 days) CVS HEAD works perfectly for me and I am using
it a lot, since I'm offline most of the time right now.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] Sorely disenchanted with Evolution (looong)

2002-06-27 Thread Rodrigo Moya

On Thu, 2002-06-27 at 04:24, Frank Gore wrote:
 
 No matter how hard I try, I can't seem to ever be able to copy and paste
 things out of displayed emails in evolution (what some people call the
 preview pane). I've tried everything I could think of, but it never
 works. Shift-Delete, Ctrl-C, even Edit/Copy from the menu. None of it

have you tried the X way? That is, select the text, and then, press the
middle button of the mouse (or left/right buttons at the same time if
you only have 2 buttons mouse) into the window you want to paste the
text to? This must work, unless you've got a 2 buttons mouse and have
the Enable3Buttons option disabled in your XF86Config file.

 
 Another issue is the fact that I can't get the cc and Reply-to to
 auto-fill with default values. I need this for almost every email I send
 out. Remembering to do it manually for each and every email is not only
 a chore, it's error-prone. I find myself forgetting too often. I've
 brought this up before and was told the CVS version had this feature,
 but as I mentioned above, I never got the CVS version to compile.
 
which problems do you get when compiling from CVS? I do it every day, as
many other people do, so maybe if you send the exact error messages,
we'll be able to help you.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution-hackers] How to implement a backend server???

2002-06-18 Thread Rodrigo Moya

On Tue, 2002-06-18 at 05:15, Sky Klinsmann wrote:
 I have recently read some mails talk about to develop a backer server
 for Evolution. Of course, I am interesting on how to have a backend
 calendar server for a group calendar sharing. 
 
 But something I don't quite understand. They point out that the API
 plugin for a backend server is already exists on Evolution in libpcs
 (calendar/pcs/). We just need to write a backend communicate with the
 server we want and Evolution will detect it automatically. That's
 what I don't understand. How Evolution detect the backend, is there
 any parts in Evolution responsible to do this, or that there is some
 kind of configuration that can make evolution to load our backend
 server???
 
yes, apart from implementing a CalBackend-based class (as
cal-backend-file.c does), you need to create a CalFactory and install a
.oaf file, like wombat does (evo/wombat).

 Also, I find that in Evoltion, there is a wombat-client for Corba
 interface implementation. Is it related to the backend server we want
 to build. 

it was supposed to be used from the wombat to send requests (passwords)
to clients, but it is not being used.

 Besides, I try to compile and run Evolution in order to
 find out more details. There is a program in /usr/bin/wombat which is
 a standalone executable. Is any body find out how does it talk with
 evolution? By IPC, PIPE or shared memory or some other means? Is it
 necessary to modify anything in wombat to support our calendar
 server?

it uses CORBA to communicate with evolution, or rather, evolution uses
CORBA to activate and communicate with the wombat.

There is no need to modify wombat. You could just add a new backend to
wombat or just create a new wombat-like process that registers the
CalFactory and your calendar backend on it. Again, this is what wombat
does, so looking at the wombat sources should give you what you need for
it.

cheers


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



Re: [Evolution] Spelling Reminders

2002-06-12 Thread Rodrigo Moya

On Wed, 2002-06-12 at 09:55, Alain Muls wrote:
 2. The reminders for an appointment popup when evolution is up
and running. Is there somewhere a daemon which can be used to
popup a reminder for an appointmen
 
yes, evolution-alarm-notify is that 'daemon'. It keeps running when you
leave evolution (unless you killev'ed).

cheers
-- 
Rodrigo Moya, rodrigo at ximian.com, rodrigo at gnome-db.org
http://www.ximian.com
http://www.gnome-db.org


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



Re: [Evolution] Hmmm... folder list gone...

2002-06-10 Thread Rodrigo Moya

On Sun, 2002-06-09 at 11:36, Michael Rothwell wrote:
 I upgraded to the development snapshots (1.1.x) and fiddled with it 
 for a little while, and then uninstalled it. I reinstalled 
 evolution-1.0.5-1.ximian.5 to be able to check my mail once again (1.1 
 mail component wouldn't stay up). It all seems to work, except for the 
 folder list, which is empty now. How very strange. So I'm checking my 
 email with Mozilla 1.0, so that I can see the replies (evo mail is 
 sorted into a folder server-side by procmail).
 
yes, remove ~/evolution/config/storage*

after running killev, of course, and then, restart evo.

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] building from cvs

2002-06-07 Thread Rodrigo Moya

On Fri, 2002-06-07 at 20:02, Colin Walters wrote:
  or do what I do which is:
  
  install gal/gtkhtml into /opt/gnome
  link /usr/lib/galConf.sh - /opt/gnome/lib/galConf.sh (the same for
  gtkhtmlConf.sh)
  install evolution into /opt/gnome
 
 Interesting.  Could I just change the /usr/lib/galConf.sh link for when
 I'm compiling evolution?  In other words, is the /usr/lib/galConf.sh
 script consulted at runtime at all?  I don't want to break my existing
 installation of GNOME 1.4 and Evolution 1.0.5 (i'm using all of GNOME
 from the Debian packages, except for evolution itself where I added my
 Evolution patches in).
 
gnome-config is only called at autogen.sh/configure time, AFAIK. So,
yes, it's safe to only have the link while compiling.

anyway, just don't install libgal-dev, if you're on debian. I've had
several libgal* installed, with no problems. Now:

ii  libgal19   0.19.2-2   G App Libs (run time library)
ii  libgal2-0  0.0.3-2G App Libs for GNOME2 (run time
library)
ii  libgal2-0-data 0.0.3-2G App Libs for GNOME2 (data files)
ii  libgal2-0-dev  0.0.3-2G App Libs for GNOME2 (development
files)

and this is a freshly-installed system, with almost GNOME2-only
apps/libs. In my previous system, I had more libgal*, and everything
worked fine, since the packages that use other versions of libgal, do
link correctly with the libgal.so.x.x.x file.

and all this with gal CVS installed in /opt/gnome

cheers
-- 
Rodrigo Moya [EMAIL PROTECTED]


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



Re: [Evolution] building from cvs

2002-06-04 Thread Rodrigo Moya

On Tue, 2002-06-04 at 10:35, Adrian 'Dagurashibanipal' von Bidder wrote:
 Yo!
 
 Hmm. Can't get this sorted out, it seems.
 
 If I understand it correctly, I need gal, gtkhtml and evo cvs, the other
 libraries should be ok from Debian unstable.
 
 Could build gal, but how do I tell gtkhtml where my new gal is?
 --with-gal is apparently non-existent.
 
evolution looks for those libraries via gnome-config. So, gal and
gtkhtml install a galConf.sh/gtkhtmlConf.sh files in $(libdir). So,
either install gal and gtkhtml in the same prefix as the rest of gnome
(that is, where gnome-config is, usually /usr/bin, means you'll install
them into /usr), or do what I do which is:

install gal/gtkhtml into /opt/gnome
link /usr/lib/galConf.sh - /opt/gnome/lib/galConf.sh (the same for
gtkhtmlConf.sh)
install evolution into /opt/gnome

of course, if you install into /opt/gnome, you'll have to define $PATH,
$LD_LIBRARY_PATH and $OAF_INFO_PATH (=
$OAF_INFO_PATH:/opt/gnome/share/oaf)

cheers


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



Re: [Evolution] gpg help

2002-06-03 Thread Rodrigo Moya

On Mon, 2002-06-03 at 10:51, Adrian 'Dagurashibanipal' von Bidder wrote:
 (It seems building from cvs is a bit too complicated, as some of the
 debian ...-dev pkgs are not current enough (libgal). Do I have to
 rebuild most gnome libraries? Hmmm. I'll just wait for evo 1.2 release,
 I think...)
 
jut build gal/gtkhtml/evolution from CVS. That should be enough.

cheers


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



Re: [Evolution] will there be a Windows port?

2002-05-24 Thread Rodrigo Moya

On Fri, 2002-05-24 at 08:21, Marko Asplund wrote:
 On Thu, 23 May 2002, Michael Leone wrote:
 
   for a computer enthusiast switching to Linux or running Linux under VM
   ware may be an alternative but when it comes to people with not a very
   strong background in computers and who think Windows is the only OS
   you can run in a computer the list of choices is unfortunately a much
   more limited.
  
  Especially if those of us who do know better, don't teach them 
  otherwise, especially by teaching by example.
 
 i agree that educating people of alternative solutions is important. the
 problem, however, is that it's very difficult to find someone to pay you
 full time for educating people to migrate from Windows to Linux. i know my
 current employer wouldn't approve me spending considerable amounts of time
 with Linux user IT support issues.
 
so, your boss prefers to spend more money on licenses and have to
upgrade all his systems when a company wants to?

I'd rather spend money in training (you do it once and that's all) than
on licenses per every computer per every n months.

cheers


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



Re: [Evolution] Wombat crashes on startup?(more info)

2002-05-21 Thread Rodrigo Moya

On Tue, 2002-05-21 at 15:35, Michael Gruner wrote:
  Now everytime i start evolution i get a message: wombat died :-(
  Here is the output of evolution for that:
  
  evolution-shell-WARNING **: Cannot activate Evolution component --
  OAFIID:GNOME_Evolution_Addressbook_ShellComponent
  
  evolution-shell-WARNING **: e_folder_type_registry_get_icon_for_type()
  -- Unknown type `contacts'
  Waiting for component to die --
  OAFIID:GNOME_Evolution_Mail_ShellComponent (1)
  Waiting for component to die --
  OAFIID:GNOME_Evolution_Calendar_ShellComponent (1)
  
 I made a mistake: i only tryed that one time. Closing Evo and restarting
 it again everything comes up and runs without any failure. Closing Evo
 again and doing a killev and restarting Evo produces the same failure as
 above.Now closing Evo and doing an ps -aux |grep wombat gives me the
 folling line
 micha 2838  0.7  5.7 16120 7300 ?S15:28   0:02 wombat
 --oaf-activate-iid=OAFIID:GNOME_Evolution_Wombat_CalendarFactory
 --oaf-ior-fd=10
 remember: after that a restart of Evo and everything works fine... any
 ideas?
 
I just committed a fix for this in the 1-0 branch, so please update if
you can (or wait until next release/snapshot) and tell me if it fixes it
for you.

cheers


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



Re: [Evolution] Evolution 1.0.5

2002-05-15 Thread Rodrigo Moya

On Tue, 2002-05-14 at 19:01, Paul Merlin wrote:
 Hi,
 
 Is there a document about coding a such backend ?
 
no, but you can take cal-backend-file.c as an example on how to do it,
along with wombat.c

cheers


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



Re: [Fwd: Re: [Evolution] Evolution 1.0.5]

2002-05-15 Thread Rodrigo Moya

On Wed, 2002-05-15 at 07:46, Martin Skjöldebrand wrote:
 
 How is Evo talking to remote calendear backends?
 I am (of course) again thinking about our First Class system which
 sports a basic calendaring system. What protocol would be used in
 exchanging information between Evo and the calendaring system?
 
whichever protocol the calendar server uses. You just have to implement
a CalBackend-based class, as is done in cal-backend-file.c. How you
communicate from the backend with the calendar server is up to you.

cheers


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



Re: [Evolution-hackers] Evolution with CORBA

2002-05-14 Thread Rodrigo Moya

On Tue, 2002-05-14 at 18:11, Christophe Cubat wrote:
 Hello,
 
 I want to use un CORBA's object to connect to the Calendar server, but i
 don't know the adress of the CORBA's name service and the clendar's name
 service.
 
you should be using OAF for that, which looks for the component and
activates it for you. Unless you are trying to use a CORBA
implementation other than GNOME's. Is that the case?

cheers


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



Re: [Evolution] Lost my folders?

2002-05-14 Thread Rodrigo Moya

On Tue, 2002-05-14 at 10:54, Gene W. Marsh wrote:
 Hey:
 
 I swear I've seen this here before, but I can't find the message.  My
 apologies for rehashing things.
 
 I just upgraded to RH7.3, and suddenly nothing compiles.  Apparently,
 the upgrade to automake1.4 is not compatible with current config files. 
 (Argh!)  Anyone who can tell me how to deal with this is my hero.
 
 So I've been forced off of CVS head for the moment, and back into the
 default release of evolution that came with redhat.  Everything is
 almost fine:  My email accounts were remembered, etc.  However, the
 folder list contains 0 folders, even though all the folders are there. 
 How do I get it to recognize the old folders?  All hints are welcome.
 
killev
rm ~/evolution/config/storage*

cheers


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



Re: [Evolution-hackers] gal branch?

2002-05-13 Thread Rodrigo Moya

On Mon, 2002-05-13 at 11:14, Victor Hernandez Maksimenko wrote:
 Hi there,
 
 i'm just trying to compile evo HEAD from cvs but it says it requires GAL
 0.19.99.15, i checked out many gal branches trying to find the
 0.19.99.15 but with no luck, the most close is the GAL_2_ANCHOR_MERGE1,
 but it is 0.19.99.4, so evo still complains... 
 
 so, what gal branch do i need to be able to compile head evo?
 
 thanks in advance for your help

you need GAL HEAD.

cheers


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



  1   2   >