diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-05 00:36:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-05 00:36:54 +0800 |
commit | b92cd47ad5105869b66b2166e2dafecbf8d29c93 (patch) | |
tree | 4dbb4d18f49594b603155abd4696e1dc286f99d1 /ChangeLog | |
parent | 8a9862a5504e3987af99b9a444ca141736051c4d (diff) | |
download | gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar.gz gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar.bz2 gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar.lz gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar.xz gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.tar.zst gsoc2013-evolution-b92cd47ad5105869b66b2166e2dafecbf8d29c93.zip |
finshed implementation (_delete_messages): implemented.
1999-08-04 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/MH/camel-mh-folder.c (_delete):
finshed implementation
(_delete_messages): implemented.
svn path=/trunk/; revision=1076
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,9 +1,17 @@ +1999-08-04 bertrand <Bertrand.Guiheneuf@aful.org> + + * camel/providers/MH/camel-mh-folder.c (_delete): + finshed implementation + (_delete_messages): implemented. + + 1999-08-04 Robert Brady <rwb197@ecs.soton.ac.uk> * camel/gmime-rfc2047.[ch]: added an implemention of RFC2047 (support for character sets other than US-ASCII in MIME headers). Not actually called from anywhere yet. + 1999-08-03 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/MH/camel-mh-folder.c (_create): |