diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-04 08:56:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-04 08:56:45 +0800 |
commit | 7ad9e599926815d42e88dc2a9a9037fc860d143c (patch) | |
tree | c916504956411e0decadac84f9bc06e83d18bd9e /mail/ChangeLog | |
parent | 323c4f2062fce5c4d12210bfdf013ec3b058d6df (diff) | |
download | gsoc2013-evolution-7ad9e599926815d42e88dc2a9a9037fc860d143c.tar.gz gsoc2013-evolution-7ad9e599926815d42e88dc2a9a9037fc860d143c.tar.zst gsoc2013-evolution-7ad9e599926815d42e88dc2a9a9037fc860d143c.zip |
call mail_display_set_message with NULL if the message we tried to select
* message-list.c (select_msg): call mail_display_set_message with
NULL if the message we tried to select doesn't exist (probably
meaning we tried to selecte the first message and the folder is
empty.)
* mail-display.c (mail_display_set_message): deal with NULL as an
input (meaning "undisplay previous message and display nothing").
svn path=/trunk/; revision=3879
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 43400bdc09..dea8c9be1e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-07-03 Dan Winship <danw@helixcode.com> + + * message-list.c (select_msg): call mail_display_set_message with + NULL if the message we tried to select doesn't exist (probably + meaning we tried to selecte the first message and the folder is + empty.) + + * mail-display.c (mail_display_set_message): deal with NULL as an + input (meaning "undisplay previous message and display nothing"). + 2000-07-02 Dan Winship <danw@helixcode.com> * mail-ops.c (real_fetch_mail): Remove hack to redisplay the |