diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-29 02:15:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-29 02:15:17 +0800 |
commit | ad297b39d5335488629bec1517174d7d3b77efc0 (patch) | |
tree | 80ae03f524d89db713de476fd713bcc551c94df9 /camel/providers/imap4/Makefile.am | |
parent | cdb72d1e4b1d907f93d2c8beab579104b6e65f3b (diff) | |
download | gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar.gz gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar.bz2 gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar.lz gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar.xz gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.tar.zst gsoc2013-evolution-ad297b39d5335488629bec1517174d7d3b77efc0.zip |
New source files implementing the CamelFolderSummary class for the new
2004-03-28 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap-summary.[c,h]: New source files
implementing the CamelFolderSummary class for the new IMAP4
implementation.
svn path=/trunk/; revision=25209
Diffstat (limited to 'camel/providers/imap4/Makefile.am')
-rw-r--r-- | camel/providers/imap4/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap4/Makefile.am b/camel/providers/imap4/Makefile.am index c07f943e84..5d75e9abce 100644 --- a/camel/providers/imap4/Makefile.am +++ b/camel/providers/imap4/Makefile.am @@ -25,6 +25,8 @@ libcamelimap4_la_SOURCES = \ camel-imap-specials.h \ camel-imap-stream.c \ camel-imap-stream.h \ + camel-imap-summary.c \ + camel-imap-summary.h \ camel-imap-utils.c \ camel-imap-utils.h |