diff options
author | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-11-08 05:20:47 +0800 |
commit | 104d471a79497aed5cc6b08cdd157b3ff7064bac (patch) | |
tree | 5528d1f5fa58df9e9afbed28c2bb4fa145c15fb9 /mail | |
parent | 7e90203a66104f50ba67c37e0edc60f73faf30a0 (diff) | |
download | gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.gz gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.tar.zst gsoc2013-evolution-104d471a79497aed5cc6b08cdd157b3ff7064bac.zip |
Don't #include e-name-western.h, since the code that uses it is commented
* message-list.c: Don't #include e-name-western.h, since the code
that uses it is commented out, and we want to remove the local
copy, but we don't want to make the mailer depend on the e-d-s
copy if it's not even going to be using it.
svn path=/trunk/; revision=23230
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/message-list.c | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b113f7cf5f..46b6a9fec5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-11-07 Dan Winship <danw@ximian.com> + + * message-list.c: Don't #include e-name-western.h, since the code + that uses it is commented out, and we want to remove the local + copy, but we don't want to make the mailer depend on the e-d-s + copy if it's not even going to be using it. + 2003-11-07 JP Rosevear <jpr@ximian.com> * Makefile.am: build the marshall files right at the beginning diff --git a/mail/message-list.c b/mail/message-list.c index e58ae5acfc..a16c40f265 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -50,7 +50,6 @@ #include <camel/camel-file-utils.h> #include <camel/camel-folder.h> #include <camel/camel-folder-thread.h> -#include <e-util/ename/e-name-western.h> #include <e-util/e-memory.h> #include "filter/filter-label.h" |