diff options
author | Not Zed <NotZed@Ximian.com> | 2002-08-06 12:11:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-08-06 12:11:33 +0800 |
commit | 8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b (patch) | |
tree | 4a7ec9646e0973af98617108566cda37be07a647 /camel/ChangeLog | |
parent | 5c45e184a45679817e123abb6efcf937d6f50cdc (diff) | |
download | gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar.gz gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar.bz2 gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar.lz gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar.xz gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.tar.zst gsoc2013-evolution-8a030c88e21c4f2bbd8ddf8eebbf3e8d2fe1117b.zip |
Add messageinfo to id table, and store array index in messageinfo too.
2002-08-06 Not Zed <NotZed@Ximian.com>
* providers/pop3/camel-pop3-folder.c (cmd_list): Add messageinfo
to id table, and store array index in messageinfo too.
(fi_to_index): Removed, use index member of messageinfo, fixed
callers.
(cmd_builduid): Parse the headers of the data, and ignore any
status or x-status headers.
(uid_to_fi): Removed, use the hashtable instead.
(id_to_fi): Same.
(cmd_uidl): Add messageinfo to uid table.
(pop3_refresh_info): Setup hash tables, and fill out uid table for
nonuid capable servers.
(pop3_finalize): Destroy hash tables. Only free resources if the
uids table is not null (if finalised before we ran refresh info).
(id_to_fi): Removed. Use id hash table instead, fixed caller.
svn path=/trunk/; revision=17706
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d04a0e4085..ef540ba517 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,20 @@ +2002-08-06 Not Zed <NotZed@Ximian.com> + + * providers/pop3/camel-pop3-folder.c (cmd_list): Add messageinfo + to id table, and store array index in messageinfo too. + (fi_to_index): Removed, use index member of messageinfo, fixed + callers. + (cmd_builduid): Parse the headers of the data, and ignore any + status or x-status headers. + (uid_to_fi): Removed, use the hashtable instead. + (id_to_fi): Same. + (cmd_uidl): Add messageinfo to uid table. + (pop3_refresh_info): Setup hash tables, and fill out uid table for + nonuid capable servers. + (pop3_finalize): Destroy hash tables. Only free resources if the + uids table is not null (if finalised before we ran refresh info). + (id_to_fi): Removed. Use id hash table instead, fixed caller. + 2002-08-05 Jeffrey Stedfast <fejj@ximian.com> * camel.c (camel_init): Always set a g_atexit handler to |