diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-07 00:39:15 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-07 00:39:15 +0800 |
commit | c4ea7875dc2905496ad07b493ef21242d3443ef8 (patch) | |
tree | 066f4d9ba852ecf8fb139c00a5208784a208b2e6 /mail/ChangeLog | |
parent | c56fade286a72588d221535739afa798d88af634 (diff) | |
download | gsoc2013-evolution-c4ea7875dc2905496ad07b493ef21242d3443ef8.tar.gz gsoc2013-evolution-c4ea7875dc2905496ad07b493ef21242d3443ef8.tar.zst gsoc2013-evolution-c4ea7875dc2905496ad07b493ef21242d3443ef8.zip |
Removed this function, it's not needed anymore.
2001-08-06 Jason Leach <jleach@ximian.com>
* mail-folder-cache.c (make_folder_name): Removed this function,
it's not needed anymore.
(mail_folder_cache_note_folderinfo): Initialize mfi->unread to 0
always, so the shell won't get sent a random int for vtrash or
potentially other folders.
svn path=/trunk/; revision=11699
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 76d6dc6664..c502ff40f9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2001-08-06 Jason Leach <jleach@ximian.com> + * mail-folder-cache.c (make_folder_name): Removed this function, + it's not needed anymore. + (mail_folder_cache_note_folderinfo): Initialize mfi->unread to 0 + always, so the shell won't get sent a random int for vtrash or + potentially other folders. + * message-list.c (message_list_select): Fix a minor glitch with how it started a backwards wraparound at the 2nd to last message, skipping the very last message. |