diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-06 03:55:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-06 03:55:19 +0800 |
commit | 7d1d00787026823bbc8c4721a30eb2e3af667907 (patch) | |
tree | bcb8f5b80abfb47e98c6d91e82fa18a4b159748e /mail/Makefile.am | |
parent | c91cedb0431cc9aed4ecf9dae631e3a53fb8fc07 (diff) | |
download | gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.gz gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.tar.zst gsoc2013-evolution-7d1d00787026823bbc8c4721a30eb2e3af667907.zip |
Hex decode the folder names when searching for them in the memory buffer,
2002-09-05 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |