diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-12-18 23:27:14 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-12-18 23:27:14 +0800 |
commit | 5eed01a18d9cb0e727563e88e247e344917f9e9f (patch) | |
tree | 54f914e45e1b3d49bcc83531560675d8acdd80f7 /camel/providers | |
parent | 83f5a95caaae7b6b5dc49ccc2e4f1c0279d1c709 (diff) | |
download | gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar.gz gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar.bz2 gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar.lz gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar.xz gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.tar.zst gsoc2013-evolution-5eed01a18d9cb0e727563e88e247e344917f9e9f.zip |
documented.
1999-12-18 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-folder.c (camel_folder_get_summary):
documented.
added the providers/mbox directory. Now that camel-folder
has been cleaned up a bit, the main evolution provider
work can start. The MH provider was only a proof of
concept, and should not be used for the moment.
svn path=/trunk/; revision=1503
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am index b9d97b52d4..6a09262996 100644 --- a/camel/providers/Makefile.am +++ b/camel/providers/Makefile.am @@ -1,3 +1,4 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = MH maildir +SUBDIRS = mbox +# MH maildir |