diff options
author | David Woodhouse <dwmw2@redhat.com> | 2003-12-01 10:10:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-12-01 10:10:49 +0800 |
commit | fae86d46d1328fad31ebf9b6b7840179d96b88a9 (patch) | |
tree | cecea36358e0d06794701146892fb36ea8e1cee5 /camel/ChangeLog | |
parent | a97ac9fb1eca20c4871e588788d7098017736c2d (diff) | |
download | gsoc2013-evolution-fae86d46d1328fad31ebf9b6b7840179d96b88a9.tar.gz gsoc2013-evolution-fae86d46d1328fad31ebf9b6b7840179d96b88a9.tar.zst gsoc2013-evolution-fae86d46d1328fad31ebf9b6b7840179d96b88a9.zip |
Enable GUI option for 'custom command' connection. Don't g_free strings in
2003-11-28 David Woodhouse <dwmw2@redhat.com>
* providers/imap/camel-imap-provider.c: Enable GUI option for
'custom command' connection.
* providers/imap/camel-imap-store.c: Don't g_free strings in
.rodata. It's considered rude.
svn path=/trunk/; revision=23510
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7cf23c5ce0..3854e75f6f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-11-28 David Woodhouse <dwmw2@redhat.com> + + * providers/imap/camel-imap-provider.c: Enable GUI option for + 'custom command' connection. + * providers/imap/camel-imap-store.c: Don't g_free strings in + .rodata. It's considered rude. + 2003-11-28 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (mail_list_magic[]): Added list-unsubscribe |