diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 23:13:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 23:13:40 +0800 |
commit | 8af4ab06a2baac12d25531588923c8d3faa77bb4 (patch) | |
tree | 0fbe8524228076cdcb5eafbf6dd21120f7a0db05 /mail | |
parent | 0fd682c21fdd207b2edadfae876341875120ec8e (diff) | |
download | gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.gz gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.tar.zst gsoc2013-evolution-8af4ab06a2baac12d25531588923c8d3faa77bb4.zip |
Remove UNICODE_CFLAGS
* Makefile.am (INCLUDES): Remove UNICODE_CFLAGS
svn path=/trunk/; revision=9582
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 646b32b171..2f8ae975d1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-04-26 Dan Winship <danw@ximian.com> + * Makefile.am (INCLUDES): Remove UNICODE_CFLAGS + * mail-format.c (handle_text_plain_flowed): Use <font color=...> to mark citations rather than italicizing them, which has never looked very nice. Now this is more consistent with the non-flowed diff --git a/mail/Makefile.am b/mail/Makefile.am index 0fd1abb708..6f48791528 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -24,7 +24,6 @@ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ - $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ $(THREADS_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ @@ -150,7 +149,6 @@ test_mail_LDADD = \ # $(top_builddir)/e-util/libeutil.la \ # $(top_builddir)/libibex/libibex.la \ # $(BONOBO_HTML_GNOME_LIBS) \ -# $(UNICODE_LIBS) \ # $(THREADS_LIBS) # #test_thread_CFLAGS = -g $(THREADS_CFLAGS) |