SOURCES: gnome-mail-notification-imapauth.patch (NEW), gnome-mail-...

freetz freetz at pld-linux.org
Thu Feb 9 16:27:03 CET 2006


Author: freetz                       Date: Thu Feb  9 15:27:03 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes imap authentification problems (official patch) / evo 2.6.x support

---- Files affected:
SOURCES:
   gnome-mail-notification-imapauth.patch (NONE -> 1.1)  (NEW), gnome-mail-notification-evolution26.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-mail-notification-imapauth.patch
diff -u /dev/null SOURCES/gnome-mail-notification-imapauth.patch:1.1
--- /dev/null	Thu Feb  9 16:27:03 2006
+++ SOURCES/gnome-mail-notification-imapauth.patch	Thu Feb  9 16:26:58 2006
@@ -0,0 +1,16 @@
+--- src/mn-imap-mailbox.c.orig	Tue Aug  9 22:01:56 2005
++++ src/mn-imap-mailbox.c	Wed Jan 25 19:22:48 2006
+@@ -1646,7 +1646,12 @@
+      */
+     if (mn_ascii_validate(input))
+       {
+-	if (g_str_has_prefix(input, "+ "))
++	if (! strcmp(input, "+"))
++	  {
++	    response = g_new0(MNClientSessionResponse, 1);
++	    response->continuation = g_strdup("");
++	  }
++	else if (g_str_has_prefix(input, "+ "))
+ 	  {
+ 	    response = g_new0(MNClientSessionResponse, 1);
+ 	    response->continuation = g_strdup(input + 2);

================================================================
Index: SOURCES/gnome-mail-notification-evolution26.patch
diff -u /dev/null SOURCES/gnome-mail-notification-evolution26.patch:1.1
--- /dev/null	Thu Feb  9 16:27:03 2006
+++ SOURCES/gnome-mail-notification-evolution26.patch	Thu Feb  9 16:26:58 2006
@@ -0,0 +1,18 @@
+diff -aurN mail-notification-2.0.orig/m4/evolution-plugin.m4 mail-notification-2.0/m4/evolution-plugin.m4
+--- mail-notification-2.0.orig/m4/evolution-plugin.m4	2005-08-03 18:11:27.000000000 +0200
++++ mail-notification-2.0/m4/evolution-plugin.m4	2006-02-09 16:07:51.897536584 +0100
+@@ -34,12 +34,12 @@
+ 
+ if test $found = yes; then
+ 	evolution_plugin_min_version=ifelse([$1],,, [>= $1])
+-	PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [evolution-plugin-2.2 $evolution_plugin_min_version],, [found=no])
++	PKG_CHECK_MODULES(EVOLUTION_PLUGIN, [evolution-plugin-2.6 $evolution_plugin_min_version],, [found=no])
+ fi
+ 
+ if test $found = yes; then
+ 	AC_MSG_CHECKING([for the Evolution plugin directory])
+-	evolution_plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin-2.2 2>/dev/null`
++	evolution_plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin-2.6 2>/dev/null`
+ 	if test -n "$evolution_plugindir"; then
+ 		AC_MSG_RESULT([$evolution_plugindir])
+ 	else
================================================================


More information about the pld-cvs-commit mailing list