diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-10 03:14:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-10 03:14:59 +0800 |
commit | 5d297a7ac9855e46e1792096698fa3091754ccc1 (patch) | |
tree | 0c7851c4dc5c1301bb1dad1aec32848fb6d00203 /mail/mail-ops.c | |
parent | b3d0e151a2aaf59c8150d184cdec56db6caa2b11 (diff) | |
download | gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar.gz gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar.bz2 gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar.lz gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar.xz gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.tar.zst gsoc2013-evolution-5d297a7ac9855e46e1792096698fa3091754ccc1.zip |
Set the UID of the message that is being displayed
2000-08-09 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (real_view_msg): Set the UID of the message that is
being displayed
svn path=/trunk/; revision=4655
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 355493d97e..cd6f10f760 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1094,7 +1094,8 @@ real_view_msg (MessageList *ml, const char *uid, gpointer user_data) return; msg = camel_folder_get_message (ml->folder, uid, data->ex); - + + data->fb->message_list->cursor_uid = uid; view = mail_view_create (msg, data->fb); gtk_widget_show (view); |