diff options
author | EDT 2000 Jeffrey Stedfast <fejj@stampede.org> | 2000-04-07 11:49:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-04-07 11:49:48 +0800 |
commit | a032d78dae4f92c8ecac08f652d823ab32bc991d (patch) | |
tree | 52a342f74416cde3a5b017f9edf7bc5c4ff7cef2 /camel/providers/Makefile.am | |
parent | 0bdfacc11b13377cf8cb694f41e9571539762106 (diff) | |
download | gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar.gz gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar.bz2 gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar.lz gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar.xz gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.tar.zst gsoc2013-evolution-a032d78dae4f92c8ecac08f652d823ab32bc991d.zip |
o Added smtp/ to providers tree under camel o Added makefiles and source
Thu Apr 6 22:56:44 EDT 2000 Jeffrey Stedfast <fejj@stampede.org>
o Added smtp/ to providers tree under camel
o Added makefiles and source for an smtp module (untested as of yet)
svn path=/trunk/; revision=2317
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index fd6df57e10..7c520a8b8b 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox pop3 sendmail +SUBDIRS = mbox pop3 sendmail smtp # these ones are disabled for the moment. -# MH maildir +# MH maildir imap smtp |