diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-07-06 13:03:57 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-07-06 13:03:57 +0800 |
commit | b226c0a68fb89c074b5c5655e9469d692f71c988 (patch) | |
tree | 2025df6152c8c7ec0db7a9de0338112fee9022f5 /mail/Makefile.am | |
parent | 04f148f617112009091abd18b16463033dd322d0 (diff) | |
download | gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar.gz gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar.bz2 gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar.lz gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar.xz gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.tar.zst gsoc2013-evolution-b226c0a68fb89c074b5c5655e9469d692f71c988.zip |
Code for message threading.
2000-07-06 Not Zed <NotZed@HelixCode.com>
* message-thread.[ch]: Code for message threading.
svn path=/trunk/; revision=3916
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index dce2a11a03..e92223bb5b 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -51,6 +51,8 @@ evolution_mail_SOURCES = \ main.c \ message-list.c \ message-list.h \ + message-thread.c \ + message-thread.h \ session.c \ mail.h |