From 7d1d00787026823bbc8c4721a30eb2e3af667907 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 5 Sep 2002 19:55:19 +0000 Subject: Hex decode the folder names when searching for them in the memory buffer, 2002-09-05 Jeffrey Stedfast * upgrade-mailer.c (imap_url_upgrade): Hex decode the folder names when searching for them in the memory buffer, and re-hex encode them when combining them with the rst of the URL. (mailer_upgrade): Instead of reading in the storeinfo file as raw binary data, use the camel-file-utils to correctly parse it. svn path=/trunk/; revision=17994 --- mail/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index 74aa8898b4..c72d845695 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -156,7 +156,10 @@ evolution_mail_LDFLAGS = \ -export-dynamic evolution_mail_upgrade_SOURCES = upgrade-mailer.c -evolution_mail_upgrade_LDADD = $(EVOLUTION_MAIL_LIBS) +evolution_mail_upgrade_LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/e-util/libeutil.la \ + $(EVOLUTION_MAIL_LIBS) oafdir = $(datadir)/oaf oaf_in_files = GNOME_Evolution_Mail.oaf.in -- cgit v1.2.3