diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-01 05:08:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-01 05:08:14 +0800 |
commit | 65d4250703d68534210c57f4ed413f95b24390d3 (patch) | |
tree | de878ba3da31ee2d06dd0d8aacc97e83fce6ca2b /camel/ChangeLog | |
parent | f1fdb47bfb023afca50016d8a1f14d506811e83c (diff) | |
download | gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar.gz gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar.bz2 gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar.lz gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar.xz gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.tar.zst gsoc2013-evolution-65d4250703d68534210c57f4ed413f95b24390d3.zip |
Reimplemented. It should now work correctly for most possible VFolder
2000-08-31 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-utils.c (imap_translate_sexp):
Reimplemented. It should now work correctly for most possible
VFolder rules.
svn path=/trunk/; revision=5151
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 7d286ccf31..4c3a60d500 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2000-08-31 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-utils.c (imap_translate_sexp): + Reimplemented. It should now work correctly for most possible + VFolder rules. + +2000-08-31 Jeffrey Stedfast <fejj@helixcode.com> + * providers/imap/camel-imap-store.c (camel_imap_command_extended): Don't save any exceptions caused by camel_imap_folder_changed (camel_imap_fetch_command): Same. |