diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/em-subscribe-editor.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cab798afb0..e3abdd617c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-05-10 David Malcolm <dmalcolm@redhat.com> + + * em-subscribe-editor.c (sub_queue_fill_level): Fixed warning + 2004-05-10 Jeffrey Stedfast <fejj@novell.com> * em-mailer-prefs.c (em_mailer_prefs_construct): Default the diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c index f975e02c59..4a11790748 100644 --- a/mail/em-subscribe-editor.c +++ b/mail/em-subscribe-editor.c @@ -411,6 +411,8 @@ sub_queue_fill_level(EMSubscribe *sub, EMSubscribeNode *node) sub_editor_busy(sub->editor, 1); + id = m->msg.seq; + e_thread_put (mail_thread_new, (EMsg *)m); return id; } |