diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-24 23:16:09 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-24 23:16:09 +0800 |
commit | 8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e (patch) | |
tree | 7c5adb807b426de2ad3730f664f7c54cb94b09fa /camel/ChangeLog | |
parent | 34057bd1f00badee56d631c7c39f13b2731e08f5 (diff) | |
download | gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar.gz gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar.bz2 gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar.lz gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar.xz gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.tar.zst gsoc2013-evolution-8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e.zip |
Remove camel_folder_get_message_uid, which was not used, and not
* camel-folder.[ch]: Remove camel_folder_get_message_uid, which
was not used, and not implemented by any provider.
* providers/nntp/camel-nntp-folder.c: Remove get_message_uid
non-implementation.
svn path=/trunk/; revision=4292
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 390686a5c7..9e87b1ece4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2000-07-24 Dan Winship <danw@helixcode.com> + * camel-folder.[ch]: Remove camel_folder_get_message_uid, which + was not used, and not implemented by any provider. + + * providers/nntp/camel-nntp-folder.c: Remove get_message_uid + non-implementation. + * camel-folder-pt-proxy.[ch], camel-arg-collector.c, camel-marshal-utils.[ch]: Bye bye bye. |