diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-16 00:11:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-16 00:11:40 +0800 |
commit | 6313647810adb53640b429819dbd50a98aa78fe2 (patch) | |
tree | 86e9bfe25e952b0c2e89ecc4562e6a3aca588254 /camel/ChangeLog | |
parent | c692eb0612942d959dd119063d68741a4694ff00 (diff) | |
download | gsoc2013-evolution-6313647810adb53640b429819dbd50a98aa78fe2.tar.gz gsoc2013-evolution-6313647810adb53640b429819dbd50a98aa78fe2.tar.zst gsoc2013-evolution-6313647810adb53640b429819dbd50a98aa78fe2.zip |
Changed imap_atom_specials[] to not treat ']' as an atom char (as per
2004-04-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-utils.c: Changed imap_atom_specials[]
to not treat ']' as an atom char (as per rfc3501). Fixes bug
#50985.
svn path=/trunk/; revision=25485
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 2598c12153..7710d6f6c3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-04-15 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-utils.c: Changed imap_atom_specials[] + to not treat ']' as an atom char (as per rfc3501). Fixes bug + #50985. + 2004-04-14 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c |