diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-03 03:44:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-03 03:44:09 +0800 |
commit | e625b9324634c01513b9dfafd165e48408b96418 (patch) | |
tree | 6dfcda0857740c8ea2126b941da86b2dd0ac1d76 /mail/ChangeLog | |
parent | 4654c4625e79a0d36ef25d81a0c6f53fcd714837 (diff) | |
download | gsoc2013-evolution-e625b9324634c01513b9dfafd165e48408b96418.tar.gz gsoc2013-evolution-e625b9324634c01513b9dfafd165e48408b96418.tar.zst gsoc2013-evolution-e625b9324634c01513b9dfafd165e48408b96418.zip |
Since POP3 doesn't implement get_message_info, we need to check for info
2000-09-02 Jeffrey Stedfast <fejj@helixcode.com>
* mail-tools.c (mail_tool_move_folder_contents): Since POP3
doesn't implement get_message_info, we need to check for info to
be NULL. In this case, we need to make our own info structure to
pass to append_message and then remember to free it
afterward. Should we even bother with get_message_info? And if so,
should we then implement get_message_info for POP3?
svn path=/trunk/; revision=5182
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bc10c02523..3262a63059 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-09-02 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-tools.c (mail_tool_move_folder_contents): Since POP3 + doesn't implement get_message_info, we need to check for info to + be NULL. In this case, we need to make our own info structure to + pass to append_message and then remember to free it + afterward. Should we even bother with get_message_info? And if so, + should we then implement get_message_info for POP3? + 2000-09-02 Ettore Perazzoli <ettore@helixcode.com> * folder-browser.c (etable_key): Make the `Home' key to move to |