diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-11-01 15:50:07 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-11-01 15:50:07 +0000 |
commit | fcdfd376394d7be1aa5dd756a41c36862de70558 (patch) | |
tree | 3044dfec1fa905bc45d52df12766ede64db14da7 /gnome-extra/evolution-data-server/files | |
parent | Stable on sparc (diff) | |
download | gentoo-2-fcdfd376394d7be1aa5dd756a41c36862de70558.tar.gz gentoo-2-fcdfd376394d7be1aa5dd756a41c36862de70558.tar.bz2 gentoo-2-fcdfd376394d7be1aa5dd756a41c36862de70558.zip |
apply patch to fix subfolder problem with exchange. fixes #151048
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r-- | gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 | 3 | ||||
-rw-r--r-- | gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 new file mode 100644 index 000000000000..df3238c4e115 --- /dev/null +++ b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.8.1-r1 @@ -0,0 +1,3 @@ +MD5 8c2fe35bcdc457e09728ed213e915d01 evolution-data-server-1.8.1.tar.bz2 7119647 +RMD160 64fc3e0a4e83bc5c2b7913441056ede7ca3caace evolution-data-server-1.8.1.tar.bz2 7119647 +SHA256 5fb63ea67899ba3d6f1866594a2f237609b36eb985e9621ee3cb494e15e71956 evolution-data-server-1.8.1.tar.bz2 7119647 diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch new file mode 100644 index 000000000000..c8b12b972fd7 --- /dev/null +++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.8.1-inbox-folders.patch @@ -0,0 +1,21 @@ +--- servers/exchange/storage/exchange-account.c.orig 2006-10-13 08:07:21.000000000 -0500 ++++ servers/exchange/storage/exchange-account.c 2006-10-13 08:07:57.000000000 -0500 +@@ -1244,8 +1244,7 @@ + account->priv->identity_name, + account->priv->identity_email, + account->priv->source_uri, +- account->priv->offline_sync); +- d(g_print ("exchange-account.c:setup_account_hierarchies:offline_sync=%d\n", account->priv->offline_sync)); ++ TRUE); + + setup_hierarchy (account, hier); + g_free (phys_uri_prefix); +@@ -1277,7 +1276,7 @@ + account->priv->identity_name, + account->priv->identity_email, + account->priv->source_uri, +- account->priv->offline_sync); ++ TRUE); + setup_hierarchy (account, hier); + g_free (phys_uri_prefix); + |