Re: [Evolution-hackers] ? change in how delayed send functions ?

2016-12-06 Thread Reid Thompson
On Tue, 2016-12-06 at 09:04 +0100, Milan Crha wrote:
> On Mon, 2016-12-05 at 21:08 +0000, Reid Thompson wrote:
> > Was this change intentional?
> 
>   Hi,
> nope, it's a bug. Please file it in GNOME's bugzilla.
> 
> Right-clicking the Outbox folder and picking "Flush Outbox" still
> works.
>   Bye,
>   Milan

Milan,
done && thanks for the workaround.

https://bugzilla.gnome.org/show_bug.cgi?id=775704

reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] ? change in how delayed send functions ?

2016-12-05 Thread Reid Thompson
I recently updated from 3.21.x to 3.22.2.

I have Evo configured to Send through the Outbox folder ( Send after 5
minutes ).

Previously, if I 'sent' an email, it would go into the Outbox for 5
minutes and then be sent.  If while it was in the Outbox, I explicitely
clicked on Send / Receive, then it was sent at that time (i.e. on demand).

Currently, if I 'send' an email, it goes into the Outbox.  If I
explicitely click on Send / Receive it is not sent at that time.  I.E.
previously I could override the 5 minute wait by explicitely requesting
Send / Receive, but currently I cannot.

Was this change intentional?
Personally, I prefer the original incarnation, as there times where i'm
sending an email and don't want it to sit for 5 minutes.  i.e. something
that i wish to deliver to a co-worker/team mate 'now'.

thanks,
reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] https://bugzilla.gnome.org/show_bug.cgi?id=756707 alculations of lineno and offset for external editor gvim component is broken

2015-10-16 Thread Reid Thompson
this has been an issue for a while, I finally took a few minutes to look
at it.  If someone can point me to documentation that would explain to a
webkitgtk novice how things work, i can attempt to generate a patch.
I've not been able to find docs that would allow me to understand 

  get_caret_position (EHTMLEditorView *view)

thanks,
reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] looking for a bit of help with a build failure

2014-05-05 Thread Reid Thompson
On Mon, 2014-05-05 at 09:37 +0200, Milan Crha wrote:
> On Fri, 2014-05-02 at 14:02 +0000, Reid Thompson wrote:
> > $ env |egrep "PKG|LD"
> > LD_LIBRARY_PATH=/opt/evo/lib
> > PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/
> > 
> > $ pkg-config -version
> > 0.28
> 
>   Hi,
> I have the same pkg-config version and the .pc file content (except of
> version, it shows 3.13.2 for me), but the output is correct for me.
> Please run:
>   $ pkg-config --libs libedataserver-1.2 --debug
> 
> do not paste it here, the debugging info is too long, but check where it
> got it. The most interesting part starts at lines which contain "from
> file" string. I used:
>   $ pkg-config --libs libedataserver-1.2 --debug 2>&1 | grep "from file"
> to see that
>Reading 'libedataserver-1.2' from file 
> '$PREFIX/lib/pkgconfig/libedataserver-1.2.pc'
> and the rest of the required libraries goes from the system directory
> for me. The thing is that the debug output of pkg-config shows many
> useful details, thus it's possible to see where the values are taken
> from. I hope it'll shed some light on the issue.
> 
> Also, I guess "Path position" defines how the string is concatenated,
> where it prints to me 1 for libedataserver-1.2 and camel-1.2, and number
> 3 for anything else. If the libedataserver-1.2 looks correct, can the
> problem be with camel-1.2?
>   Bye,
>   Milan

ugh - Thank you for the help Milan, and sorry for the noise.  Your
request to ask for --debug information led me to the answer.  pkg-config
responded that --debug was an unknown option, which led me to discover
that my distro had defaulted to installing

 Homepage:https://github.com/pkgconf/pkgconf
 Description: pkg-config compatible replacement with no 
dependencies other than ANSI C89

rather than 

 Homepage:http://pkgconfig.freedesktop.org/wiki/
 Description: Package config system that manages compile/link flags

once I corrected that, things appeared as they should.

Again, thank you, and sorry for the noise.

reid


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] looking for a bit of help with a build failure

2014-05-02 Thread Reid Thompson
On Fri, 2014-05-02 at 14:59 +0200, Milan Crha wrote:
> On Tue, 2014-04-22 at 13:11 +0000, Reid Thompson wrote:
> > [08:50:03][0s] rthompso@raker3> ~/evogit/obj/evolution
> > $ pkg-config --libs libedataserver-1.2
> > -ledataserver-1.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread
> > -L/opt/evo/lib -lcamel-1.2 -lsqlite3 -lssl3 -lsmime3 -lnss3 -lnssutil3
> > -lplds4 -lplc4 -lnspr4 -lsecret-1 -lxml2 -lsoup-2.4 -lgio-2.0
> > -lgobject-2.0 -lglib-2.0  
> >
> 
>   Hi,
> I'm sorry for a late response, I did tend to forget of this due to other
> issues which I tried to address.
> 
> Anyway, I checked my .pc files in $PREFIX/lib/pkgconfig and all of them,
> if they define "Libs", use -L as the first parameter, thus this should
> work for sure.
> 
> Could you check the .pc files content too, please?
> 
> My output of the same command looks like that yours, only the -L is
> really as the first argument.
> 
> > EVOLUTION_DATA_SERVER_LIBS = -lebook-1.2 -ledata-book-1.2
> > -lebook-contacts-1.2 -lecal-1.2 -L/usr/lib -lical -licalss -licalvcal
> > -lpthread -lebackend-1.2 -ledataserver-1.2 -Wl,--export-dynamic
> > -lgmodule-2.0 -pthread -L/opt/evo/lib -lcamel-1.2 -lsqlite3 -lssl3
> > -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lsecret-1 -lxml2
> > -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0
> 
> This is odd, though it corresponds to the output fo the 'pkg-config
> --libs' command, at least on your machine.
>   Bye,
>   Milan
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers

$ cat /opt/evo/lib/pkgconfig/libedataserver-1.2.pc 
prefix=/opt/evo
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${datarootdir}

privincludedir=${includedir}/evolution-data-server

Name: libedataserver
Description: Utility library for Evolution Data Server
Version: 3.13.1
Requires: gio-2.0 gmodule-2.0 camel-1.2 libsecret-1 libxml-2.0
libsoup-2.4
Libs: -L${libdir} -ledataserver-1.2
Cflags: -I${privincludedir}



$ env |egrep "PKG|LD"
LD_LIBRARY_PATH=/opt/evo/lib
PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/

$ pkg-config -version
0.28

$ pkg-config --libs libedataserver-1.2
-ledataserver-1.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -L/opt/evo/lib 
-lcamel-1.2 -lsqlite3 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 
-lsecret-1 -lxml2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0  

$ pkg-config --cflags libedataserver-1.2
-I/opt/evo/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr 
-I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] looking for a bit of help with a build failure

2014-04-22 Thread Reid Thompson
On Tue, 2014-04-22 at 07:12 +0200, Milan Crha wrote:
> On Sat, 2014-04-19 at 01:06 +0000, Reid Thompson wrote:
> > Tried to build from git head and was getting build failures, so I
> > downloaded the latest stable .xz files -- getting the same failure.  Can
> > someone point me to what I may have wrong/missing?
> > 
> > Haven't built evo et al for several months; old system was blocked at <
> > gnome-3.8.  Got a new system and trying to start building again
> >
> > >> undefined reference to `e_timeout_add_seconds_with_name'
> > >> ...
> 
>   Hi,
> all those functions are provided by latest evolution-data-server. It
> seems your evolution build picks wrong libedataserver-1.2.pc.
> Verify that `pkg-config --cflags libedataserver-1.2` returns one of the
> -I paths pointing to your $PREFIX/include/evolution-data-server, where
> the latest evolution-data-server had been built.
>   Bye,
>   Milan
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers


Looks like the configure script may be slightly off in some of the
makefiles, it's putting the required evo libraries before the -L/opt/evo/lib in 
the declaration...

[08:49:53][2s] rthompso@raker3> ~/evogit/obj/evolution
$ env|grep PKG
PKG_CONFIG_PATH=/opt/evo/lib/pkgconfig/

[08:50:03][0s] rthompso@raker3> ~/evogit/obj/evolution
$ pkg-config --libs libedataserver-1.2
-ledataserver-1.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -L/opt/evo/lib 
-lcamel-1.2 -lsqlite3 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 
-lsecret-1 -lxml2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0  

[08:50:12][0s] rthompso@raker3> ~/evogit/obj/evolution
$ pkg-config --cflags libedataserver-1.2
-I/opt/evo/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr 
-I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  

[08:50:16][0s] rthompso@raker3> ~/evogit/obj/evolution  

  
$ ../../evolution/configure --prefix=/opt/evo --disable-spamassassin 
--disable-pst-import


[08:58:07][0s] rthompso@raker3> /opt/evo/lib
$ nm libedataserver-1.2.so |grep e_timeout_add_seconds_with_name
00063770 T e_timeout_add_seconds_with_name

looks like the problem is in the Makefiles for some of the subdirs...  the 
-L/opt/evo/lib is after the evolution specific libraries.  If I move the 
-L/opt/evo/lib from the middle of the declaration below to the beginning, then 
compilation succeeds, otherwise I think it's finding the distribution /usr/* 
versions of the evo libraries

EVOLUTION_DATA_SERVER_LIBS = -lebook-1.2 -ledata-book-1.2 -lebook-contacts-1.2 
-lecal-1.2 -L/usr/lib -lical -licalss -licalvcal -lpthread -lebackend-1.2 
-ledataserver-1.2 -Wl,--export-dynamic -lgmodule-2.0 -pthread -L/opt/evo/lib 
-lcamel-1.2 -lsqlite3 -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 
-lsecret-1 -lxml2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0

the -L/opt/evo/lib should be before the evo libraries right???

$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../gcc-4.8.2/configure --disable-libssp --enable-multilib 
--enable-version-specific-runtime-libs --enable-libmudflap --prefix=/usr 
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include 
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man 
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info 
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include/g++-v4.8 
--enable-libstdcxx-time --enable-__cxa_atexit --enable-clocale=gnu 
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-ppl 
--disable-cloog --with-system-zlib --enable-obsolete --disable-werror 
--enable-secureplt --enable-lto --with-bugurl=http://bugs.funtoo.org 
--with-pkgversion='Funtoo 4.8.2-r2' 
--with-mpfr-include=/var/tmp/portage/sys-devel/gcc-4.8.2-r2/work/gcc-4.8.2/mpfr/src
 
--with-mpfr-lib=/var/tmp/portage/sys-devel/gcc-4.8.2-r2/work/objdir/mpfr/src/.libs
 -
 -disable-libquadmath --enable-libgomp --enable-languages=c,c++ 
--disable-libgcj --disable-esp
Thread model: posix
gcc version 4.8.2 (Funtoo 4.8.2-r2) 



e-util, shell, mail, etc fail unless I alter the declaration

[08:50:16][0s] rthompso@raker3> ~/evogit/obj/evolution   

[Evolution-hackers] looking for a bit of help with a build failure

2014-04-18 Thread Reid Thompson
Tried to build from git head and was getting build failures, so I
downloaded the latest stable .xz files -- getting the same failure.  Can
someone point me to what I may have wrong/missing?

Haven't built evo et al for several months; old system was blocked at <
gnome-3.8.  Got a new system and trying to start building again

thanks,
reid

make  all-am
make[3]: Entering directory
'/home/rthompso/Downloads/evolution-3.12.1/build/e-util'
  CCLD libevolution-util.la
.libs/libevolution_util_la-e-activity-bar.o: In function
`activity_bar_feedback':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-activity-bar.c:75: 
undefined reference to `e_timeout_add_seconds_with_name'
.libs/libevolution_util_la-e-activity-proxy.o: In function
`activity_proxy_feedback':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-activity-proxy.c:78:
 undefined reference to `e_timeout_add_seconds_with_name'
.libs/libevolution_util_la-e-alert.o: In function `e_alert_start_timer':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-alert.c:974:
undefined reference to `e_timeout_add_seconds_with_name'
.libs/libevolution_util_la-e-attachment.o: In function
`attachment_cancelled_cb':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-attachment.c:613: 
undefined reference to `e_timeout_add_seconds_with_name'
.libs/libevolution_util_la-e-calendar.o: In function
`e_calendar_start_auto_move_year':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-calendar.c:603: 
undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-calendar.o: In function
`e_calendar_start_auto_move':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-calendar.c:588: 
undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-canvas-utils.o: In function
`e_canvas_item_show_area_delayed':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-canvas-utils.c:220: 
undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-canvas.o: In function `e_canvas_item_grab':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-canvas.c:850: 
undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-cell-text.o: In function `ect_enter_edit':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-cell-text.c:1123: 
undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-cell-tree.o:/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-cell-tree.c:464:
 more undefined references to `e_timeout_add_with_name' follow
.libs/libevolution_util_la-e-misc-utils.o: In function
`window_delayed_update_settings':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-misc-utils.c:125: 
undefined reference to `e_timeout_add_seconds_with_name'
.libs/libevolution_util_la-e-name-selector-entry.o: In function
`user_delete_text':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-name-selector-entry.c:1575:
 undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-name-selector-entry.o: In function
`ensure_type_ahead_complete_on_timeout':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-name-selector-entry.c:2191:
 undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-name-selector-entry.o: In function
`user_insert_text':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-name-selector-entry.c:1525:
 undefined reference to `e_timeout_add_with_name'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-name-selector-entry.c:1529:
 undefined reference to `e_timeout_add_with_name'
.libs/libevolution_util_la-e-proxy-combo-box.o: In function
`e_proxy_combo_box_refresh':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-combo-box.c:330:
 undefined reference to `e_source_registry_ref_builtin_proxy'
.libs/libevolution_util_la-e-proxy-editor.o: In function
`proxy_editor_load':
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:90: 
undefined reference to `e_proxy_method_get_type'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:91: 
undefined reference to `e_source_proxy_get_method'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:99: 
undefined reference to `e_source_proxy_dup_autoconfig_url'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:105: 
undefined reference to `e_source_proxy_dup_ignore_hosts'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:116: 
undefined reference to `e_source_proxy_dup_http_host'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:122: 
undefined reference to `e_source_proxy_get_http_port'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:127: 
undefined reference to `e_source_proxy_dup_https_host'
/home/rthompso/Downloads/evolution-3.12.1/build/../e-util/e-proxy-editor.c:133: 
undefined reference to `e_source_proxy_get_https_port

[Evolution-hackers] Evo git head -- sidebar ellipses limiting folder names to ~3 to 10 chars ( is there a config setting for this?)

2013-11-22 Thread Reid Thompson
Is there a setting that controls the number of chars displayed?

Top level tree items contain up to 10 chars,
  indented levels fewer
  level 3 contains at most 6 chars on my build, some only contain 3
  see attached image




<>___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] (evolution:30823): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.

2013-06-26 Thread Reid Thompson
On Wed, 2013-06-26 at 14:35 +, Reid Thompson wrote:

> On Mon, 2013-06-24 at 10:29 -0400, Matthew Barnes wrote:
> 
> > > $ G_DEBUG="fatal_warnings gdb evolution" /opt/evo/bin/evolution-src
> > > 
> > > (evolution:6219): Gtk-WARNING **: Failed to register client:
> > > GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> > > org.gnome.SessionManager was not provided by any .service files
> > > /opt/evo/bin/evolution-src: line 46:  7753 Trace/breakpoint trap   (core
> > > dumped) "$prefix/bin/evolution-env" "$prefix/bin/evolution" "$@" >
> > > "$logdir/evo.log.$i" 2>&1
> > > 
> > > 
> > > 2) if I get past 1, if I can re-create the initial error.
> > 
> > Type "continue" (or just "c") in gdb.
> 

ack - :(
i seem to forget everytime that
$ G_DEBUG=fatal_warnings gdb evolution
is the actual invocation desired, not that 
G_DEBUG="fatal_warnings gdb evolution" is an env var.

(non-standard installation/env means I end up with invocation of
$ G_DEBUG=fatal_warnings /opt/evo/bin/evolution-env gdb /opt/evo/bin/evolution )

post (with attachment) rejected as too large.  backtrace is here 
http://pastebin.com/adnJsw00

anyways -- i lucked into how to reproduce it.  I've attached a 
backtrace.  If you need more (since I think I can reproduce it at will
now ), or if you'd like me to attach it to a bugzilla ticket let me know.

Also as information -- using the above invocation, there are a number of
other issues that gdb stops on other than the 

(evolution:30823): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.

Do you have any interest in them?

reid
 



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] (evolution:30823): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.

2013-06-24 Thread Reid Thompson
On Mon, 2013-06-24 at 09:52 -0400, Matthew Barnes wrote:
> Can you get a backtrace on that warning, please?
> 
> G_DEBUG=fatal_warnings gdb evolution
> 
> 
> - Original Message -----
> > From: "Reid Thompson" 
> > To: evolution-hackers@gnome.org
> > Sent: Monday, June 24, 2013 9:16:30 AM
> > Subject: [Evolution-hackers] (evolution:30823): GLib-WARNING **: GError set 
> > over the top of a previous GError or
> > uninitialized memory.
> > 
> > As information,
> >   i happened to notice this this morning.
> > 
> > (evolution:30823): GLib-WARNING **: GError set over the top of a previous
> > GError or uninitialized memory.
> > This indicates a bug in someone's code. You must ensure an error is NULL
> > before it's set.
> > The overwriting error message was: Error executing filter search: Failed to
> > retrieve message:  (and
> >   
> >   (match-all (= (pipe-message "/bin/sh" "-c"
> >   "/home/rthompso/bin/catrootmail") 35))
> > 
> >   )
> > 
> > 
> > Reid
> >

maybe, if you can help me

1) get past these initial startup failures that trigger a
core/gdb dump on startup

I run evo under openbox, and evidently this doesn't set an
org.gnome.SessionManager??


message+ 19042 1  0 Jun19 ?00:00:07 /usr/bin/dbus-daemon --system
rthompso 20955 1  0 Jun19 ?00:00:00 /usr/bin/dbus-launch 
--exit-with-session /usr/bin/ssh-agent -- /usr/bin/openbox-session
rthompso 20956 1  0 Jun19 ?00:00:30 /usr/bin/dbus-daemon --fork 
--print-pid 5 --print-address 7 --session
rthompso 20985 20981  0 Jun19 ?00:00:00 /usr/bin/dbus-daemon 
--config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3


$ G_DEBUG="fatal_warnings gdb evolution" /opt/evo/bin/evolution-src

(evolution:6219): Gtk-WARNING **: Failed to register client: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager was not provided by any .service files
/opt/evo/bin/evolution-src: line 46:  7753 Trace/breakpoint trap   (core 
dumped) "$prefix/bin/evolution-env" "$prefix/bin/evolution" "$@" > 
"$logdir/evo.log.$i" 2>&1


2) if I get past 1, if I can re-create the initial error.

reid



-- 
If you have received the message in error, please advise the sender by
reply email and please delete the message.  This message contains
information which may be confidential or otherwise protected.  Unless
you are the addressee (or authorized to receive for the addressee), you
may not use, copy, or disclose to anyone the message or any information
contained in the message.



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] (evolution:30823): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.

2013-06-24 Thread Reid Thompson
As information,
  i happened to notice this this morning.

(evolution:30823): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before 
it's set.
The overwriting error message was: Error executing filter search: Failed to 
retrieve message:  (and
  
  (match-all (= (pipe-message "/bin/sh" "-c"  
"/home/rthompso/bin/catrootmail") 35))

  )


Reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Colon is a show-stopper.

2013-05-17 Thread Reid Thompson
On Fri, 2013-05-17 at 11:01 -0400, Mark Filipak wrote:
> Here is a typical message file:
> 
> ~/.local/share/evolution/mail/local/cur/1365462216.8388_1.Iris:2,S
> 
> Can I persuade Evolution to use some other character in lieu of the colon? 
> This 
> is very important to me... it's a show-stopper.
> 
> Thanks - Mark Filipak.

why is it a showstopper?

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Build failures the past several days

2013-04-18 Thread Reid Thompson
On Thu, 2013-04-18 at 11:45 -0400, Matthew Barnes wrote:
> On Thu, 2013-04-18 at 11:25 -0400, Matthew Barnes wrote:
> 
> Should be fixed now for both master and gnome-3-8 branches.
> 
> Matt
> 

Thanks very much.
I believe the same issue may exist in evolution-ews?

reid

-- 
If you have received the message in error, please advise the sender by
reply email and please delete the message.  This message contains
information which may be confidential or otherwise protected.  Unless
you are the addressee (or authorized to receive for the addressee), you
may not use, copy, or disclose to anyone the message or any information
contained in the message.




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Build failures the past several days

2013-04-18 Thread Reid Thompson
On Thu, 2013-04-18 at 11:25 -0400, Matthew Barnes wrote:
> On Thu, 2013-04-18 at 14:48 +0000, Reid Thompson wrote:
> > I believe this to be the source of this issue...
> > having to do with perhaps building outside the source tree
> > 
> > EDS
> > 1045:$(AM_V_GEN) $(GLIB_MKENUMS) --template 
> > $(top_srcdir)/enumtypes.h.template \
> > vs
> > EVO
> > 3899:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
> > $(top_srcdir)/enumtypes.h.template \
> 
> You must being building with $(srcdir) != $(builddir).

correct, i think

srcdir = /home/rthompso/evo-git-head/
 evolution
 evolution-data-server
 etc
builddir = /home/rthompso/evo-git-head/obj/
   evolution
   evolution-data-server
   etc

reid
-- 
If you have received the message in error, please advise the sender by
reply email and please delete the message.  This message contains
information which may be confidential or otherwise protected.  Unless
you are the addressee (or authorized to receive for the addressee), you
may not use, copy, or disclose to anyone the message or any information
contained in the message.




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Build failures the past several days

2013-04-18 Thread Reid Thompson
ibebackend/Makefile.in
1169:e-backend-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
1170:$(AM_V_GEN) $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./libebackend/Makefile.am
3:e-backend-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
4:$(AM_V_GEN) $(GLIB_MKENUMS) --template $(top_srcdir)/enumtypes.h.template 
\
 
./addressbook/libebook/Makefile.in
1085:e-book-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
1086:$(AM_V_GEN) $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./addressbook/libebook/Makefile.am
6:e-book-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
7:$(AM_V_GEN) $(GLIB_MKENUMS) --template $(top_srcdir)/enumtypes.h.template 
\
 
./addressbook/libebook-contacts/Makefile.in
1186:e-book-contacts-enumtypes.h: $(top_srcdir)/enumtypes.h.template 
$(ENUM_TYPES)
1187:$(AM_V_GEN) $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./addressbook/libebook-contacts/Makefile.am
6:e-book-contacts-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
7:$(AM_V_GEN) $(GLIB_MKENUMS) --template $(top_srcdir)/enumtypes.h.template 
\
 
./Makefile.am
30:enumtypes.h.template\
 

[10:15:41][1s] rthom...@raker2.ateb.com> ~/evo-git-head/evolution-data-server 
$ cd ../evolution

[10:15:44][0s] rthom...@raker2.ateb.com> ~/evo-git-head/evolution 
$ gref enumtypes.h.template
dir is .
./Makefile.in
455:enumtypes.h.template\
 
./.git/index
Binary file ./.git/index matches
 
./e-util/Makefile.in
3898:e-util-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
3899:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./e-util/Makefile.am
9:e-util-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
10:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./shell/Makefile.in
1262:e-shell-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
1263:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./shell/Makefile.am
11:e-shell-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
12:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./libemail-engine/Makefile.in
1039:e-mail-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
1040:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./libemail-engine/Makefile.am
7:e-mail-enumtypes.h: $(top_srcdir)/enumtypes.h.template $(ENUM_TYPES)
8:$(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template 
$(top_srcdir)/enumtypes.h.template \
 
./Makefile.am
29:enumtypes.h.template\
 

On Thu, 2013-04-18 at 08:16 +0200, Milan Crha wrote:
> On Wed, 2013-04-17 at 16:21 +, Reid Thompson wrote:
> > For the past few days my builds of evolution, and evolution-ews ahave
> > been failing with essentially the same error...
> > 
> > Building from git head
> > 
> > Can't open ../../../evolution/enumtypes.h.template: No such file or 
> > directory
> > Can't open ../../../evolution/enumtypes.c.template: No such file or 
> > directory
> 
> Hi,
> I added them only recently, and they are there:
> https://git.gnome.org/browse/evolution/tree/enumtypes.c.template
> 
> The code references for them in Makefile.am as
>   $(top_srcdir)/enumtypes.c.template
> thus unless the $(top_srcdir) doesn't evaluate to the proper path for
> you, the only reason might be a stale build files, which might require a
> clean build for you, as Matthew suggested.
> Bye,
> Milan
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers

-- 
If you have received the message in error, please advise the sender by
reply email and please delete the message.  This message contains
information which may be confidential or otherwise protected.  Unless
you are the addressee (or authorized to receive for the addressee), you
may not use, copy, or disclose to anyone the message or any information
contained in the message.




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Build failures the past several days

2013-04-17 Thread Reid Thompson
For the past few days my builds of evolution, and evolution-ews ahave
been failing with essentially the same error...

Building from git head

Can't open ../../../evolution/enumtypes.h.template: No such file or directory
Can't open ../../../evolution/enumtypes.c.template: No such file or directory

EX: evolution
...snip...
Making all in e-util
make[3]: Entering directory `/home/rthompso/evo-git-head/obj/evolution/e-util'
  GEN  e-util-enumtypes.h
  GEN  e-util-enumtypes.c
Can't open ../../../evolution/enumtypes.h.template: No such file or directory
Can't open ../../../evolution/enumtypes.c.template: No such file or directory
make[3]: *** [e-util-enumtypes.h] Error 2
make[3]: *** Waiting for unfinished jobs
make[3]: *** [e-util-enumtypes.c] Error 2
make[3]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/e-util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution'
make[1]: *** [all] Error 2
make[1]: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
make[1]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution'
make: *** [.stamp/evolution.build] Error 2



This was also happening for EDS, but only for a couple of days.
Am I missing something?  Or is something missing on the remote end?

Thanks
reid


-- 
If you have received the message in error, please advise the sender by
reply email and please delete the message.  This message contains
information which may be confidential or otherwise protected.  Unless
you are the addressee (or authorized to receive for the addressee), you
may not use, copy, or disclose to anyone the message or any information
contained in the message.


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] What do I need to add/enable/remove re @GNOME_CODE_COVERAGE_RULES@ so that compilation will not stop on 'Makefile:1097: *** missing separator. Stop.'

2012-11-02 Thread Reid Thompson
On Fri, 2012-11-02 at 11:06 -0400, Matthew Barnes wrote:
> On Fri, 2012-11-02 at 14:12 +0000, Reid Thompson wrote:
> > When compiling from current head, compilation stops on reaching
> > @GNOME_CODE_COVERAGE_RULES@
> 
> You need a more recent gnome-common.  3.6 or later.
> 

Done. Thanks.

reid


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] What do I need to add/enable/remove re @GNOME_CODE_COVERAGE_RULES@ so that compilation will not stop on 'Makefile:1097: *** missing separator. Stop.'

2012-11-02 Thread Reid Thompson
When compiling from current head, compilation stops on reaching 
@GNOME_CODE_COVERAGE_RULES@

Now type `make' to compile evolution-data-server

> Running build for evolution-data-server
make[1]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server'
Makefile:1097: *** missing separator.  Stop.
make[1]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server'
make: *** [.stamp/evolution-data-server.build] Error 2

Makefile:1097: *** missing separator.  Stop.  --> @GNOME_CODE_COVERAGE_RULES@

If I simply remove the  @GNOME_CODE_COVERAGE_RULES@, compilation will
continue and complete.

thanks,
reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] what does --enable-text-highlight depend on?

2012-10-09 Thread Reid Thompson

On 10/9/2012 5:29 PM, Dan Vrátil wrote:

On Tuesday 09 of October 2012 21:08:07 Reid Thompson wrote:

what does --enable-text-highlight depend on

A utility called "highlight"


got it -- thanks
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] what does --enable-text-highlight depend on?

2012-10-09 Thread Reid Thompson
what does --enable-text-highlight depend on

thanks
reid


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] git head org.gnome.evolution.spamassassin.gschema.xml missing spamc-binary and spamd-binary keys -- evolution fails to start

2012-10-02 Thread Reid Thompson
On Tue, 2012-10-02 at 15:36 +0200, Dan Vrátil wrote:
> 
> Can you please open a new bug report in bugzilla and provide more detailed 
> information, including backtrace (if appliable) and console output?
> 
> Thanks,
> Dan
> 

done

https://bugzilla.gnome.org/show_bug.cgi?id=685288

thanks,
reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] git head org.gnome.evolution.spamassassin.gschema.xml missing spamc-binary and spamd-binary keys -- evolution fails to start

2012-10-02 Thread Reid Thompson
On Tue, 2012-10-02 at 13:24 +, Reid Thompson wrote:
> git head compiles, but appears to faile to start due to missing
> spam[cd]-binary keys in org.gnome.evolution.spamassassin.gschema.xml.
> 
> reid
> 
follow on note -- evo built with  --disable-spamassassin


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] git head org.gnome.evolution.spamassassin.gschema.xml missing spamc-binary and spamd-binary keys -- evolution fails to start

2012-10-02 Thread Reid Thompson
git head compiles, but appears to faile to start due to missing
spam[cd]-binary keys in org.gnome.evolution.spamassassin.gschema.xml.

reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] evo dconf and EWS questions

2012-09-19 Thread Reid Thompson
I install development builds in $PREFIX=/opt/evo.  Recently I had to add glib,
etc to this location and evo stopped storing/remembering settings, so I
added dconf to the build plan to be installed in $PREFIX also (advice
from mailing list).  While it's better, it's still not 'right' -- some
settings appear to be retained and some not.  Is there a invocation or
path/environment setting that I might be missing?

Within the past week or so, EWS has also begun showing only a subset of
the folders in my exchange account.
Would issues with dconf contribute to/cause this?

thanks,
reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] evo 3.5.91 git head doesn't appear to be storing/

2012-08-29 Thread Reid Thompson
in my latest build of git head, evo doesn't seem to be storing or not
retrieving some configuration settings.  -- I get the 'development'
popup each time i startup, it doesn't remember that I ticked the don't
show again box.  Evo starts up in a default size that is small for my
desktop.  It doesn't remember my default account.  Doesn't remember my
external editor configuration, etc.

is there a setting location/file or something that I can/need to reset?

thanks,
reid

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evo 3.5.91 git head doesn't appear to be storing/

2012-08-29 Thread Reid Thompson
On Wed, 2012-08-29 at 16:07 +, Reid Thompson wrote:
> in my latest build of git head, evo doesn't seem to be storing or not
> retrieving some configuration settings.  -- I get the 'development'
> popup each time i startup, it doesn't remember that I ticked the don't
> show again box.  Evo starts up in a default size that is small for my
> desktop.  It doesn't remember my default account.  Doesn't remember my
> external editor configuration, etc.
> 
> is there a setting location/file or something that I can/need to reset?
> 
> thanks,
> reid
> 

OK - I see -- I must have missed a configure flag when I added glib to
my git built section..


(evolution-calendar-factory:8178): GLib-GIO-WARNING **: Can't find
module 'dconf' specified in GSETTINGS_BACKEND
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
will not be saved or shared with other applications.


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-17 Thread Reid Thompson
On Fri, 2012-08-17 at 09:50 +0200, Milan Crha wrote:
> 
>   Hi,
> I reverted [1] the folder hierarchy change as I promised. I found
> regressions on folder creation and deletion too, thus that's fixed as
> well, same as I added Inbox "detection" to check also on folder flags,
> rather than only on folder name.
> 
> There is no "cleanup-the-mess-I-caused" code in the patch, thus you
> might revert your changes in folder names in filters.xml and, while
> evolution is not running, open
>~/.cache/evolution/mail//folder-tree
> file and remove from there whole section which contains
>DisplayName=Mailbox - Reid Thompson
> It's like usual ini file, thus you drop the section (some weird ID) and
> all its subkeys. Mine looked like (IDs shortened with "..."):
> [AAMkADdi...HW9AAA=]
> ParentFolderId=AAMkADdi...UCTAAA=
> ChangeKey=AQAAABYZqVFjEGG+Qo7TIVNxZT1qAfi/misV
> DisplayName=Mailbox - Milan Crha
> FolderType=mailbox
> Flags=65
> Total=0
> UnRead=0
> 
> As a clue, the section name is the same as ParentFolderId of the Inbox
> folder.
> 
> I'm sorry for inconvenience I caused, and thank you for letting know
> that soon.
>   Bye,
>   Milan
> 

Not a problem.  Glad I'm of some use.  Inconvenience is not a problem as
long as we can recover from it -- ala the instructions above for
'cleaning up' my system appear to have worked fine.

Thanks,
reid


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-16 Thread Reid Thompson
On Thu, 2012-08-16 at 12:22 -0400, Matthew Barnes wrote:
> On Thu, 2012-08-16 at 16:02 +0000, Reid Thompson wrote:
> > filters will work manually, but they're not getting automatically ran.
> > Any suggestions?  Filters log shows no activity as emails come in.
> > applying filter manually works and gets logged.
> 
> Check your account settings first:
> 
> [ ] Apply filters to new messages in Inbox on this server
> 
> Maybe the backend is confused as to which folder is now Inbox.  Does
> your Inbox folder show an Inbox icon in the folder tree?
> 
> Matthew Barnes
> 
> 
box is checked.  preferences had no folder listed as default.  will
set ews as default and restart and test.  I believe that the answer to
to icon question is yes -- attached is low res jpg of inbox icon



<>___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-16 Thread Reid Thompson
OK 
filters will work manually, but they're not getting automatically ran.
Any suggestions?  Filters log shows no activity as emails come in.
applying filter manually works and gets logged.

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-16 Thread Reid Thompson
On Thu, 2012-08-16 at 10:47 -0400, Matthew Barnes wrote:
> On Thu, 2012-08-16 at 13:36 +0000, Reid Thompson wrote:
> > are the accounts under  ~/.local/share/evolution/mail only used for
> > local mail, or locally sync'd mail?
> 
> Those directories are for local mail storage, correct.
> 
> 
> > and the .cache/evolution accounts are used for 'everyday' operations for
> > remote mail?
> 
> Those directories are for caching remote mail, correct.
> 
> The accounts themselves are in ~/.config/evolution/sources now.
> 
> Matthew Barnes
> 
>

Matthew,
Thanks, so it appears I just need to update filters.xml to convert all
instances of the folder uri substring
folder://1321906405.19378.1%40raker2/Inbox/
to
folder://1321906405.19378.1%40raker2/Mailbox%20-%20Reid%20Thompson/Inbox/


my filters use 1321906405.19378.1%40raker2/
EX:
   

which exists as
[11:00:56][0s] rthompso@raker2> ~/.config/evolution/sources 
$ ls -rlt 1321906405.19378.1@raker2*
-rw--- 1 rthompso staff 271 Aug  2 16:12 1321906405.19378.1@raker2.source

$ cat 1321906405.19378.1@raker2.source

[Data Source]
DisplayName=Reid.Thompson@ateb.comEWS
Enabled=true
Parent=1339189036.14925.13@raker2

[Mail Account]
IdentityUid=1339189036.14925.11@raker2
BackendName=ews

[Refresh]
Enabled=true
IntervalMinutes=3

[Message Disposition Notifications]
ResponsePolicy=never

which lists parent as 1339189036.14925.13@raker2 and account as 
1339189036.14925.11@raker2  -- but all of the filters fail with "No such 
folder:... " messages




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-16 Thread Reid Thompson
On Thu, 2012-08-16 at 13:28 +, Reid Thompson wrote:
> On Thu, 2012-08-16 at 13:17 +0000, Reid Thompson wrote:
> > Reference attached image.
> > Unless I mis-remember...
> > 
> > A recent change altered the tree hierarchy for my evo-ews account.  In
> > the attached image you see
> > 
> > Reid.Thompson@ateb.comEWS
> > --- Mailbox - Reid Thompson
> > -- Inbox
> > 
> > 
> > I believe that before the recent change that hierarchy was???
> > 
> > Reid.Thompson@ateb.comEWS
> > --- Inbox
> > 
> > It looks as if all filters created before that change are now invalid,
> > as the path to the folders in the filters no longer exist???
> > 
> > 
> 
> actually, it looks as if the recent change had a larger effect.  my
> original EWS filters are directed to 
> 
> 
> 
> this account 1321906405.19378.1%40raker2 ID now only exists in
> /home/rthompso/.cache/evolution/mail/1321906405.19378.1@raker2 ... 
> 
> when I restarted evo after updating git, I noticed the hierarchy change
> in the tree and also noticed that it was re-downloading all of my email
> -- I did not realize at the time that it was creating a new filesystem
> location/account ID 
> 
> [09:25:00][24s] rthompso@raker2> ~/.local/share/evolution/mail 
> $ ls -rlt
> total 32
> drwx-- 2 rthompso staff 4096 Oct 12  2011 spool
> drwx-- 3 rthompso staff 4096 Mar 19 14:57 1318279219.21145.2@raker2
> drwx-- 3 rthompso staff 4096 Mar 27 15:06 imap
> drwx-- 2 rthompso staff 4096 May 30 14:01 vfolder
> drwx-- 2 rthompso staff 4096 May 30 14:01 1319116045.5325.1@raker2
> drwx-- 3 rthompso staff 4096 May 30 14:01 local_mbox
> drwx-- 2 rthompso staff 4096 Aug 16 09:22 1318444836.12860.1@raker2
> drwx-- 9 rthompso staff 4096 Aug 16 09:22 local
> 
> 
> 

OK - confused.
are the accounts under  ~/.local/share/evolution/mail only used for
local mail, or locally sync'd mail?

and the .cache/evolution accounts are used for 'everyday' operations for
remote mail?



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] recent change breaks filters???

2012-08-16 Thread Reid Thompson
On Thu, 2012-08-16 at 13:17 +, Reid Thompson wrote:
> Reference attached image.
> Unless I mis-remember...
> 
> A recent change altered the tree hierarchy for my evo-ews account.  In
> the attached image you see
> 
> Reid.Thompson@ateb.comEWS
> --- Mailbox - Reid Thompson
> -- Inbox
> 
> 
> I believe that before the recent change that hierarchy was???
> 
> Reid.Thompson@ateb.comEWS
> --- Inbox
> 
> It looks as if all filters created before that change are now invalid,
> as the path to the folders in the filters no longer exist???
> 
> 

actually, it looks as if the recent change had a larger effect.  my
original EWS filters are directed to 



this account 1321906405.19378.1%40raker2 ID now only exists in
/home/rthompso/.cache/evolution/mail/1321906405.19378.1@raker2 ... 

when I restarted evo after updating git, I noticed the hierarchy change
in the tree and also noticed that it was re-downloading all of my email
-- I did not realize at the time that it was creating a new filesystem
location/account ID 

[09:25:00][24s] rthompso@raker2> ~/.local/share/evolution/mail 
$ ls -rlt
total 32
drwx-- 2 rthompso staff 4096 Oct 12  2011 spool
drwx-- 3 rthompso staff 4096 Mar 19 14:57 1318279219.21145.2@raker2
drwx-- 3 rthompso staff 4096 Mar 27 15:06 imap
drwx-- 2 rthompso staff 4096 May 30 14:01 vfolder
drwx-- 2 rthompso staff 4096 May 30 14:01 1319116045.5325.1@raker2
drwx-- 3 rthompso staff 4096 May 30 14:01 local_mbox
drwx-- 2 rthompso staff 4096 Aug 16 09:22 1318444836.12860.1@raker2
drwx-- 9 rthompso staff 4096 Aug 16 09:22 local



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] ../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2: error: implicit declaration of function 'E_MAIL_PART_ITIP' git head build fails

2012-08-08 Thread Reid Thompson

On 08/08/2012 01:42 AM, Milan Crha wrote:

On Tue, 2012-08-07 at 10:59 -0400, Reid Thompson wrote:

make[6]: Entering directory
`/home/rthompso/evo-git-head/obj/evolution/modules/itip-formatter'
CC module_itip_formatter_la-e-mail-formatter-itip.lo
CC module_itip_formatter_la-e-mail-parser-itip.lo
CC module_itip_formatter_la-itip-view.lo
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c: In
function 'bind_itip_view':
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2:
error: implicit declaration of function 'E_MAIL_PART_ITIP'
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2:
warning: nested extern declaration of 'E_MAIL_PART_ITIP'
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:8:
warning: assignment makes pointer from integer without a cast

Hi,
that's strange. The macro is defined in "e-mail-part-itip.h", which is
included in the top of the file. And works for me.
Bye,
Milan



Milan,
You are correct.  Sorry.  My compiler stops compilation when it hits 
redefinition of

typedef struct _EMailPartItip EMailPartItip;

I inadvertently made the macro not visible when I adjusted the file to 
get past this.


Apologies for the noise.

reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] ../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2: error: implicit declaration of function 'E_MAIL_PART_ITIP' git head build fails

2012-08-07 Thread Reid Thompson
make[6]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution/modules/itip-formatter'

  CC module_itip_formatter_la-e-mail-formatter-itip.lo
  CC module_itip_formatter_la-e-mail-parser-itip.lo
  CC module_itip_formatter_la-itip-view.lo
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c: In 
function 'bind_itip_view':
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2: 
error: implicit declaration of function 'E_MAIL_PART_ITIP'
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:2: 
warning: nested extern declaration of 'E_MAIL_PART_ITIP'
../../../../evolution/modules/itip-formatter/e-mail-parser-itip.c:165:8: 
warning: assignment makes pointer from integer without a cast

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evo-ews/evo producing error popup when sending emails

2012-07-26 Thread Reid Thompson
I just rebuilt, and this seems to be corrected.

thanks,
reid
On Thu, 2012-07-26 at 14:55 +0200, Milan Crha wrote:
> On Wed, 2012-07-25 at 12:59 +0000, Reid Thompson wrote:
> > After updating to git-head yesterday, every email that I send using evo
> > via my evo-ews setup account produces the error popup in the attached
> > png.  The email is sent and delivered, but the popup occurs.  Emails
> > sent using other non-ews accounts do not produce the popup.
> 
>   Hi,
> oops, might be my fault. "No items found" sounds like a change I did
> recently [1]. I'll check it and update [1] accordingly.
>   Thanks for the notice,
>   Milan
> 
> [1] https://bugzilla.gnome.org/show_bug.cgi?id=665986
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head

2012-06-22 Thread Reid Thompson
On Fri, 2012-06-22 at 14:41 +, Reid Thompson wrote:
> On Fri, 2012-06-22 at 09:22 +0200, Milan Crha wrote:
> > On Thu, 2012-06-21 at 13:54 +0000, Reid Thompson wrote:
> > > On Thu, 2012-06-21 at 10:27 +0200, Christian Hilberg wrote:
> > > > 
> > > > E-D-S commit 4bc0fd235298a75bd055f0954fb48748d8dcbdc8 resolves the 
> > > > issue.
> > > 
> > > I still am getting the install failure...
> > > 
> > > libtool: install: warning: relinking `libebookbackendgoogle.la'
> > > libtool: install:  
> > > ../../../addressbook/libedata-book/libedata-book-1.2.la
> > > e-book-backend-google.c:1636: undefined reference to 
> > > `e_data_book_respond_modify_contacts'
> > > e-book-backend-google.c:1459: undefined reference to 
> > > `e_data_book_respond_create_contacts'
> > 
> > Hi,
> > that's strange, the above missing functions are part of
> > libedata-book-1.2.la, thus it seems to me that your libedata-book-1.2.la
> > was not rebuild properly, or points to out-of-date .so files? I would
> > try with "make uninstall", "git clean -xfd" and then rebuild from
> > scratch, just in case.
> > Bye,
> > Milan
> 
> I ...
> removed my install directory hierarchy
>rm -rf /opt/evo
> removed the git src directories for the components that i'm building
>rm -rf evo-git-head/{evolution-data-server evolution gtkhtml evolution-ews}
> re-downloaded git head {evolution-data-server evolution gtkhtml evolution-ews}
> and rebuilt..
> 
> full configure, build record here http://pastebin.com/tLNNj0cW
> 
> still getting the install failure
> 

should the /opt/evo/lib/libedata-book-1.2.la be the same size as the  
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.lai
 ???


$ locate libedata-book-1.2.la |xargs ls -lrt
-rw-r--r-- 1 rthompso staff 2863 Jun 22 10:24 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/libedata-book-1.2.la
-rw-r--r-- 1 rthompso staff 1365 Jun 22 10:24 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.lai
lrwxrwxrwx 1 rthompso staff   23 Jun 22 10:24 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/libedata-book/.libs/libedata-book-1.2.la
 -> ../libedata-book-1.2.la
-rwxr-xr-x 1 rthompso staff 1365 Jun 22 10:40 /opt/evo/lib/libedata-book-1.2.la



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head

2012-06-22 Thread Reid Thompson
On Fri, 2012-06-22 at 09:22 +0200, Milan Crha wrote:
> On Thu, 2012-06-21 at 13:54 +0000, Reid Thompson wrote:
> > On Thu, 2012-06-21 at 10:27 +0200, Christian Hilberg wrote:
> > > 
> > > E-D-S commit 4bc0fd235298a75bd055f0954fb48748d8dcbdc8 resolves the issue.
> > 
> > I still am getting the install failure...
> > 
> > libtool: install: warning: relinking `libebookbackendgoogle.la'
> > libtool: install:  
> > ../../../addressbook/libedata-book/libedata-book-1.2.la
> > e-book-backend-google.c:1636: undefined reference to 
> > `e_data_book_respond_modify_contacts'
> > e-book-backend-google.c:1459: undefined reference to 
> > `e_data_book_respond_create_contacts'
> 
>   Hi,
> that's strange, the above missing functions are part of
> libedata-book-1.2.la, thus it seems to me that your libedata-book-1.2.la
> was not rebuild properly, or points to out-of-date .so files? I would
> try with "make uninstall", "git clean -xfd" and then rebuild from
> scratch, just in case.
>   Bye,
>   Milan

I ...
removed my install directory hierarchy
   rm -rf /opt/evo
removed the git src directories for the components that i'm building
   rm -rf evo-git-head/{evolution-data-server evolution gtkhtml evolution-ews}
re-downloaded git head {evolution-data-server evolution gtkhtml evolution-ews}
and rebuilt..

full configure, build record here http://pastebin.com/tLNNj0cW

still getting the install failure

 /bin/mkdir -p '/opt/evo/share/evolution-data-server-3.6'
 /usr/bin/install -c -m 644 
../../../../../evolution-data-server/addressbook/backends/ldap/evolutionperson.schema
 '/opt/evo/share/evolution-data-server-3.6'
make[5]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/ldap'
make[4]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/ldap'
Making install in google
make[4]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
Making install in .
make[5]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[6]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[6]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/opt/evo/lib/evolution-data-server/addressbook-backends'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
libebookbackendgoogle.la 
'/opt/evo/lib/evolution-data-server/addressbook-backends'
libtool: install: warning: relinking `libebookbackendgoogle.la'
libtool: install: (cd 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google;
 /bin/sh /home/rthompso/evo-git-head/obj/evolution-data-server/libtool  
--silent --tag CC --mode=relink ccache gcc -g -module -avoid-version 
-Wl,--no-undefined -o libebookbackendgoogle.la -rpath 
/opt/evo/lib/evolution-data-server/addressbook-backends 
libebookbackendgoogle_la-e-book-backend-google-factory.lo 
libebookbackendgoogle_la-e-book-backend-google.lo libebook-google-utils.la 
../../../addressbook/libebook/libebook-1.2.la 
../../../addressbook/libedata-book/libedata-book-1.2.la 
../../../libedataserver/libedataserver-1.2.la 
../../../libebackend/libebackend-1.2.la -lxml2 -lsoup-2.4 -lgio-2.0 
-lgobject-2.0 -lgnome-keyring -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lgdata -lsoup-2.4 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
-Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt 
-lglib-2.0 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnsp
 r4 -lsqlite3 -lz -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 )
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`e_book_backend_google_modify_contacts':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1866:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`modify_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1643:
 undefined reference to `e_data_book_respond_modify_contacts'
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1636:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`create_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/ad

Re: [Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head

2012-06-21 Thread Reid Thompson
On Thu, 2012-06-21 at 16:54 +0200, Christian Hilberg wrote:
> Am Donnerstag 21 Juni 2012, um 15:54:07 schrieb Reid Thompson:
> > On Thu, 2012-06-21 at 10:27 +0200, Christian Hilberg wrote:
> > > 
> > > E-D-S commit 4bc0fd235298a75bd055f0954fb48748d8dcbdc8 resolves the issue.
> > 
> > I still am getting the install failure...
> 
> Did you re-run autogen.sh?
> 

Yes... 

>>>>> Running config for evolution-data-server
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.58...
  testing autoconf2.50... not found.
  testing autoconf... found 2.68
checking for automake >= 1.10...
  testing automake-1.11... found 1.11.5
checking for libtool >= 2.2...
  testing libtoolize... found 2.4
checking for gettext >= 0.10.40...
  testing gettextize... found 0.18.1
checking for intltool >= 0.35.5...
  testing intltoolize... found 0.50.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.26
checking for gtk-doc >= 1.0...
  testing gtkdocize... found 1.18
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ../../evolution-data-server/configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running autopoint...
Copying file po/Makefile.in.in
Running intltoolize...
Running gtkdocize...
Running aclocal-1.11...
Running autoconf...
Running autoheader...
Running automake-1.11...
Running ../../evolution-data-server/configure --enable-maintainer-mode 
--prefix=/opt/evo --with-openldap=yes --enable-gnome-keyring=yes 
--with-e2k-debug --disable-goa --with-krb5=/usr --disable-weather 
--enable-introspection=no 
--with-gconf-source=xml:merged:/opt/evo/etc/gconf/gconf.xml.defaults ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk



___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head

2012-06-21 Thread Reid Thompson
On Thu, 2012-06-21 at 10:27 +0200, Christian Hilberg wrote:
> 
> E-D-S commit 4bc0fd235298a75bd055f0954fb48748d8dcbdc8 resolves the issue.

I still am getting the install failure...

Making install in .
make[1]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[2]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[2]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/opt/evo/lib/evolution-data-server/addressbook-backends'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
libebookbackendgoogle.la 
'/opt/evo/lib/evolution-data-server/addressbook-backends'
libtool: install: warning: relinking `libebookbackendgoogle.la'
libtool: install: (cd 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google;
 /bin/sh /home/rthompso/evo-git-head/obj/evolution-data-server/libtool  
--silent --tag CC --mode=relink ccache gcc -g -module -avoid-version 
-Wl,--no-undefined -o libebookbackendgoogle.la -rpath 
/opt/evo/lib/evolution-data-server/addressbook-backends 
libebookbackendgoogle_la-e-book-backend-google-factory.lo 
libebookbackendgoogle_la-e-book-backend-google.lo libebook-google-utils.la 
../../../addressbook/libebook/libebook-1.2.la 
../../../addressbook/libedata-book/libedata-book-1.2.la 
../../../libedataserver/libedataserver-1.2.la 
../../../libebackend/libebackend-1.2.la -lxml2 -lsoup-2.4 -lgio-2.0 
-lgobject-2.0 -lgnome-keyring -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lgdata -lsoup-2.4 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
-Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt 
-lglib-2.0 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnsp
 r4 -lsqlite3 -lz -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 )
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`e_book_backend_google_modify_contacts':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1866:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`modify_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1643:
 undefined reference to `e_data_book_respond_modify_contacts'
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1636:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`create_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1283:
 undefined reference to `e_data_book_respond_create_contacts'
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1276:
 undefined reference to `e_data_book_respond_create_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`request_authorization':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1200:
 undefined reference to `e_book_backend_get_registry'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`e_book_backend_google_create_contacts':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1459:
 undefined reference to `e_data_book_respond_create_contacts'
collect2: ld returned 1 exit status
libtool: install: error: relink `libebookbackendgoogle.la' with the above 
command before installing it
make[2]: *** [install-ebook_backendLTLIBRARIES] Error 1
make[2]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make: *** [install-recursive] Error 1




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] out of source tree build issue and then installation fails with undefined references in git head

2012-06-19 Thread Reid Thompson
out of tree build requires the following manual intervention...

15001  cp evolution-data-server/libedataserver/*.h 
obj/evolution-data-server/libedataserver/
15002  cp evolution-data-server/camel/*.h obj/evolution-data-server/camel/

build will then complete, but installation fails with


 /bin/mkdir -p '/opt/evo/share/evolution-data-server-3.6'
 /usr/bin/install -c -m 644 
../../../../../evolution-data-server/addressbook/backends/ldap/evolutionperson.schema
 '/opt/evo/share/evolution-data-server-3.6'
make[5]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/ldap'
make[4]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/ldap'
Making install in google
make[4]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
Making install in .
make[5]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[6]: Entering directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google'
make[6]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/opt/evo/lib/evolution-data-server/addressbook-backends'
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c   
libebookbackendgoogle.la 
'/opt/evo/lib/evolution-data-server/addressbook-backends'
libtool: install: warning: relinking `libebookbackendgoogle.la'
libtool: install: (cd 
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google;
 /bin/sh /home/rthompso/evo-git-head/obj/evolution-data-server/libtool  
--silent --tag CC --mode=relink ccache gcc -g -module -avoid-version 
-Wl,--no-undefined -o libebookbackendgoogle.la -rpath 
/opt/evo/lib/evolution-data-server/addressbook-backends 
libebookbackendgoogle_la-e-book-backend-google-factory.lo 
libebookbackendgoogle_la-e-book-backend-google.lo libebook-google-utils.la 
../../../addressbook/libebook/libebook-1.2.la 
../../../addressbook/libedata-book/libedata-book-1.2.la 
../../../libedataserver/libedataserver-1.2.la 
../../../libebackend/libebackend-1.2.la -lxml2 -lsoup-2.4 -lgio-2.0 
-lgobject-2.0 -lgnome-keyring -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 
-lglib-2.0 -lgdata -lsoup-2.4 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
-Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt 
-lglib-2.0 -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnsp
 r4 -lsqlite3 -lz -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 )
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`e_book_backend_google_modify_contacts':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1866:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`modify_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1643:
 undefined reference to `e_data_book_respond_modify_contacts'
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1636:
 undefined reference to `e_data_book_respond_modify_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`create_contact_finish':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1283:
 undefined reference to `e_data_book_respond_create_contacts'
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1276:
 undefined reference to `e_data_book_respond_create_contacts'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`request_authorization':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1200:
 undefined reference to `e_book_backend_get_registry'
.libs/libebookbackendgoogle_la-e-book-backend-google.o: In function 
`e_book_backend_google_create_contacts':
/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/google/../../../../../evolution-data-server/addressbook/backends/google/e-book-backend-google.c:1459:
 undefined reference to `e_data_book_respond_create_contacts'
collect2: ld returned 1 exit status
libtool: install: error: relink `libebookbackendgoogle.la' with the above 
command before installing it
make[6]: *** [install-ebook_backendLTLIBRARIES] Error 1
make[6]: Leaving directory 
`/home/rthompso/evo-git-head/obj/evolution-data-server/addressbook/backends/goo

Re: [Evolution-hackers] Evolution Plugins Guide?

2012-05-19 Thread Reid Thompson

pull down the source and look in the evolution/plugins directory

On 5/19/2012 3:16 AM, Onyeibo Oku wrote:

Greetings

How does one begin to script plugins for Evolution.
I'm considering an exploration into mail-merging.  Similar to this one
for Thunderbird
( https://addons.mozilla.org/en-US/thunderbird/addon/mail-merge/ )

How can one begin to navigate towards realising this?  Any guides,
libraries, SDK etc. that I need to look at?  Is it something an
intermediate scripting enthusiast can handle? (I do python mainly)

Regards

Onyeibo

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] hopefully minor help on building for 3.3.4 em-format-html.c:1583: undefined reference to `camel_operation_cancel_check'

2012-01-20 Thread Reid Thompson
Attempting to update to 3.3.4 from gnome-3-2 using the sources below.
I'm currently getting the build error noted at bottom.  Do I need to
bump one of the other components up, or am I missing a component?

$ for dir in `cat dirs`; do cd $dir; echo $dir;git branch; echo ""; echo "";cd 
..; done
evolution-data-server
  EVOLUTION_DATA_SERVER_3_2_2
  EVOLUTION_DATA_SERVER_3_3_2
* EVOLUTION_DATA_SERVER_3_3_4
  gnome-3-2
  master


evolution
  EVOLUTION_3_2_2
  EVOLUTION_3_3_2
* EVOLUTION_3_3_4
  gnome-3-2
  master


evolution-ews
  EVOLUTION_EWS_3_2_2
  EVOLUTION_EWS_3_3_2
* EVOLUTION_EWS_3_3_4
  gnome-3-2
  master


evolution-mapi
  EVOLUTION_MAPI_3_2_2
  EVOLUTION_MAPI_3_3_1
* gnome-3-2
  master


evolution-webcal
* master


glib
  2-29-90
* glib-2-30
  master


pango
* 1-26-2
  1-27-1
  1.28.4
  master
  pango-1-29-3
  pango-1-29-4


libgdata
* LIBGDATA_0_10_0
  LIBGDATA_0_9_1
  master


gail
* master


atk
* gnome-3-2
  master


gtk+
* gtk-3-2
  master


openchange
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


gtkhtml
* gnome-3-2
  gnome-3.2
  master


libnotify
* master


gsettings-desktop-schemas
* 3-2-0
  master


gnome-desktop
  3-2-0
  3-2-1
* gnome-3-2
  master

..snip...
Making all in .
make[5]: Entering directory `/home/rthompso/evo-git-head/obj/evolution/mail'
  CC libevolution_mail_la-e-mail-view.lo

 ...snip

  CC libevolution_mail_la-mail-ops.lo
../../../evolution/mail/mail-ops.c: In function 'fetch_mail_exec':
../../../evolution/mail/mail-ops.c:218:11: warning: 'is_local_delivery' may be 
used uninitialized in this function
  CC libevolution_mail_la-mail-send-recv.lo
../../../evolution/mail/mail-send-recv.c: In function 'build_dialog':
../../../evolution/mail/mail-send-recv.c:454:3: warning: not enough variable 
arguments to fit a sentinel
  CC libevolution_mail_la-mail-tools.lo
  CC libevolution_mail_la-mail-vfolder.lo
  CC libevolution_mail_la-message-list.lo
../../../evolution/mail/message-list.c: In function 'on_click':
../../../evolution/mail/message-list.c:4128:7: warning: 'flag' may be used 
uninitialized in this function
echo "/* Automatically generated. Do not edit. */" > em-filter-i18n.h;\
cat ../../../evolution/mail/filtertypes.xml 
../../../evolution/mail/vfoldertypes.xml 
../../../evolution/mail/searchtypes.xml |\
sed -n -e 's:.*\(.*\):gchar *s = N_("\1");:p' | \
sort -u >> em-filter-i18n.h
LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache 
../../../evolution/po ../../../evolution/mail/evolution-mail.schemas.in 
evolution-mail.schemas
Found cached translation database
Merging translations into evolution-mail.schemas.
  CC libevolution_mail_la-em-config.lo
  CC libevolution_mail_la-em-composer-utils.lo
  CC libevolution_mail_la-em-account-editor.lo
  CCLD   libevolution-mail.la
libtool: link: warning: `/usr/lib/libical.la' seems to be moved

...snip

libtool: link: warning: `/usr/lib/libical.la' seems to be moved
libtool: link: warning: `/usr/lib/libgcrypt.la' seems to be moved
libtool: link: warning: `/usr/lib/libgpg-error.la' seems to be moved
.libs/libevolution_mail_la-em-format-html.o: In function `emfh_gethttp':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-format-html.c:1583:
 undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-em-utils.o: In function 
`search_address_in_addressbooks':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-utils.c:1766:
 undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-em-utils.o: In function `try_open_book_client':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/em-utils.c:1534:
 undefined reference to `camel_operation_cancel_check'
.libs/libevolution_mail_la-mail-mt.o: In function `mail_msg_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-mt.c:284:
 undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-mail-mt.o: In function `mail_cancel_all':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-mt.c:341:
 undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-mail-send-recv.o: In function `receive_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/mail-send-recv.c:194:
 undefined reference to `camel_operation_cancel'
.libs/libevolution_mail_la-message-list.o: In function `mail_regen_cancel':
/home/rthompso/evo-git-head/obj/evolution/mail/../../../evolution/mail/message-list.c:5013:
 undefined reference to `camel_operation_cancel'
collect2: ld returned 1 exit status
make[5]: *** [libevolution-mail.la] Error 1
make[5]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/mail'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/rthompso/evo-git-head/obj/evolution/mail'
make[3]: ***

Re: [Evolution-hackers] Need assistance building evolution master (3.1.xx) on ubuntu oneiric alpha

2011-08-04 Thread Reid Thompson

On 8/4/2011 1:37 AM, Milan Crha wrote:

On Wed, 2011-08-03 at 23:17 +0200, Thomas Mittelstaedt wrote:

Just did a git pull of the latest master sources for evolution and
evolution-data-server, built the whole thing and installed it into
/opt/evo. Then moved the existing dbus service out of the way and
symlinked them to my install directory. Unfortunately, evolution
never comes up, with the output below. The existing 3.1.4 version
on this oneiric alpha comes up with the new services, though.
What do I need to do to build and install it correctly?

tom@ubuntu:/opt/evo/libexec$ file /usr/lib/evolution/e-calendar-factory
/usr/lib/evolution/e-calendar-factory: symbolic link to
`/opt/evo/libexec/e-calendar-factory'


(evolution:28458): evolution-shell-CRITICAL **:
shell_settings_pspec_for_key: assertion `schema_name != NULL' failed

(evolution:28458): GLib-GObject-WARNING **: cannot register existing
type `CompEditor'

Hi,
checkout [1]. Two possible fixes, one might help for sure. Please update
the bug report with your findings. Thanks in advance.
Bye,
Milan

[1] https://bugzilla.gnome.org/show_bug.cgi?id=655507

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


may also be of note:

from   http://mad-scientist.us/evolution.html


 Hints/Tips/Tricks

Not all operations can be easily/nicely encapsulated in the makefile, unfortunately. Here are a few notes you 
might find interesting.


  1. If you've never run Evolution 2.29 or above, you will need to install a 
number of gconf schema files for
 each new user account. To do this, run:

 |for schema in $PREFIX/etc/gconf/schemas/*.schemas; do \
 gconftool-2 --install-schema-file $schema; \
 done|

where $PREFIX is your install dir (/opt/evo in your case)
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Gtk-ERROR **: GTK+ 3 symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported

2011-02-03 Thread Reid Thompson
Is there a way to determine where I'm mixing GTK 2 & 3?

thanks - reid

Gtk-ERROR **: GTK+ 3 symbols detected. Using GTK+ 2.x and GTK+ 3 in the same 
process is not supported
aborting...

- Core file: /opt/evo/evo/log/20110203.123035/core -
/opt/evo/evo/log/20110203.123035/core: ELF 32-bit LSB core file Intel 80386, 
version 1 (SYSV), SVR4-style, from '/opt/evo/bin/evolution'
gdb -batch -ex 'info shared' -ex 'thread apply all bt full' -ex 'bt' -core 
/opt/evo/evo/log/20110203.123035/core /opt/evo/bin/evolution
[New Thread 5150]

warning: Can't read pathname for load map: Input/output error.
Core was generated by `/opt/evo/bin/evolution'.
Program terminated with signal 5, Trace/breakpoint trap.
#0  g_logv (log_domain=0xb75200bb "Gtk", log_level=G_LOG_LEVEL_ERROR, 
format=0xb75ae31c "GTK+ 3 symbols detected. Using GTK+ 2.x and GTK+ 3 in the 
same process is not supported", args1=0xbf8abe0c "q\267\067\266\220\066\n\b") 
at ../../../glib/glib/gmessages.c:563
563   g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
>FromTo  Syms Read   Shared Object Library
0xb77bbf10  0xb77d98ec  Yes /opt/evo/lib/evolution/2.92/libeshell.so.0
0xb779f8e0  0xb77a6d0c  Yes /opt/evo/lib/evolution/2.92/libmenus.so.0
0xb77793b0  0xb7794090  Yes /opt/evo/lib/libegroupwise-1.2.so.13
0xb776c4e0  0xb776dce8  Yes 
/opt/evo/lib/evolution/2.92/libetimezonedialog.so.0
0xb7765000  0xb77673e4  Yes /opt/evo/lib/libebackend-1.2.so.1
0xb76228a0  0xb77485f0  Yes (*) /usr/lib/libdb-4.8.so
0xb7600ec0  0xb7603e98  Yes /usr/lib/libnotify.so.1
0xb7271150  0xb7520044  Yes /opt/evo/lib/libgtk-x11-2.0.so.0
0xb718e260  0xb71ecee0  Yes /opt/evo/lib/libgdk-x11-2.0.so.0
0xb7114770  0xb716d154  Yes /opt/evo/lib/evolution/2.92/libetable.so.0
0xb70eb750  0xb70f9968  Yes /opt/evo/lib/evolution/2.92/libetext.so.0
0xb707f7e0  0xb70d3efc  Yes 
/opt/evo/lib/evolution/2.92/libemiscwidgets.so.0
0xb704c3f0  0xb7058f54  Yes /opt/evo/lib/evolution/2.92/libfilter.so.0
0xb704295c  0xb7042ad8  Yes 
/opt/evo/lib/evolution/2.92/libevolution-a11y.so.0
0xb702bcf0  0xb703cba4  Yes 
/opt/evo/lib/evolution/2.92/libgnomecanvas.so.0
0xb7002d90  0xb701b388  Yes /opt/evo/lib/libgtkhtml-editor-4.0.so.0
0xb6fc8520  0xb6fea860  Yes /opt/evo/lib/evolution/2.92/libeutil.so.0
0xb6f556a0  0xb6fa319c  Yes /opt/evo/lib/libcamel-provider-1.2.so.23
0xb6f0ada0  0xb6f352d8  Yes /opt/evo/lib/libecal-1.2.so.8
0xb6e86bf0  0xb6ede9b4  Yes /usr/lib/libgdata.so.11
0xb6e6c320  0xb6e6e46c  Yes /usr/lib/libsoup-gnome-2.4.so.1
0xb6e3a9b0  0xb6e5eb50  Yes (*) /usr/lib/libeggdbus-1.so.0
0xb6e17380  0xb6e269a4  Yes (*) /usr/lib/libproxy.so.1
0xb6dfff70  0xb6e099e8  Yes (*) /usr/lib/libicalss.so.0
0xb6ded450  0xb6df3a40  Yes (*) /usr/lib/libicalvcal.so.0
0xb6db2940  0xb6ddacf0  Yes (*) /usr/lib/libical.so.0
0xb6d18800  0xb6d8a130  Yes /opt/evo/lib/libgtkhtml-4.0.so.0
0xb6cec910  0xb6cf19c8  Yes (*) /usr/lib/libenchant.so.1
0xb6cbcb10  0xb6ce3054  Yes /opt/evo/lib/libedataserverui-3.0.so.0
0xb6c97e30  0xb6ca7fa0  Yes /usr/lib/libgnome-keyring.so.0
0xb6c683f0  0xb6c8846c  Yes /opt/evo/lib/libebook-1.2.so.10
0xb6bfe6a0  0xb6c3b490  Yes /opt/evo/lib/libcamel-1.2.so.23
0xb6b4f310  0xb6bb33d4  Yes /usr/lib/libkrb5.so.3
0xb6b1d090  0xb6b32ab4  Yes /usr/lib/libk5crypto.so.3
0xb6ae30a0  0xb6ae3c34  Yes /lib/libcom_err.so.2
0xb6ab9260  0xb6adce9c  Yes /usr/lib/libgssapi_krb5.so.2
0xb6a96ee0  0xb6aacaf8  Yes /opt/evo/lib/libedataserver-1.2.so.14
0xb6a081b0  0xb6a7f8fc  Yes /usr/lib/libsqlite3.so.0
0xb69d8350  0xb69fcb0c  Yes (*) /usr/lib/libssl3.so
0xb69b4dc0  0xb69cca78  Yes (*) /usr/lib/libsmime3.so
0xb699a950  0xb69a5778  Yes (*) /usr/lib/libnssutil3.so
0xb689d7b0  0xb697dd54  Yes (*) /usr/lib/libnss3.so
0xb6886d00  0xb6887b24  Yes (*) /usr/lib/libplds4.so
0xb68821b0  0xb68839b0  Yes (*) /usr/lib/libplc4.so
0xb6858780  0xb6878cd8  Yes (*) /usr/lib/libnspr4.so
0xb6815c10  0xb68431c0  Yes /usr/lib/libsoup-2.4.so.1
0xb660  0xb67f3278  Yes /usr/lib/libgnutls.so.26
0xb67574a0  0xb6762ce0  Yes /usr/lib/libtasn1.so.3
0xb66ea530  0xb673a8e4  Yes /usr/lib/libgcrypt.so.11
0xb66e0680  0xb66e0be0  Yes (*) /usr/lib/libgpg-error.so.0
0xb66d84f0  0xb66dca18  Yes /opt/evo/lib/libgailutil-3.0.so.0
0xb66d2900  0xb66d3334  Yes /usr/lib/libXinerama.so.1
0xb66c5d70  0xb66cf5e4  Yes /usr/lib/libXi.so.6
0xb66bc3a0  0xb66c1368  Yes /usr/lib/libXcursor.so.1
0xb66b69d0  0xb66b74b8  Yes /usr/lib/libXcomposite.so.1
0xb66b1930  0xb66b22e8  Yes (*) /usr/lib/libXdamage.so.1
0xb66ac1b0  0xb66ae3d8  Yes (*) /usr/lib/libXfixes.so.3
0xb66a24c0  0xb66a7858  Yes /opt/evo/lib/libunique-3.0.so.0
0xb6684a80  0xb6696f34  Yes /u

Re: [Evolution-hackers] evolution-2.32.1 build error

2010-12-07 Thread Reid Thompson
On 12/07/2010 10:11 AM, Sasa Ostrouska wrote:
> Hi, again me. I'm getting this time the following error during
> building up evolution 2.32.1:
> 
> cc1: warning: /usr/include/drm: No such file or directory
>

i had to create a link on my system
lrwxrwxrwx  1 root root 19 Nov 18 09:44 drm -> /usr/include/libdrm

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] A quick evo-* git head build question

2010-11-15 Thread Reid Thompson
my latest build attempt with glib, gtk+, evo-* all at git head appears
to fail due to some api changes.

Could someone post me the (highest?) tag/branch levels of glib, gtk+
that will allow me to build evo-* git head?

thanks,
reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-mapi 0.32.0

2010-11-14 Thread Reid Thompson

On 11/14/2010 2:40 PM, Sasa Ostrouska wrote:

On Sun, Nov 14, 2010 at 12:47 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 9:21 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 9:19 PM, Sasa Ostrouska  wrote:

On Sat, Nov 13, 2010 at 12:00 PM, tjoen  wrote:

On Sat, 2010-11-13 at 01:21 +0100, Sasa Ostrouska wrote:

Ok, I know you are tired, but try to look at that one also. I have
installed and built
e-d-s and evolution, and they both work, now trying to build up
evo-mapi I get the
following configure error:

...

checking for EVOLUTION_DATA_SERVER... configure: error: Package
requirements (evolution-data-server-1.2>= 2.31.6) were not met:

Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'
it seems it can't find e-d-s ..pc file, now I'm asking, why evolution found it ?

Looks like it found the .pc but something wrong in it


Hmm, seems something is wrong with it:

# pkg-config --exists --print-errors evolution-data-server-1.2
Empty package name in Requires or Conflicts in file
'/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'


Will investigate, thanks.

Rgds
Saxa


Heh, seems really is not much info in there:

r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32# cat
/usr/lib64/pkgconfig/evolution-data-server-1.2.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib64
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.32
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.32

execversion=2.32

Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.32.0
Requires: gio-2.0, ,
r...@quadser:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/DLG_2_32#

Will try to rebuild e-d-s.

Rgds
Saxa


Rebuilding the e-d-s have not helped, it created the same empty .pc
file. Any ideas where should I start looking ?

Rgds
Saxa
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

It's not empty.  I think the problem is this line

Requires: gio-2.0, ,
note the extra comma with no package preceding it which I assume this error is 
referencing:
"Empty package name in Requires or Conflicts in file"

mine contains:
$ cat ./lib/pkgconfig/evolution-data-server-1.2.pc
prefix=/opt/evo
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
privlibdir=${libdir}/evolution-data-server-2.92
extensiondir=${libdir}/evolution-data-server-1.2/extensions
datarootdir=${prefix}/share
datadir=${datarootdir}
privdatadir=${datadir}/evolution-data-server-2.92

execversion=2.92

Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook
Version: 2.91.3
Requires: gio-2.0, nss, nspr






___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] latest e-d-s git head won't build out of source tree

2010-10-05 Thread Reid Thompson
On Tue, 2010-10-05 at 13:15 -0400, Reid Thompson wrote:
> On Tue, 2010-10-05 at 08:16 -0400, Matthew Barnes wrote:
> > On Mon, 2010-10-04 at 17:33 +0200, Javier Jardón wrote:
> > > The patch attached should fix the problem
> > 
> > Thanks for this.  Applied to master branch of evolution-data-server and
> > evolution.  Our other modules are still using GLib's gettext, so I guess
> > they'll need to be fixed similarly when we switch them over to upstream
> > gettext.
> > 
> 
> 
> rthom...@raker>~/evo-git-head/obj/evolution-data-server 
> $ ../../evolution-data-server/autogen.sh --prefix=/usr
> **Error**: Directory `../../evolution-data-server' does not look like the 
> top-level evolution-data-server directory
> 
> rthom...@raker>~/evo-git-head/evolution-data-server
> $ git branch
>   gnome-2-30
>   gnome-2-32
> * master
> 
> rthom...@raker>~/evo-git-head/obj/evolution-data-server 
> $ git log
> 
> commit 821747af30cb25382b35dc8845c9bac154e21603
> Author: Matthew Barnes 
> Date:   Tue Oct 5 11:29:28 2010 -0400
> 
> Limit libgdata support to 0.6.
> 
> libgdata 0.7 will break API.  We don't want to deal with that until 0.7
> is released, so cap the supported version.
> 
> commit 6954a545ac771ab999251c43c56ed4d4f673acb0
> Author: Javier Jardón 
> Date:   Tue Oct 5 08:10:41 2010 -0400
> 
> Fix srcdir != builddir builds.
> 
> ...snip...
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

adding abit of debugging

diff --git a/autogen.sh b/autogen.sh
index 4e87cdc..5fdb989 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,8 +4,13 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
+echo "srcdir is " $srcdir
+
 cd $srcdir
 
+echo "pwd is " $PWD
+ls
+
 PKG_NAME="evolution-data-server"
 REQUIRED_AUTOCONF_VERSION=2.58
 REQUIRED_AUTOMAKE_VERSION=1.10


$ ../../evolution-data-server/autogen.sh 
srcdir is  ../../evolution-data-server
pwd is  /home/rthompso/evo-git-head/evolution-data-server
aclocal.m4  depcomp   ltmain.sh
addressbook docs  m4
art evolution-data-server.doapMAINTAINERS
AUTHORS evolution-data-server.pc.in   Makefile.am
autogen.sh  evolution-data-server-zip.in  Makefile.in
autom4te.cache  git.mkmarshal.mk
calendarglib-gen.mak  missing
camel   gtk-doc.make  mkinstalldirs
ChangeLog   HACKING   NEWS
compile iconv-detect.cpo
config.guessinstall-shREADME
config.h.in intltool-extract.in   servers
config.h.in~intltool-merge.in test.sh
config.sub  intltool-update.intest.sh.clean
configure   libebackend   TODO
configure.aclibedataserver
COPYING libedataserverui
**Error**: Directory `../../evolution-data-server' does not look like
the top-level evolution-data-server directory

so I think it's ending up with
pwd being /home/rthompso/evo-git-head/evolution-data-server
and the tests being
../../evolution-data-server/configure.ac
../../evolution-data-server/ChangeLog
../../evolution-data-server/calendar

which fails??


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] latest e-d-s git head won't build out of source tree

2010-10-05 Thread Reid Thompson
On Tue, 2010-10-05 at 08:16 -0400, Matthew Barnes wrote:
> On Mon, 2010-10-04 at 17:33 +0200, Javier Jardón wrote:
> > The patch attached should fix the problem
> 
> Thanks for this.  Applied to master branch of evolution-data-server and
> evolution.  Our other modules are still using GLib's gettext, so I guess
> they'll need to be fixed similarly when we switch them over to upstream
> gettext.
> 


rthom...@raker>~/evo-git-head/obj/evolution-data-server 
$ ../../evolution-data-server/autogen.sh --prefix=/usr
**Error**: Directory `../../evolution-data-server' does not look like the 
top-level evolution-data-server directory

rthom...@raker>~/evo-git-head/evolution-data-server
$ git branch
  gnome-2-30
  gnome-2-32
* master

rthom...@raker>~/evo-git-head/obj/evolution-data-server 
$ git log

commit 821747af30cb25382b35dc8845c9bac154e21603
Author: Matthew Barnes 
Date:   Tue Oct 5 11:29:28 2010 -0400

Limit libgdata support to 0.6.

libgdata 0.7 will break API.  We don't want to deal with that until 0.7
is released, so cap the supported version.

commit 6954a545ac771ab999251c43c56ed4d4f673acb0
Author: Javier Jardón 
Date:   Tue Oct 5 08:10:41 2010 -0400

Fix srcdir != builddir builds.

...snip...

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] latest e-d-s git head won't build out of source tree

2010-10-03 Thread Reid Thompson
This used to work...
is the issue something on my side, or something changed at the source
level.

source is in ~/evo-git-head/evolution-data-server
build is in ~/evo-git-head/obj/evolution-data-server

rthom...@raker>~/evo-git-head   

$ cd obj/evolution-data-server/
rthom...@raker>~/evo-git-head/obj/evolution-data-server 

$ ../../evolution-data-server/autogen.sh 
/usr/bin/gnome-autogen.sh
autopoint: *** Missing configure.in or configure.ac, please cd to your package 
first.
autopoint: *** Stop.
rthom...@raker>~/evo-git-head/obj/evolution-data-server

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Requested 'gtk+-2.0 >= 2.22.0' but version of GTK+ is 2.21.0

2010-09-30 Thread Reid Thompson
On Wed, Sep 29, 2010 at 11:28:46PM -0400, Matthew Barnes wrote:
> On Wed, 2010-09-29 at 13:13 -0400, Reid Thompson wrote:
> > can someone tell me which branch or tag or hash or date of gtk+ I need
> > to build to get me a gtk+-2.0.pc file that will satisfy this check.
> 
> You want the gtk-2-22 branch.
> 
> The git tag for the 2.22.0 release is "2.22.0".

arg -- i'm an idiot.  It helps to remember to update the local
repository -- 

Thanks Matthew.  Having the gtk-2-22 branch but not the 2.22.0 tag
caused the light to go on.

reid
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Requested 'gtk+-2.0 >= 2.22.0' but version of GTK+ is 2.21.0

2010-09-29 Thread Reid Thompson
can someone tell me which branch or tag or hash or date of gtk+ I need
to build to get me a gtk+-2.0.pc file that will satisfy this check.

Requested 'gtk+-2.0 >= 2.22.0' but version of GTK+ is 2.21.0

Seems like everything I try either gets me a gtk+-3.0.pc file or a gtk
+-2.0  2.21.0 version.

thanks,
reid




___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evo 2.30 git branch: "not junk" icon enormous?

2010-04-26 Thread Reid Thompson
On Mon, 2010-04-26 at 09:51 -0400, Paul Smith wrote:
> Hi all.  I finally succeeded in building Evo from the gnome-2.30 git
> branch head, and It's running.  One thing I notice is that the "not
> junk" icon is really huge: about twice as high, it looks like, as the
> other icons (it's a crumpled piece of paper in an inbox tray, with a red
> "x" button overlayed).
> 
> This causes my icon menu bar AND the next one (with the Show/Search
> stuff) to be extra-high and funny looking.
> 
> Any thoughts on this?  I can attach a screenshot if you like.  Anyone
> else see it?  Maybe there's something wrong with my installation?
> 
It's supersized on mine too.  I vaguely recall a post/log comment from a
few days back about icon changes (default icons being dropped or changed
or something  )

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evo 2.30 git branch: "not junk" icon enormous?

2010-04-26 Thread Reid Thompson
On Mon, 2010-04-26 at 09:51 -0400, Paul Smith wrote:
> Hi all.  I finally succeeded in building Evo from the gnome-2.30 git
> branch head, and It's running.  One thing I notice is that the "not
> junk" icon is really huge: about twice as high, it looks like, as the
> other icons (it's a crumpled piece of paper in an inbox tray, with a red
> "x" button overlayed).
> 
> This causes my icon menu bar AND the next one (with the Show/Search
> stuff) to be extra-high and funny looking.
> 
> Any thoughts on this?  I can attach a screenshot if you like.  Anyone
> else see it?  Maybe there's something wrong with my installation?
> 
It's supersized on mine too.  I vaguely recall a post/log comment from a
few days back about icon changes (default icons being dropped or changed
or something  )

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Another build failure

2010-02-08 Thread Reid Thompson
On Mon, 2010-02-08 at 09:28 -0500, Paul Smith wrote:
> I put up the latest Makefile version, and updated the build page for
> it.

In the middle of a previously kicked off build.  When it completes, i'll
flush and kick of a build with the new Makefile. I'll holler if anything
seems awry.  Thanks for the efforts you've put into the Makefile.

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


Re: [Evolution-hackers] Another build failure

2010-02-08 Thread Reid Thompson

On 2/7/2010 5:13 PM, Paul Smith wrote:

On Sun, 2010-02-07 at 16:36 -0500, Matthew Barnes wrote:

I still can't reproduce these build failures myself for some reason,
so if you could verify there are no more linking problems I'd
appreciate it greatly since we have a release tomorrow.


Works now, thanks.  I'm updating my web page related to my Makefile.
I'm not sure how difficult it would be to get it working on Red Hat.



I would think not very hard, all the dependencies should already be there.
Getting it to work on gentoo was easy enough.  I set distro to empty and to 
install in /opt/evo.
I'll update and kick of a build this morning also.

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


Re: [Evolution-hackers] Moving from the single mbox file format for the local folders

2009-12-16 Thread Reid Thompson

Reid Thompson wrote:

Patrick Ohly wrote:

On Wed, 2009-12-16 at 18:55 +0530, Srinivasa Ragavan wrote:

Maildir is good, none denies it. But maildir is already there, but not
sure how many use it.


I do, and I know several other people who do

+1
The local default mbox account on my system is empty.
I filter some of the email from my Exchange OWA acct to maildir.
I process my isp and gmail mail into maildir accts(along with some other 
small accounts).



another reason i vote to use/'fix' maildir..
working from home this morning, rather than pipe evo over the network I usually just ssh into my desktop and 
fire up mutt (already configured to know where the evo local directories are, as well as imap to the exchange 
server).  with this setup I can move emails wherever needed between local/server accounts fairly easily.  I 
also tend to use this method if I have to login while on vacation or traveling.

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


Re: [Evolution-hackers] Moving from the single mbox file format for the local folders

2009-12-16 Thread Reid Thompson

Patrick Ohly wrote:

On Wed, 2009-12-16 at 18:55 +0530, Srinivasa Ragavan wrote:

Maildir is good, none denies it. But maildir is already there, but not
sure how many use it.


I do, and I know several other people who do

+1
The local default mbox account on my system is empty.
I filter some of the email from my Exchange OWA acct to maildir.
I process my isp and gmail mail into maildir accts(along with some other small 
accounts).

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


Re: [Evolution-hackers] Moving from the single mbox file format for the local folders

2009-12-15 Thread Reid Thompson
On Wed, 2009-12-16 at 01:16 +0530, Chenthill wrote:

> 
> Approach #1,
> migrating local storage from mbox to maildir format. With maildir I
> have
> heard about two issues,
> 
> * Not able to create subfolders under INBOX -
> https://bugzilla.gnome.org/show_bug.cgi?id=536240 .
I hadn't noticed the above, so I guess it's a non-issue for me

What is the second issue?
> 
> Approach #2,
> Migrate from a single mbox file per folder to mbox per email. Srini
> mentioned an advantage that this would avoid the file renames that
> maildir does. I think this is much like how other remote providers in
> evo store the email.
You still have a filename per email right?
What naming convention would be used?
> 
> I thought of bring this in this list to gather more opinions to choose
> the right one. The approach #2 seems a better one as we are choosing a
> way for storing the messages internally in evo. Are we missing to see
> anything while we choose the second one ? 
> 
> One advantage which I see with #1 is that its a standard way.
Would Evo provide a mechanism to migrate/convert a mailbox/folder with
this format to a mailbox/folder with a standard format?

I.E. Currently, dragging a folder in one format to an account in a
different format performs the proper migration to the new account's
folder format.

Or would it be up to the user to do something like

for file in `ls *mbox`
do
   movemail $file maildir:///tmp/maildr
done

if they wanted to migrate to standard format?
> 
> Thanks, Chenthill.

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


Re: [Evolution-hackers] Error reporting changes

2009-12-08 Thread Reid Thompson
On Tue, 2009-12-08 at 12:30 -0600, Jonathon Jongsma wrote:

> Sorry, I missed this message originally since it got caught by my spam
> filter for some reason.  From a brief look, the only changes you would
> need to make related to the error/alert stuff would be:
> - you would need to include e-alert-dialog.h instead of e-error.h.
> - instead of e_error_run(), you would use
> e_alert_run_dialog_for_args()
> 
> If you need any more help, let me know.
> 

No problem - thanks for the response and offer.  Milan pointed me to 

Hi,
here's your bug report about the same
http://bugzilla.gnome.org/show_bug.cgi?id=587011
Bye,
Milan

Which appears to have addressed adding remove-duplicates into modules.
I've just got a build error to get through now ( just posted a few
minutes ago ).

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


Re: [Evolution-hackers] Error reporting changes

2009-12-08 Thread Reid Thompson
On Tue, 2009-12-08 at 11:21 +0100, Milan Crha wrote:
> On Mon, 2009-12-07 at 14:41 -0500, Reid Thompson wrote:
> > if i wished to attempt to update evolution-remove-duplicates to git
> > head
> > http://www.gnome.org/~carlosg/stuff/evolution/
> 
>   Hi,
> here's your bug report about the same
> http://bugzilla.gnome.org/show_bug.cgi?id=587011
>   Bye,
>   Milan

I applied Ritesh's patch from comment 27 and compilation fails with

../../../../evolution/modules/mail/e-mail-shell-view-actions.c:505:
error:
implicit declaration of function ‘message_list_free_uids’

Is/Are one/all of the previous patches required also?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Error reporting changes

2009-12-08 Thread Reid Thompson
On Tue, 2009-12-08 at 11:21 +0100, Milan Crha wrote:
> On Mon, 2009-12-07 at 14:41 -0500, Reid Thompson wrote:
> > if i wished to attempt to update evolution-remove-duplicates to git
> > head
> > http://www.gnome.org/~carlosg/stuff/evolution/
> 
>   Hi,
> here's your bug report about the same
> http://bugzilla.gnome.org/show_bug.cgi?id=587011
>   Bye,
>   Milan

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


Re: [Evolution-hackers] Error reporting changes

2009-12-07 Thread Reid Thompson
On Mon, 2009-12-07 at 12:37 -0600, Jonathon Jongsma wrote:
> Quick follow-up to this: I was convinced by a couple of people that
> we'd
> probably want EAlert to be a GObject, so I bit the bullet and just did
> it.  In addition, I factored out the convenience dialog functionality
> and created a GtkDialog subclass called EAlertDialog. This means that
> there are a couple additional changes since I wrote this mail.  The
> most
> important ones for developers and plugin authors:
> 
> - e_alert_free() no longer exists.  use g_object_unref()
> - to use the dialog functionality, include e-alert-dialog.h rather
> than
> just e-alert.h
> - e_alert_new_dialog() -> e_alert_dialog_new()
> 
> Also, there's one little picky cleanup that I snuck in along with
> those
> changes.  e_alert_newv() was renamed to e_alert_new_valist() to be
> more
> consistent with other API in glib (e.g. g_object_newv() takes an array
> and a length vs g_object_new_valist() which takes a va_list)
> 
> Evolution, evolution-mapi and evolution-exchange should all be
> up-to-date with these changes in git.  If you have a plugin that's
> out-of-tree, it may need to be updated.
> 

if i wished to attempt to update evolution-remove-duplicates to git head
http://www.gnome.org/~carlosg/stuff/evolution/

is there an up to date example for plugins
which of the current plugins would best serve as a reference


evolution-remove-duplicates added an item to the right click menu that
checked for duplicates within selected emails -- i.e. select a folder,
CTRL-A, right click, select remove duplicates,...
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] I broke junk filtering config -- help!

2009-12-04 Thread Reid Thompson
On Fri, 2009-12-04 at 12:11 -0500, Paul Smith wrote:
> Looking at the /apps/evolution/mail/junk/bogofilter section of gconf
> with gconf-editor, I see only one entry here, "unicode" which is
> selected (boolean true). 

this is all that i have in my gconf.

one level up has a bunch, of note is check_incoming and default_plugin
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] should git head install e-error.h

2009-12-04 Thread Reid Thompson

git head contains e-error.h here
/home/rthompso/evo-git-head/evolution-data-server/addressbook/libebook/e-error.h

previous versions of evo installed this header somewhere in $PREFIX/ ala
opt/evo.old/include/evolution-2.30/e-util/e-error.h

Head apparently does not do this for me

rthom...@raker>~/evo-git-head/remove-duplicates-plugin-0.0.4  
$ find /opt/evo -name e-error.h
rthom...@raker>~/evo-git-head/remove-duplicates-plugin-0.0.4

Should it?


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


Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-04 Thread Reid Thompson
On Fri, 2009-12-04 at 09:26 -0500, Paul Smith wrote: 
> Hey Reid; what did you have to do to get this working?  I tried
> modifying my configuration then sending HUP to both the system
> dbus-daemon and my local dbus-daemon, but when I restart evo I still
> don't see any extra factory applications start.
> 
> Did you have to kill them outright?  Do they restart?  Did you just
> log
> out/back in?  Reboot?
I ended up rebooting ( restarting dbus basically killed my session, so I
just rebooted to 'get clean' ).
Then, I believe, but am not sure, that you actually have to select the
Calendar and Contact view to get dbus to start the backend
> 
> 
> I don't know why the e-d-s-2.28 stuff would start if you're running
> off
> of the master branch, since those (IIRC) are bonobo services and we
> shouldn't be using bonobo anymore?
> 
I wonder if it's getting kicked off by mail-notification..??? Will have
to investigate that...


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


Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-04 Thread Reid Thompson
On Fri, 2009-12-04 at 09:30 +, Ross Burton wrote:
> On Thu, 2009-12-03 at 16:12 -0500, Reid Thompson wrote:
> > (evolution:24437): libebook-WARNING
> > **:
> ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194:
> cannot activate book: The name
> org.gnome.evolution.dataserver.AddressBook was not provided by any
> .service files 
> 
> You installed evolution-data-server into a prefix that DBus doesn't
> know
> about, so it can't autostart the daemons.
> 
> I have this in my /etc/dbus-1/session.conf:
> 
>   /home/ross/BUILD/share/dbus-1/services/
> 
> Ross

I still have something a bit off...

I added   /opt/evo/share/dbus-1/services/
as shown below.  The calendar factory and the addressbook factory now
start.

Any idea why  /usr/libexec/evolution-data-server-2.28 
--oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_BookFactory:1.2 
--oaf-ior-fd=29
would be getting started up?


calendar -> populates using Exchange OWA
 -> does not populate using MAPI

Addressbook -> personal -> works
-> Exchange LDAP -> works
-> OWA Contacts -> works
-> OWA Contacts backup -> works
-> OWA GAL -> Error loading address book.
This address book cannot be opened.
This either means that an incorrect URI
was entered, or the server is
unreachable.
   This was working in 2.28 ( perhaps I typoed something )

   -> MAPI Contacts, Contacts backup, GAL -> I get no response
of any type from any of the three.



$ cat /etc/dbus-1/session.conf 


http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>

  
  session

  
  

  unix:tmpdir=/tmp

  

  


[172.16.48.3]




  

  
  session.d

  /opt/evo/share/dbus-1/services/

  
  session-local.conf

  contexts/dbus_contexts

  

  
  10
  25000
  10
  25000
  10
  4096
  12  
  24
  10  
  1
  10
  1
  5
  5
  5


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


Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-03 Thread Reid Thompson
On Thu, 2009-12-03 at 16:10 -0500, Reid Thompson wrote:
> On Thu, 2009-12-03 at 14:54 +0200, Jörgen Scheibengruber wrote:
> > Am Montag, den 30.11.2009, 22:24 +0100 schrieb ext Ross Burton:
> > > On Mon, 2009-11-30 at 15:17 -0500, Paul Smith wrote:
> > > > PS. I was struck by running "ps -aef | grep evo" and seeing
> > _NOTHING_
> > > > except the actual evolution binary there... bizarre!
> > > 
> > > The EDS daemons are now called e-addressbook-factory and
> > > e-calendar-factory. :)
> > 
> 
> hmm -- is calling evolution supposed to auto-start these two?
> This may explain why calendar and addressbook aren't functioning?
> 



../../../../evolution-mapi/src/libexchangemapi/exchange-mapi-connection.c:1339: 
Leaving exchange_mapi_connection_fetch_items: folder-id E31F0A02 
(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): libebook-WARNING
**: ../../../../evolution-data-server/addressbook/libebook/e-book.c:2194: 
cannot activate book: The name org.gnome.evolution.dataserver.AddressBook was 
not provided by any .service files


(evolution:24437): e-utils-CRITICAL **: e_activity_set_percent:
assertion `E_IS_ACTIVITY (activity)' failed


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


Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-03 Thread Reid Thompson
On Thu, 2009-12-03 at 14:54 +0200, Jörgen Scheibengruber wrote:
> Am Montag, den 30.11.2009, 22:24 +0100 schrieb ext Ross Burton:
> > On Mon, 2009-11-30 at 15:17 -0500, Paul Smith wrote:
> > > PS. I was struck by running "ps -aef | grep evo" and seeing
> _NOTHING_
> > > except the actual evolution binary there... bizarre!
> > 
> > The EDS daemons are now called e-addressbook-factory and
> > e-calendar-factory. :)
> 

hmm -- is calling evolution supposed to auto-start these two?
This may explain why calendar and addressbook aren't functioning?

$ ps -efl|grep e-
5 S 102   9774 1  0  80   0 -  1593 poll_s Dec01 ?00:00:00 
/usr/sbin/hald --use-syslog --verbose=no
5 S root  9777 1  0  80   0 -  4244 poll_s Dec01 ?00:00:00 
/usr/sbin/console-kit-daemon
4 S root 10081 10078  0  80   0 -  1811 poll_s Dec01 ?00:00:00 
/usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1
4 S rthompso 10411 10349  0  80   0 - 11056 poll_s Dec01 ?00:00:00 
gnome-session
1 S rthompso 10442 10411  0  80   0 -  1212 poll_s Dec01 ?00:00:00 
/usr/bin/ssh-agent -- /usr/bin/openbox-gnome-session
1 S rthompso 10451 1  0  80   0 - 34024 poll_s Dec01 ?00:00:23 
/usr/libexec/gnome-settings-daemon
1 S rthompso 10469 1  0  80   0 - 14744 poll_s Dec01 ?00:00:03 
gnome-keyring-daemon --start
1 S rthompso 10473 1  0  80   0 - 10185 poll_s Dec01 ?00:00:00 
seahorse-daemon
0 S rthompso 10777 10411  0  80   0 - 32174 poll_s Dec01 ?00:00:02 
gnome-volume-control-applet
0 S rthompso 10783 10411  0  80   0 - 15293 poll_s Dec01 ?00:00:02 
gnome-power-manager
0 S rthompso 10788 10411  0  80   0 -  1256 wait   Dec01 ?00:00:00 
/bin/sh /usr/local/bin/gnome-do
0 S rthompso 10800 10411  0  80   0 - 18951 poll_s Dec01 ?00:00:01 
beagle-search /usr/lib/beagle/Beagle.Search.exe --icon
0 S rthompso 10809 10788  0  80   0 - 32429 poll_s Dec01 ?00:02:37 mono 
/opt/stow/gnome-do/lib/gnome-do/Do.exe
0 S rthompso 10817 1  0  80   0 -  6120 poll_s Dec01 ?00:00:00 
/usr/libexec/gvfs-hal-volume-monitor
1 S rthompso 10822 1  0  80   0 - 10348 poll_s Dec01 ?00:00:00 
/usr/libexec/gnome-volume-manager --sm-disable
1 S rthompso 10834 1  0  80   0 -  9438 poll_s Dec01 ?00:00:03 
gnome-screensaver
0 S rthompso 10846 1  0  80   0 -  1722 poll_s Dec01 ?00:00:00 
/usr/libexec/gvfs-gphoto2-volume-monitor
0 S rthompso 23642 10411  1  80   0 - 21729 poll_s 16:00 ?00:00:07 
gnome-panel
0 S rthompso 23689 1  0  80   0 - 16551 poll_s 16:00 ?00:00:00 
/usr/bin/alarm-clock-applet --oaf-activate-iid=OAFIID:AlarmClock_Factory 
--oaf-ior-fd=22
0 S rthompso 23692 1  0  80   0 - 15852 poll_s 16:00 ?00:00:00 
/usr/libexec/drivemount_applet2 
--oaf-activate-iid=OAFIID:GNOME_DriveMountApplet_Factory --oaf-ior-fd=25
0 S rthompso 23699 1  0  80   0 -  1256 wait   16:00 ?00:00:00 bash 
/usr/bin/tomboy-panel --oaf-activate-iid=OAFIID:TomboyApplet_Factory 
--oaf-ior-fd=23
0 S rthompso 23702 1  0  80   0 - 23565 poll_s 16:00 ?00:00:00 
/usr/libexec/gweather-applet-2 
--oaf-activate-iid=OAFIID:GNOME_GWeatherApplet_Factory --oaf-ior-fd=32
0 S rthompso 23705 1  0  80   0 - 16253 poll_s 16:00 ?00:00:00 
/usr/libexec/stickynotes_applet 
--oaf-activate-iid=OAFIID:GNOME_StickyNotesApplet_Factory --oaf-ior-fd=29
0 S rthompso 23709 23699  0  80   0 - 21925 poll_s 16:00 ?00:00:01 mono 
/usr/lib/tomboy/Tomboy.exe --sm-disable --panel-applet 
--oaf-activate-iid=OAFIID:TomboyApplet_Factory --oaf-ior-fd=23
0 R rthompso 24854 24545  0  80   0 -  1009 -  16:08 pts/500:00:00 grep 
--colour=auto e-
5 S root 26289 1  0  80   0 -   872 poll_s Dec01 ?00:00:00 
dbus-launch --autolaunch 61216cd5e2bed910602b140046ea5d5a --binary-syntax 
--close-stderr

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


Re: [Evolution-hackers] MAPI support not even close... ?!?! Can I help?

2009-12-03 Thread Reid Thompson
On Mon, 2009-11-30 at 14:42 -0500, Paul Smith wrote:

> 
> Details: I'm running on Ubuntu 9.10 64bit.  I am building from the
> latest git master branch, updated as of this morning, for the
> following
gentoo

> 
> -
> Missing Subject: content:
> 
> First, I got an error in the message bar trying to load my main Inbox
> (just said error--no details).  Now I see all the messages that are in
> my Inbox, but at least half of them have no Subject: shown in the
> summary window.  I do see the From: address, date, even the attachment
> "paper clip" is there... but no Subject.  If I click on these messages
> they are displayed OK, but this doesn't add a subject to the summary
> either.  New email I get seems to (small sample size) always have a
> summary, so it's just retrieving historical email that's problematic I
> guess.
> 
> I tried deleting ~/.evolution/mail/mapi/*/folders.db, restarting, etc.
> but that didn't help; I suppose there's something else I should be
> deleting to try to get Evo to reread the summary info?
> 
I'm seeing the same issue as above.
> -
> Bogus TNEF message attachment to all sent mail:
> 

> If I use Evo MAPI to send an email message to my private account, it
> shows up BUT instead of a simple quoted-printable message, it's
> multipart/mixed and there's an extra application/ms-tnef attachment;
> looking at the message source I see:
> 
i'm using exchange 2003 rather than 2007 and so far am not seeing tnef
attachments as noted here
> 
> -
> No calendar available:
> 
> When I click on my calendar in Evo I see the MAPI calendar listed, but
> NO appointments from that calendar appear anywhere in my calendar. 
> It's
> completely empty.
same as above
> 
> If I try to create a meeting by selecting an hour on the calendar then
> right-clicking and saying "New Meeting..." then nothing happens: no
> popup, no dialog, no error message, no nothing.
same as above
> 
> -
> No address books available:
same as above
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Want to contribute to evolution-mapi

2009-11-11 Thread Reid Thompson
On Wed, 2009-11-11 at 15:19 -0500, Paul Smith wrote:
> Other (new enough) distributions would surely work, but my makefile
> doesn't handle them. 

It works for me on Gentoo, if you (or anyone else) are running Gentoo
and having issues I can perhaps provide some insight. 

( for various reasons (some may be related to evo, most are not) I have
a decent number of unmasked ~x86 packages )

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


Re: [Evolution-hackers] build failure / core in 2.28 git branch...?

2009-10-30 Thread Reid Thompson
On Fri, 2009-10-30 at 13:11 -0400, Reid Thompson wrote:
> When I built this morning the patch had been promoted.  Make sure you
> don't have  merge conflict or something...
> 
> I've been running with no coring since then...
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

Actually, the patch hadn't been promoted, but a simpler patch had been
implemented
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] build failure / core in 2.28 git branch...?

2009-10-30 Thread Reid Thompson
On Fri, 2009-10-30 at 13:02 -0400, Paul Smith wrote:
> So, I tried to update to the latest on the 2.28 git branch and Badness
> Ensued.
> 
> First the build failed; I used Reid's patch to fix it and that worked
> but it would be nice if someone actually promoted the fix into git.
> 
> However, now Evo is dumping core immediately upon start (I don't even
> get a window up).  Does anyone else see this?  Unfortunately I'm
> completely swamped at work right now, so I had to drop back to the
> standard version, but if no one knows what it is I'll try to get more
> info over the weekend.
> 
> It was stable (at least, the IMAP support) using the code on the branch
> as of a week or two ago...
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

When I built this morning the patch had been promoted.  Make sure you
don't have  merge conflict or something...

I've been running with no coring since then...
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] git 2.28 branch

2009-10-29 Thread Reid Thompson
got errors trying to build...

is this correct...


diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c
index 3c56967..49ae745 100644
--- a/mail/em-folder-tree.c
+++ b/mail/em-folder-tree.c
@@ -2462,7 +2462,7 @@ folder_tree_descend (GtkTreeModel *model,
 }
 
 void
-em_folder_tree_select_prev_path (EMFolderTree *folder_tree,
+em_folder_tree_select_prev_path (EMFolderTree *emft,
  gboolean skip_read_folders)
 {
GtkTreeSelection *selection;
@@ -2516,18 +2516,18 @@ em_folder_tree_select_prev_path (EMFolderTree 
*folder_tree,
} while (skip_read_folders && unread <= 0 &&
gtk_tree_path_compare (path, sentinel) != 0);
 
-   if (!gtk_tree_view_row_expanded (tree_view, path))
-   gtk_tree_view_expand_to_path (tree_view, path);
+   if (!gtk_tree_view_row_expanded (emft->priv->treeview, path))
+   gtk_tree_view_expand_to_path (emft->priv->treeview, path);
 
gtk_tree_selection_select_path (selection, path);
 
if (!priv->cursor_set) {
-   gtk_tree_view_set_cursor (tree_view, path, NULL, FALSE);
+   gtk_tree_view_set_cursor (emft->priv->treeview, path, NULL, 
FALSE);
priv->cursor_set = TRUE;
}
 
gtk_tree_view_scroll_to_cell (
-   tree_view, path, NULL, TRUE, 0.5f, 0.0f);
+   emft->priv->treeview, path, NULL, TRUE, 0.5f, 0.0f);
 
gtk_tree_path_free (sentinel);
gtk_tree_path_free (path);

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


Re: [Evolution-hackers] Core dumps from Evolution

2009-10-21 Thread Reid Thompson
On Wed, 2009-10-21 at 08:30 -0400, Reid Thompson wrote:
> if anyone knows offhand the remedy for this???
> 
> >>>>> Running git checkout for openchange
> Initialized empty Git repository in 
> /home/rthompso/madscientist/openchange/.git/
> error: server certificate verification failed. CAfile: 
> /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing 
> https://svn.openchange.org/openchange/trunk/openchange/info/refs
> 
> fatal: HTTP request failed
> make: *** [openchange/.git] Error 128
> 

Think i may have remedied the above, only to get ...

>>>>> Running git checkout for openchange
Initialized empty Git repository in /home/rthompso/madscientist/openchange/.git/
fatal: https://svn.openchange.org/openchange/trunk/openchange/info/refs not 
found: did you run git update-server-info on the server?
make: *** [openchange/.git] Error 128

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


Re: [Evolution-hackers] Core dumps from Evolution

2009-10-21 Thread Reid Thompson
if anyone knows offhand the remedy for this???

> Running git checkout for openchange
Initialized empty Git repository in /home/rthompso/madscientist/openchange/.git/
error: server certificate verification failed. CAfile: 
/etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing 
https://svn.openchange.org/openchange/trunk/openchange/info/refs

fatal: HTTP request failed
make: *** [openchange/.git] Error 128

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


Re: [Evolution-hackers] Core dumps from Evolution

2009-10-15 Thread Reid Thompson
On Thu, 2009-10-15 at 11:57 -0400, Paul Smith wrote:
> Hi all;  I reconstituted my makefile for building Evo from scratch, and
> I'm building from the latest gnome-2.28 GIT branch.

> 
> I wonder if I have a library version mismatch issue.
> 
> Anyone have any thoughts/tips/pointers?

I've been building 2.28 using the previously posted modified by someone
else for git version of the makefile.  My last build was Oct 10, as of
yesterday I think the only diffs since then were translations.  Evo's
been running fine for me.  If you'll post me the new makefile, i'll try
to get a build with it and see if there's any issues on my box.

[I] dev-libs/libxml
 Available versions:  (1)  1.8.17-r2 1.8.17-r3 (~)1.8.17-r4 {doc}
 Installed versions:  1.8.17-r4(1)(12:19:16 PM 08/18/2009)(-doc)
 Homepage:http://www.xmlsoft.org/
 Description: Version 1 of the library to manipulate XML files

[I] dev-libs/libxml2
 Available versions:  (2)  2.7.3-r2 (~)2.7.4 (~)2.7.4-r1 {debug doc 
examples ipv6 python readline test}
 Installed versions:  2.7.4-r1(2)(07:51:43 AM 09/17/2009)(ipv6 python 
readline -debug -doc -examples -test)
 Homepage:http://www.xmlsoft.org/
 Description: Version 2 of the library to manipulate XML files


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


Re: [Evolution-hackers] problems building local version of Evolution

2009-08-14 Thread Reid Thompson
On Fri, 2009-08-14 at 11:45 -0400, Thomas Dean wrote:
> I am a security researcher at Queen's University in Canada.
> We are working on a model based intelligent fuzzer for text
> based protocols and data files. One of the file formats
> we were looking at was iCalendar file format. We are trying
> to build an earlier version of Evolution (2.6.0) that had several
> bugs. However wee have run into a few problems.
> 
> We installed ubuntu 6.06 on a machine (Evolution 2.6.1) and
> downloaded Evolution client 2.6.0 source code. The idea was
> to compile only the 2.6.0 client (with the bug) and use
> the rest of the installed system.
> 
> As confiuration:
> 1) we set PKG_CONFIG_PATH to "/usr/lib/pkgconfig:/home/benkam/ 
> evolution/lib/pkgconfig"
> 
> 2) we added /home/benkam/evolution/lib/bonobo/servers to /etc/bonobo- 
> activation
> 
> 3) used ./configure --prefix=/home/benkam/evolution
> 
> make followed by make install seems to produce a complete working  
> install of the
> Evolution 2.6.0 client in the /home/benkam/evolution directory.  The  
> about reports
> 2.6.0.  However the bugs did not seem to be reproducable. We inserted  
> some
> tracing calls into several key files that are compiled into the  
> evolution libraries.
> After rebuilding and reinstalling, the trace output did not appear,  
> leading us
> to believe that the 2.6.1 libraries are being called from the globally  
> installed
> application.
> 
> Could anyone give any pointers to what we we did wrong, and how we can  
> get
> a local 2.6.0 copy running?
> 
> Many thanks...
> 
> Tom.
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

How are you starting your evo instance?
Any calls to invoke evo need to be done with the calling environment set
such that your --prefix location is utilized first.




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


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Reid Thompson
On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
> Hello, 
> 
> I want to sort mail and put them in a hierarchy of directory. One
> directory per year, then one sub-directory for each mounth and one
> sub-directory per day. 
> 
> I'm searching for a evolution plugin that can move selected messages to
> the right place. Is anyone have a moving plugin example ? 
> 
> How can I start my plugin ? How can I access to the date of the
> message ?
> 
download the evolution source ( git ), cd into evolution/plugins and
look at the code for the current plugins.
also 

http://www.google.com/search?q=evolution+plugin&ie=utf-8&oe=utf-8&aq=t&rls=org.gentoo:en-US:official&client=firefox-a


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


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


Re: [Evolution-hackers] Viewer for file-stored E-Mails

2008-12-22 Thread Reid Thompson

Michael Städler wrote:

Hi Pat and Reid,

thanks for the quick response. You see, it is clear to me, that both, eml and 
mbox, are flat file. What I am looking is a viewer, who can view this in a 
accurate manner, not like a flat file editor. The hint to mutt is a good one. 
If I can't find another - graphical - viewer, then I will go with mutt.

-- Michael


you could probably put something together pretty quickly using ruby or python or 
 perl or other scripting language, along with one of their GUI toolkit bindings.


ala ruby/tmail + ruby-gnome or tk, or fox or qt etc
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Viewer for file-stored E-Mails

2008-12-19 Thread Reid Thompson

Pat Suwalski wrote:

Hi Michael,

Michael Städler wrote:

I usually store important E-Mails one-by-one in files, thus I can backup
these information easily. I am in the process of switching from
Windows/Outlook to Linux/Evolution. In Evolution the only "Save as"
format is "normal" Unix mbox. But in Linux I cannot view these files
just by selecting them in a file explorer. Am I missing something? I
just can't find a tool which just lets me view an mbox file. Of course I
can re-import the file in Evolution. But this isn't my intention. Any
help for me?


As you probably know, the mbox format is flat text. For casual reading 
and searching you can use pretty much any text editor. However, I know 
that's not what you're asking for.


I don't know of any desktop program that views mbox files, but mutt on 
the command line will do it with the "-f" switch.


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


... can't you use your file explorer to associate .eml files with the viewer of 
your choice?

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


Re: [Evolution-hackers] extracting email to structured text (csv)

2008-06-27 Thread Reid Thompson
On Fri, 2008-06-27 at 10:45 +0200, simon le bayon wrote:
> Hi all of you,
> 
> thanks for you replies (in very short delay :o)
> 
> 
> I think i will do wat you propose, create a new mbox with the messages I
> want then parse it to extract data.
> 
> I'm more "experimented" in python but, this is certainly a good way to
> practice ruby.
> 
> Do you think it's useful for you, me to send results (scripts) on the
> evolution-hack list or somewhereelse ? 
> 
> thx
> Simon
> 

> > > 
> > > rubymail, or one of the other ruby mail libraries may allow you to do 
> > > what you want..
> > > 
> > > http://www.rfc20.org/rubymail/docs/
> > > 
> > > http://www.rfc20.org/rubymail/
> > > 
> > > rubymail has a parse_mbox call that might allow what you want...
> > > 
> > > found this on the web... might be modifiable for what you want.
> > > 
> > > #!/usr/bin/ruby -w
> > > # Split a mbox file into $year-$month files
> > > # Copyright (C) 2008 Joerg Jaspert
> > > # BSD style license, on Debian see /usr/share/common-licenses/BSD
> > > require 'pathname'
> > > require 'rmail'
> > > count = 0
> > > File.open(Pathname.new(ARGV[0]), 'r') do  mbox
> > >   RMail::Mailbox.parse_mbox(mbox) do  raw
> > > count += 1
> > > print "# count  mails\n"
> > > begin
> > > 
> > > File.open(RMail::Parser.read(raw).header.date.strftime("split/mail-%y%m"),
> > >  
> > > 'a') do  out
> > > out.print(raw)
> > >   end
> > > rescue NoMethodError
> > >   print "Couldn't parse date header, ignoring broken spam mail\n"
> > > end
> > >   end
> > > end
> > > 
> > 
> > ruby tmail is also very nice.  it should allow you to do what you want.
> > 
> > http://tmail.rubyforge.org/reference/index.html notes that it recognizes 
> > mbox, 
> > maildir, etc.
> > 

I'd be interested in seeing/using it also.

reid

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


Re: [Evolution-hackers] extracting email to structured text (csv)

2008-06-21 Thread Reid Thompson

Reid Thompson wrote:

Tobias Mueller wrote:

Hey Simon :)

On 18.06.2008 19:52 simon le bayon wrote:

I'm a sociology phd student, with few competences in it, and i'd like to
extract thousands of email from evolution to a csv or other structured
file.

I don't know whether mbox or maildir is structered enough and whether 
Evolution supports copy&paste old mails to a new mbox account. But if 
both facts are given, you might want to create a new mbox (or maildir) 
account, copy&paste your mails into that accout, so that all mails are 
in the mbox file and mess around with your data.


HTH,
  Tobi




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


rubymail, or one of the other ruby mail libraries may allow you to do 
what you want..


http://www.rfc20.org/rubymail/docs/

http://www.rfc20.org/rubymail/

rubymail has a parse_mbox call that might allow what you want...

found this on the web... might be modifiable for what you want.

#!/usr/bin/ruby -w
# Split a mbox file into $year-$month files
# Copyright (C) 2008 Joerg Jaspert
# BSD style license, on Debian see /usr/share/common-licenses/BSD
require 'pathname'
require 'rmail'
count = 0
File.open(Pathname.new(ARGV[0]), 'r') do  mbox
  RMail::Mailbox.parse_mbox(mbox) do  raw
count += 1
print "# count  mails\n"
begin

File.open(RMail::Parser.read(raw).header.date.strftime("split/mail-%y%m"), 
'a') do  out

out.print(raw)
  end
rescue NoMethodError
  print "Couldn't parse date header, ignoring broken spam mail\n"
end
  end
end



ruby tmail is also very nice.  it should allow you to do what you want.

http://tmail.rubyforge.org/reference/index.html notes that it recognizes mbox, 
maildir, etc.


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


Re: [Evolution-hackers] extracting email to structured text (csv)

2008-06-21 Thread Reid Thompson

Tobias Mueller wrote:

Hey Simon :)

On 18.06.2008 19:52 simon le bayon wrote:

I'm a sociology phd student, with few competences in it, and i'd like to
extract thousands of email from evolution to a csv or other structured
file.

I don't know whether mbox or maildir is structered enough and whether 
Evolution supports copy&paste old mails to a new mbox account. But if 
both facts are given, you might want to create a new mbox (or maildir) 
account, copy&paste your mails into that accout, so that all mails are 
in the mbox file and mess around with your data.


HTH,
  Tobi




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


rubymail, or one of the other ruby mail libraries may allow you to do what you 
want..


http://www.rfc20.org/rubymail/docs/

http://www.rfc20.org/rubymail/

rubymail has a parse_mbox call that might allow what you want...

found this on the web... might be modifiable for what you want.

#!/usr/bin/ruby -w
# Split a mbox file into $year-$month files
# Copyright (C) 2008 Joerg Jaspert
# BSD style license, on Debian see /usr/share/common-licenses/BSD
require 'pathname'
require 'rmail'
count = 0
File.open(Pathname.new(ARGV[0]), 'r') do  mbox
  RMail::Mailbox.parse_mbox(mbox) do  raw
count += 1
print "# count  mails\n"
begin

File.open(RMail::Parser.read(raw).header.date.strftime("split/mail-%y%m"), 'a') 
do  out

out.print(raw)
  end
rescue NoMethodError
  print "Couldn't parse date header, ignoring broken spam mail\n"
end
  end
end
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution build fails on em-folder-properties.c

2008-05-16 Thread Reid Thompson
On Fri, 2008-05-16 at 14:26 -0400, Jeffrey Stedfast wrote:
> try rev 35503

compilation completes now.

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


[Evolution-hackers] evolution build fails on em-folder-properties.c

2008-05-16 Thread Reid Thompson
...
AMEL_PROVIDERDIR=\"\" -DPREFIX=\"/opt/evo\" -DG_LOG_DOMAIN=\"evolution-mail\" 
-ggdb -O2 -march=prescott -g -Wall -Wmissing-prototypes -Wno-sign-compare -MT 
em-folder-properties.lo -MD -MP -MF .deps/em-folder-properties.Tpo -c 
../../../evolution/mail/em-folder-properties.c  -fPIC -DPIC -o 
.libs/em-folder-properties.o
../../../evolution/mail/em-folder-properties.c: In function 'emfp_commit':
../../../evolution/mail/em-folder-properties.c:101: warning: implicit 
declaration of function 'gtk_spin_button_get_value_as_int'
../../../evolution/mail/em-folder-properties.c:101: error: 'GtkSpinButton' 
undeclared (first use in this function)
../../../evolution/mail/em-folder-properties.c:101: error: (Each undeclared 
identifier is reported only once
../../../evolution/mail/em-folder-properties.c:101: error: for each function it 
appears in.)
../../../evolution/mail/em-folder-properties.c:101: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:104: warning: implicit 
declaration of function 'gtk_spin_button_get_value'
../../../evolution/mail/em-folder-properties.c:104: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c: In function 
'emfp_get_folder_item':
../../../evolution/mail/em-folder-properties.c:252: warning: implicit 
declaration of function 'gtk_spin_button_new_with_range'
../../../evolution/mail/em-folder-properties.c:252: warning: assignment makes 
pointer from integer without a cast
../../../evolution/mail/em-folder-properties.c:253: warning: implicit 
declaration of function 'gtk_spin_button_set_value'
../../../evolution/mail/em-folder-properties.c:253: error: 'GtkSpinButton' 
undeclared (first use in this function)
../../../evolution/mail/em-folder-properties.c:253: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:254: warning: implicit 
declaration of function 'gtk_spin_button_set_numeric'
../../../evolution/mail/em-folder-properties.c:254: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:255: warning: implicit 
declaration of function 'gtk_spin_button_set_digits'
../../../evolution/mail/em-folder-properties.c:255: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:266: warning: assignment makes 
pointer from integer without a cast
../../../evolution/mail/em-folder-properties.c:267: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:268: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c:269: error: expected expression 
before ')' token
../../../evolution/mail/em-folder-properties.c: In function 
'emfp_dialog_got_folder_quota':
../../../evolution/mail/em-folder-properties.c:357: warning: assignment 
discards qualifiers from pointer target type
../../../evolution/mail/em-folder-properties.c:361: warning: assignment 
discards qualifiers from pointer target type
make[5]: *** [em-folder-properties.lo] Error 1
make[5]: *** Waiting for unfinished jobs


last changes added these...

[EMAIL PROTECTED] ~/evo-src/evolution/mail $ svn diff -r PREV 
em-folder-properties.c
Index: em-folder-properties.c
===
--- em-folder-properties.c  (revision 35501)
+++ em-folder-properties.c  (working copy)
@@ -97,6 +97,12 @@
g_free (arg->ca_str);
arg->ca_str = (char *) gtk_entry_get_text ((GtkEntry *) 
prop_data->widgets[i]);
break;
+   case CAMEL_ARG_INT:
+   arg->ca_int = gtk_spin_button_get_value_as_int 
((GtkSpinButton *) prop_data->widgets[i]);
+   break;
+   case CAMEL_ARG_DBL:
+   arg->ca_double = gtk_spin_button_get_value 
((GtkSpinButton *) prop_data->widgets[i]);
+   break;
default:
g_warning ("This shouldn't be reached\n");
break;
@@ -237,6 +243,34 @@
gtk_table_attach ((GtkTable *) table, w, 1, 2, row, row 
+ 1, GTK_FILL | GTK_EXPAND, 0, 0, 0);
prop_data->widgets[i] = w;
break;
+   case CAMEL_ARG_INT:
+   label = gtk_label_new (prop->description);
+   gtk_misc_set_alignment ((GtkMisc *) label, 0.0, 0.5);
+   gtk_widget_show (label);
+   gtk_table_attach ((GtkTable *) table, label, 0, 1, row, 
row + 1, GTK_FILL, 0, 0, 0);
+   
+   w = gtk_spin_button_new_with_range (G_MININT, G_MAXINT, 
1.0);
+   gtk_spin_button_set_value ((GtkSpinButton *) w, 
(double) prop_data->argv->argv[i].ca_int);
+   gtk_spin_button_set_numeric ((GtkSpinButton *) w, TRUE);
+   gtk_spi

Re: [Evolution-hackers] Evolution exchange-2.12.3 fails to compile.............Plz need urgent help....

2008-04-28 Thread Reid Thompson
On Mon, 2008-04-28 at 13:52 +0530, svalbard colaco wrote:
> Hi Reid,
> 
> Since u have compiled OpenLDAP Installed versions:  2.3.41 ; can u
> just brief me on what configuration options did u configure  OpenLDAP
> with...? as what features have to be enabled or disabled?(if they r
> necesary to be).
> 
> Thanx
> sv.


Looks like i have enabled berkdb crypt gdbm ipv6 kerberos perl samba slp ssl 
tcpd
Did you mention which distro you are on?
I'm running gentoo.

[I] net-nds/openldap
 Available versions:  2.3.39-r2 ~2.3.40-r1 2.3.41 [M]~2.4.7 {+berkdb berkdb 
crypt debug experimental gdbm ipv6 kerberos minimal odbc overlays perl samba 
sasl selinux slp smbkrb5passwd ssl syslog tcpd}
 Installed versions:  2.3.41(10:34:17 03/07/08)(berkdb crypt gdbm ipv6 
kerberos perl samba slp ssl tcpd -debug -minimal -odbc -overlays -sasl -selinux 
-smbkrb5passwd)
 Homepage:http://www.OpenLDAP.org/
 Description: LDAP suite of application and development tools


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


Re: [Evolution-hackers] Evolution exchange-2.12.3 fails to compile.............Plz need urgent help....

2008-04-25 Thread Reid Thompson

On Fri, 2008-04-25 at 19:24 +0530, svalbard colaco wrote:
> Hi Reid,
> 
> Thanks for your inputs..
> 
> Yup i have installed OpenLDAP-2.2.6...It got installed
> successfully but as mentioned earlier gave errors in
> evolution-exchange-2.12.3 compilation.
>  And OpenLDAP-2.3 and higher compilation itself fails
> 
> Any idea what i should be doing..?
> 
> Thanks,
> sv


Not sure - I have OpenLDAP Installed versions:  2.3.41 -- so it may be a
version issue.
Which distro are you on?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution exchange-2.12.3 fails to compile.............Plz need urgent help....

2008-04-25 Thread Reid Thompson
On Fri, 2008-04-25 at 13:50 +0530, svalbard colaco wrote:
> Hi all,
> 
> I m trying to integrate evlution-exchange-2.12.3 with evolution mail
> client -2.12.3..but it fails to compile...
> The following is the error log..
> Plz help
> 
> ../addressbook/.libs/libexchangeaddressbook.a(e-book-backend-gal.o):
> In function `ldap_reconnect':
> /usr/EVO_BUILD/Evolution/evolution_host/src/evolution-exchange-2.12.3/addressbook/e-book-backend-gal.c:303:
>  undefined reference to `ldap_unbind'

do you have the OpenLDAP libraries/development packages installed on
your system?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] SVN head build fails 'O_LARGEFILE' undeclared (first use in this function)

2008-04-07 Thread Reid Thompson
On Mon, 2008-04-07 at 15:13 -0400, Reid Thompson wrote:
> build error
> ccache gcc -DHAVE_CONFIG_H -I. -I../../.. 
> -I../../../../../evolution-data-server/camel/providers/local 
> -I../../../../../evolution-data-server/camel 
> -I../../../../../evolution-data-server/intl 
> -I../../../../../evolution-data-server -pthread -DORBIT2=1 
> -I/opt/evo/include/glib-2.0 -I/opt/evo/lib/glib-2.0/include 
> -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gnome-vfs-2.0 
> -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
> -I/usr/include/orbit-2.0 -DG_LOG_DOMAIN=\"camel-local-provider\" -g -Wall 
> -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -MT 
> camel-mbox-folder.lo -MD -MP -MF .deps/camel-mbox-folder.Tpo -c 
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c
>   -fPIC -DPIC -o .libs/camel-mbox-folder.o
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:
>  In function 'get_folder':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
>  error: (Each undeclared identifier is reported only once
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
>  error: for each function it appears in.)
> make[5]: *** [camel-mbox-store.lo] Error 1
> make[5]: *** Waiting for unfinished jobs
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:
>  In function 'mbox_lock':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
>  error: (Each undeclared identifier is reported only once
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
>  error: for each function it appears in.)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:
>  In function 'mbox_append_message':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:214:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:
>  In function 'mbox_get_message':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:365:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> make[5]: *** [camel-mbox-folder.lo] Error 1
>  ccache gcc -DHAVE_CONFIG_H -I. -I../../.. 
> -I../../../../../evolution-data-server/camel/providers/local 
> -I../../../../../evolution-data-server/camel 
> -I../../../../../evolution-data-server/intl 
> -I../../../../../evolution-data-server -pthread -DORBIT2=1 
> -I/opt/evo/include/glib-2.0 -I/opt/evo/lib/glib-2.0/include 
> -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gnome-vfs-2.0 
> -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
> -I/usr/include/orbit-2.0 -DG_LOG_DOMAIN=\"camel-local-provider\" -g -Wall 
> -Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -MT 
> camel-mbox-summary.lo -MD -MP -MF .deps/camel-mbox-summary.Tpo -c 
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c
>   -fPIC -DPIC -o .libs/camel-mbox-summary.o
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
>  In function 'summary_update':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
>  error: (Each undeclared identifier is reported only once
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
>  error: for each function it appears in.)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
>  In function 'mbox_summary_sync_full':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:611:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
>  In function 'mbox_summary_sync_quick':
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:708:
>  error: 'O_LARGEFILE' undeclared (first use in this function)
> ../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
>  In function 'fix_summary_m

[Evolution-hackers] SVN head build fails 'O_LARGEFILE' undeclared (first use in this function)

2008-04-07 Thread Reid Thompson
build error
ccache gcc -DHAVE_CONFIG_H -I. -I../../.. 
-I../../../../../evolution-data-server/camel/providers/local 
-I../../../../../evolution-data-server/camel 
-I../../../../../evolution-data-server/intl 
-I../../../../../evolution-data-server -pthread -DORBIT2=1 
-I/opt/evo/include/glib-2.0 -I/opt/evo/lib/glib-2.0/include -I/usr/include/nss 
-I/usr/include/nspr -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -DG_LOG_DOMAIN=\"camel-local-provider\" -g -Wall 
-Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -MT 
camel-mbox-folder.lo -MD -MP -MF .deps/camel-mbox-folder.Tpo -c 
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c  
-fPIC -DPIC -o .libs/camel-mbox-folder.o
../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c: 
In function 'get_folder':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
 error: (Each undeclared identifier is reported only once
../../../../../evolution-data-server/camel/providers/local/camel-mbox-store.c:185:
 error: for each function it appears in.)
make[5]: *** [camel-mbox-store.lo] Error 1
make[5]: *** Waiting for unfinished jobs
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c: 
In function 'mbox_lock':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
 error: (Each undeclared identifier is reported only once
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:153:
 error: for each function it appears in.)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c: 
In function 'mbox_append_message':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:214:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c: 
In function 'mbox_get_message':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-folder.c:365:
 error: 'O_LARGEFILE' undeclared (first use in this function)
make[5]: *** [camel-mbox-folder.lo] Error 1
 ccache gcc -DHAVE_CONFIG_H -I. -I../../.. 
-I../../../../../evolution-data-server/camel/providers/local 
-I../../../../../evolution-data-server/camel 
-I../../../../../evolution-data-server/intl 
-I../../../../../evolution-data-server -pthread -DORBIT2=1 
-I/opt/evo/include/glib-2.0 -I/opt/evo/lib/glib-2.0/include -I/usr/include/nss 
-I/usr/include/nspr -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -DG_LOG_DOMAIN=\"camel-local-provider\" -g -Wall 
-Wmissing-prototypes -Wno-sign-compare -Wno-pointer-sign -MT 
camel-mbox-summary.lo -MD -MP -MF .deps/camel-mbox-summary.Tpo -c 
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c 
 -fPIC -DPIC -o .libs/camel-mbox-summary.o
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
 In function 'summary_update':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
 error: (Each undeclared identifier is reported only once
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:438:
 error: for each function it appears in.)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
 In function 'mbox_summary_sync_full':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:611:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
 In function 'mbox_summary_sync_quick':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:708:
 error: 'O_LARGEFILE' undeclared (first use in this function)
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:
 In function 'fix_summary_mismatch':
../../../../../evolution-data-server/camel/providers/local/camel-mbox-summary.c:968:
 error: 'O_LARGEFILE' undeclared (first use in this function)
make[5]: *** [camel-mbox-summary.lo] Error 1

Thanks,
reid
-- 
Reid Thompson Reid dot Thompson at ateb dot com
Ateb, Inc
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] [Evolution] Spam Improvements & Default spam filter

2008-03-01 Thread Reid Thompson
Srinivasa Ragavan wrote:

> I'm proposing to make Bogofilter as the default junk filter for
> Evolution. Any thoughts to it?
> 

+1
As a user ( and if you're asking users ), I've only used bogofilter.  It has 
performed extremely well for me.
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.21.90 , Evolution-Data-Server2.21.90 , GtkHTML3.17.90.1 and Evolution-Exchange 2.21.90 released

2008-01-30 Thread Reid Thompson

On Wed, 2008-01-30 at 09:23 +, Murray, WJ (Bill) wrote:

> htmlengine-edit-clueflowstyle.c  -fPIC -DPIC
> -o .libs/htmlengine-edit-clueflowstyle.o
> htmlengine-edit-clueflowstyle.c: In function 'undo_or_redo':
> htmlengine-edit-clueflowstyle.c:177: error: 'G_GNUC_FUNCTION' undeclared
> (first use in this function)
> htmlengine-edit-clueflowstyle.c:177: error: (Each undeclared identifier
> is reported only once
> htmlengine-edit-clueflowstyle.c:177: error: for each function it appears
> in.)
> htmlengine-edit-clueflowstyle.c: In function
> 'set_clueflow_style_in_region':
> htmlengine-edit-clueflowstyle.c:282: error: 'G_GNUC_FUNCTION' undeclared
> (first use in this function)

a quick workaround -- add

#define G_GNUC_FUNCTION __FUNCTION__

to htmlengine-edit-clueflowstyle.c

It doesn't appear to pick it up from gmacros.h



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


Re: [Evolution-hackers] Warning: careful rebuilding with my makefile!!

2008-01-15 Thread Reid Thompson
Paul Smith wrote:
> Hi all;
> 
> This morning just after the 2.21.5 release of Evo was announced, the 2.4
> branch of libsoup was merged to the trunk.
> 
> This version is not that easy to build: it requires a newer version of
> GLIB than is available in Ubunut Gutsy, at least (2.15 or better, while
> Gutsy contains 2.14.1)  Plus, someone reported to me that even after
> getting a new-enough GLIB, they still couldn't finish building libsoup:
> 
> gcc -g -Wall -Wstrict-prototypes -Wmissing-declarations 
> -Wmissing-prototypes -Wnested-externs -Wpointer-arith -D_REENTRANT -o 
> .libs/context-test context-test.o test-utils.o  
> ../libsoup/.libs/libsoup-2.4.so  -Wl,--rpath -Wl,/opt/evo/lib
> ../libsoup/.libs/libsoup-2.4.so: undefined reference to 
> `g_cancellable_is_cancelled'
> 
> So, maybe you need something even more new than suggested by the
> configure.in file!  I haven't tried this myself so I can't say for sure.
> 
> (thanks to Gareth Doutch for the heads-up!)
> 

gentoo also does not yet offer 2.15 GLIB either ( stable or ~ ).  Which kinda 
puts me in a bind, since it appears that the last successful build I got has an 
issue with logging into exchange OWA.  I guess I'll be failing over to mutt && 
tbird for a few days -- trying to decide if I wanna introduce GLIB 2.15 or not. 
  Anyone have any heads up issues re GLIB 2.15?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Badness in latest SVN

2007-12-19 Thread Reid Thompson

On Wed, 2007-12-19 at 10:24 -0500, Paul Smith wrote:
> Second, there's some very weird, annoying constant redrawing of the
> window when I'm reading mail.  Every time I click on a new message the
> entire window is readjusted up, then down again, by a few pixels: this
> includes every panel such as the folder list, the summary, AND the
> actual email display panel.  If it matters, I'm using the "Vertical
> View" mode on my widescreen monitor (Merry Christmas to me!)

to me, this appears to be triggered by the messages in the task bar.
The space allocated seems to be not quite tall enough for the
text/button images that appear in the messages.
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Missing half of my preferences ... ?

2007-11-24 Thread Reid Thompson
Paul Smith wrote:
> I'm using Evo from SVN HEAD, latest version as of just this morning.
> For the last week or so at least, when I select Edit -> Preferences,
> most of my options in the left menu are missing.  I have Autocompletion,
> Calendar and Tasks, and Certificates, and that's all; I'm missing Mail
> and Composer stuff altogether, and whatever else should be there (I
> can't actually remember!)
> 
> Does anyone else see this, or is there something corrupted about my
> environment?
> 
I had the same issue a week or so ago, did a make shinyclean and ccache -C and 
it seemed to clear it up.
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Evo svn head requires libgtkhtml-3.14 >= 3.16.0' but gtkhtml svn head is Version: 3.15.92

2007-09-24 Thread Reid Thompson
Will gtkhtml be bumped soon?
Is there a 'usual' way around this?
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] [Evolution] ANNOUNCE: Evolution 2.10.0, Evolution-Data-Server 1.10.0, GtkHTML 3.14.0 and Evolution Exchange 2.10.0

2007-03-13 Thread Reid Thompson
Where can I find instructions for doing this?..
> It was never so easy to subscribe to Public folders on your Exchange
> account 
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Latest 'stable' CVS tag

2006-09-09 Thread Reid Thompson
What tag should I use to get the latest stable build from CVS?
Or is HEAD considered stable enough to use?

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