Re: [Evolution-hackers] Badness in latest SVN

2007-12-19 Thread Paul Smith
On Wed, 2007-12-19 at 10:37 -0500, Matthew Barnes wrote:
> On Wed, 2007-12-19 at 10:24 -0500, Paul Smith wrote:
> > First, my GAL lookups have stopped working again.  They were broken in
> > the 2.12 release, but then they got fixed.  Now they don't work again
> > for me.  I have a GAL server set up, and I restrict to 500 responses.
> > When I first select that server on the contacts screen I don't see any
> > names (this is correct I think).  When I enter a name to search for, it
> > searches forever and never returns any values.
> 
> The team is working feverishly on this.  Others may be able to provide
> status better than I can.

Excellent, thanks.

I'm pretty sure that my Exchange meeting notifications are also not
working now with this latest version.  I built a version from SVN on Dec
4, and that worked fine for both meeting notifications and for GAL.


Is it useful to file bugs for these, or are they known issues and no bug
necessary?

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Support for LIST-EXTENDED's SUBSCRIBED parameter

2007-12-19 Thread Philip Van Hoof
The net result of this patch is less round trips when connecting with an
IMAP server that has support for LIST-EXTENDED.

http://tinymail.org/trac/tinymail/changeset/3155

Note that Evolution merges LIST and LSUB together. This is wrong
behaviour. An item not in LIST yet in LSUB simply doesn't exist.


-- 
Philip Van Hoof, freelance software developer
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
http://pvanhoof.be/blog
http://codeminded.be




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


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Matthew Barnes
On Wed, 2007-12-19 at 23:00 +0530, Suman wrote:
> I see this:'Gtk Doc:no'
> However, on opening the Makefile under evolution-data-server, I find
> this line: 
> 
> DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
> 
> which was why I was concerned .. Is this expected ?

Those are custom flags to use when running "make distcheck" since
creating a tarball requires that Gtk-Doc is enabled.

Check the Makefile.am files under docs/reference for ENABLE_GTK_DOC and
then search for the same in acinclude.m4 and you should see how the
configure switch works.

Matthew Barnes


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


Re: [Evolution-hackers] Set defaults for Sent and Drafts folder: Zimbra Connector

2007-12-19 Thread Matthew Barnes
On Thu, 2007-12-06 at 19:50 -0400, Emil Soleyman wrote:
> I've been successful in creating a few functions to set the Draft and
> Sent folders for the Zimbra Connector when an account is first created
> but I cannot figure out how to make those same folders the default when
> the user hits the "Revert" button under Defaults.

Emil,

I don't know the answer to your question off-hand but I didn't want your
post to go unanswered.  You might find clues in the archives of this
list.  Scott Herscher was asking questions as far back as May 2006.

Also, I have commit access to the zimbraevo repository in SourceForge
and have been reviewing your patches for inclusion.  I'd like to make a
formal first release soon that includes all the community-contributed
patches floating around, so please send me or file in SourceForge any
additional patches you may have.

Thanks,
Matthew Barnes

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


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Suman
On Dec 19, 2007 10:42 PM, Matthew Barnes <[EMAIL PROTECTED]> wrote:

> On Wed, 2007-12-19 at 22:14 +0530, Suman wrote:
> > EDS/Evolution does not seem to respect the --disable-gtk-doc configure
> > option. (not sure if this is a bug in the configure scripts of
> > EDS/Evolution)
> > Any thoughts ?
>
> Works for me with EDS, and Evolution doesn't have that option anymore.
>
> What do you see in the little summary when configure terminates?
>
>evolution-data-server has been configured as follows:
>...
>Gtk Doc: [yes/no]
>

I see this:'Gtk Doc:no'
However, on opening the Makefile under evolution-data-server, I find this
line:

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

which was why I was concerned .. Is this expected ?


>
> Matthew Barnes
>
>
-Suman

P.S. Sorry for the spam (if you received an incomplete message..)
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Suman
On Dec 19, 2007 10:42 PM, Matthew Barnes <[EMAIL PROTECTED]> wrote:

> On Wed, 2007-12-19 at 22:14 +0530, Suman wrote:
> > EDS/Evolution does not seem to respect the --disable-gtk-doc configure
> > option. (not sure if this is a bug in the configure scripts of
> > EDS/Evolution)
> > Any thoughts ?
>
> Works for me with EDS, and Evolution doesn't have that option anymore.
>
> What do you see in the little summary when configure terminates?
>
>evolution-data-server has been configured as follows:
>...
>Gtk Doc: [yes/no]
>

I see this:'Gtk Doc: no'
However


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


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Matthew Barnes
On Wed, 2007-12-19 at 22:14 +0530, Suman wrote:
> EDS/Evolution does not seem to respect the --disable-gtk-doc configure
> option. (not sure if this is a bug in the configure scripts of
> EDS/Evolution) 
> Any thoughts ?

Works for me with EDS, and Evolution doesn't have that option anymore.

What do you see in the little summary when configure terminates?

evolution-data-server has been configured as follows:
...
Gtk Doc: [yes/no]

Matthew Barnes

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


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Suman
Hi Matt, Srini.. everyone else :)

On Dec 19, 2007 2:23 AM, Matthew Barnes <[EMAIL PROTECTED]> wrote:

> On Tue, 2007-12-18 at 19:33 +, William Murray wrote:
> > Excellent...
> >but compiling on Fedora 8 gives:
> > which: no gtkdoc-rebase in (/usr/bin:/bin)
> >   This seems to be to do with gnome version advancement, which is
> > what evolution is synced to, so I guess I am lost unless I upgrade more
> of gnome?
>

Yes.. I faced the same problem when I did the tarball-testing.


> Upgrade to gtk-doc 1.9 (from Rawhide).
>
> I've already fixed the E-D-S configure script to require it.
>

EDS/Evolution does not seem to respect the --disable-gtk-doc configure
option. (not sure if this is a bug in the configure scripts of
EDS/Evolution)
Any thoughts ?


>
> Matthew Barnes
>

-Suman
___
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 Andre Klapper
Am Mittwoch, den 19.12.2007, 10:24 -0500 schrieb Paul Smith:
> Every time I click on a new message the
> entire window is readjusted up, then down again, by a few pixels

this has happened due to the initial work on non-intrusive errors (bug
24737). it is a known problem of 2.21.4.

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


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
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 Matthew Barnes
On Wed, 2007-12-19 at 10:24 -0500, Paul Smith wrote:
> First, my GAL lookups have stopped working again.  They were broken in
> the 2.12 release, but then they got fixed.  Now they don't work again
> for me.  I have a GAL server set up, and I restrict to 500 responses.
> When I first select that server on the contacts screen I don't see any
> names (this is correct I think).  When I enter a name to search for, it
> searches forever and never returns any values.

The team is working feverishly on this.  Others may be able to provide
status better than I can.


> 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!)

I'm seeing it too.  I think it's because of the new cancel button in
status messages.  Looks like some padding around the button is making
the status bar grow a few pixels higher, pushing everything else up.
Should be simple to fix and I'm sure it will be by the next release.

Matthew Barnes

___
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


[Evolution-hackers] Badness in latest SVN

2007-12-19 Thread Paul Smith
Hi all; after the latest release announcement I used my makefile to
build the latest code from SVN, as of yesterday afternoon.
Unfortunately I'm seeing some issues:


First, my GAL lookups have stopped working again.  They were broken in
the 2.12 release, but then they got fixed.  Now they don't work again
for me.  I have a GAL server set up, and I restrict to 500 responses.
When I first select that server on the contacts screen I don't see any
names (this is correct I think).  When I enter a name to search for, it
searches forever and never returns any values.


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!)

The contents of the preview panel have always been redrawn a couple of
times, which is very annoying, but now the panels themselves, and all of
them, actually move a bit.  This is even more annoying!

I thought it might be because I had Evo in fullscreen mode but I took it
out of fullscreen and I still see it.

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution 2.21.4 , Evolution-Data-Server 2.21.4 , GtkHTML3.17.4 and Evolution-Exchange 2.21.4 released

2007-12-19 Thread Matthew Barnes
On Wed, 2007-12-19 at 07:44 +, William Murray wrote:
>That works for me. Although the compilation does take around 1Gb
> of ram at some  point, which brings my machine to a complete standstill.
> I'm sure that is new.
> Now I can play with this version.

Probably the construction of the help documentation.  I and several
others have witnessed and complained about it too.  Looks to be the
xml2po tool, though I've not yet investigated whether there's anything
we can do to alleviate the huge resource consumption.

I've also been thinking about adding a --with-help / --without-help
configure option to make it possible to skip that phase for those just
building for testing or development purposes.

Matthew Barnes

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