aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-11 02:01:45 +0800
committerDan Winship <danw@src.gnome.org>2000-04-11 02:01:45 +0800
commit4d2972e69fdf11e3f058651600c1854bf07ce9da (patch)
tree9fe3ec3bc669da520c358555097b042ec10e309d /camel/ChangeLog
parentfb1e084229a1b879b34611e53371d98a7a397ab2 (diff)
downloadgsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.gz
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.bz2
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.lz
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.xz
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.tar.zst
gsoc2013-evolution-4d2972e69fdf11e3f058651600c1854bf07ce9da.zip
Clarify what provider.protocol, provider.name, and provider.description
* camel-provider.h: Clarify what provider.protocol, provider.name, and provider.description should be. * providers/mbox/camel-mbox-provider.c: * providers/pop3/camel-pop3-provider.c: * providers/sendmail/camel-sendmail-provider.c: * providers/smtp/camel-smtp-provider.c: update protocols, names, and descriptions svn path=/trunk/; revision=2365
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 922c67fe25..db125eaf11 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2000-04-10 Dan Winship <danw@helixcode.com>
+ * camel-provider.h: Clarify what provider.protocol, provider.name,
+ and provider.description should be.
+
+ * providers/mbox/camel-mbox-provider.c:
+ * providers/pop3/camel-pop3-provider.c:
+ * providers/sendmail/camel-sendmail-provider.c:
+ * providers/smtp/camel-smtp-provider.c: update protocols, names,
+ and descriptions
+
* providers/mbox/camel-mbox-folder.c (_get_message_by_number):
implement get_message_by_number for the mail fetch code.