diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-12-10 00:13:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-12-10 00:13:37 +0000 |
commit | 2b5eaddc5d1c0d5d390fb9d0246e835d72d37e9e (patch) | |
tree | c73a017415607fd3e08fc028144600c77e124287 /gnome-extra/evolution-data-server/files | |
parent | Stable on amd64; bug 201546 (diff) | |
download | historical-2b5eaddc5d1c0d5d390fb9d0246e835d72d37e9e.tar.gz historical-2b5eaddc5d1c0d5d390fb9d0246e835d72d37e9e.tar.bz2 historical-2b5eaddc5d1c0d5d390fb9d0246e835d72d37e9e.zip |
revdump with the actual patch size != 0
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r-- | gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2-r1 (renamed from gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2) | 0 | ||||
-rw-r--r-- | gnome-extra/evolution-data-server/files/evolution-data-server-1.12.2-local-delivery.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2 b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2-r1 index f1d0b11510e8..f1d0b11510e8 100644 --- a/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2 +++ b/gnome-extra/evolution-data-server/files/digest-evolution-data-server-1.12.2-r1 diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.2-local-delivery.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.2-local-delivery.patch index e69de29bb2d1..d2543f16e795 100644 --- a/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.2-local-delivery.patch +++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.2-local-delivery.patch @@ -0,0 +1,13 @@ +Index: camel/providers/local/camel-local-provider.c +=================================================================== +--- camel/providers/local/camel-local-provider.c (révision 8259) ++++ camel/providers/local/camel-local-provider.c (révision 8261) +@@ -74,7 +74,7 @@ + N_("For retrieving (moving) local mail from standard mbox-formatted spools into folders managed by Evolution."), + "mail", + CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_IS_LOCAL, +- CAMEL_URL_NEED_PATH | CAMEL_URL_NEED_PATH_DIR |CAMEL_URL_PATH_IS_ABSOLUTE | CAMEL_URL_FRAGMENT_IS_PATH, ++ CAMEL_URL_NEED_PATH | CAMEL_URL_PATH_IS_ABSOLUTE | CAMEL_URL_FRAGMENT_IS_PATH, + mbox_conf_entries, + /* ... */ + }; |