diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-28 05:37:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-28 05:37:49 +0800 |
commit | abd054f4244d020873c031bdc8de0cb7c57ca2c2 (patch) | |
tree | 3aa1d207b594bef0d31d68de5900b671688d4428 /camel/providers/Makefile.am | |
parent | 7b379b8f3b59bafc137054a66ffd40a1e5908971 (diff) | |
download | gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.gz gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.bz2 gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.lz gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.xz gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.tar.zst gsoc2013-evolution-abd054f4244d020873c031bdc8de0cb7c57ca2c2.zip |
keep separate input and output streams so the output doesn't end up being
* providers/pop3/camel-pop3-store.c: keep separate input and
output streams so the output doesn't end up being buffered.
* providers/pop3/camel-pop3-folder.c (get_message_by_number):
finish implementing this.
* providers/Makefile.am (SUBDIRS): Add pop3.
svn path=/trunk/; revision=2196
Diffstat (limited to 'camel/providers/Makefile.am')
-rw-r--r-- | camel/providers/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index ea9b1f3136..fd6df57e10 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = mbox sendmail -# this ones are disabled for the moment. +SUBDIRS = mbox pop3 sendmail + +# these ones are disabled for the moment. # MH maildir |