diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2000-11-07 04:49:53 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-11-07 04:49:53 +0800 |
commit | d39b0dfc09e9be5866a078c66ad5903a3b5b1e15 (patch) | |
tree | ac849fa6139c98f490a979b6f62bd6df6fbf4ed6 /mail/message-thread.c | |
parent | 3ccbffa051d714ce46ee432ccf1c3643c8699d37 (diff) | |
download | gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar.gz gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar.bz2 gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar.lz gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar.xz gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.tar.zst gsoc2013-evolution-d39b0dfc09e9be5866a078c66ad5903a3b5b1e15.zip |
Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdef
2000-11-06 Kjartan Maraas <kmaraas@gnome.org>
* mail-autofilter.c: Fix up #include <config.h>
* mail-crypto.c: Same here.
* mail-search-dialog.c: Here too.
* main.c: Fix indentation of #ifdef
* message-thread.c: Fix include.
svn path=/trunk/; revision=6422
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r-- | mail/message-thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-thread.c b/mail/message-thread.c index ce05f5e89a..098803e28e 100644 --- a/mail/message-thread.c +++ b/mail/message-thread.c @@ -20,6 +20,7 @@ * USA */ +#include <config.h> #include "camel/camel.h" #include <sys/types.h> #include <unistd.h> |