Back to the old way to avoid g_warnings, yay. Also fix append to send a
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (real_fetch_mail): Back to the old way to avoid g_warnings, yay. Also fix append to send a flags argument (0) svn path=/trunk/; revision=4139
This commit is contained in:
committed by
Jeffrey Stedfast
parent
bc79d7668d
commit
2ffef2c837
@ -1,7 +1,7 @@
|
||||
2000-07-13 Jeffrey Stedfast <fejj@helixcode.com>
|
||||
|
||||
* mail-ops.c (real_fetch_mail): Back to the old way to avoid
|
||||
g_warnings, yay
|
||||
g_warnings, yay. Also fix append to send a flags argument (0)
|
||||
|
||||
2000-07-12 Chris Toshok <toshok@helixcode.com>
|
||||
|
||||
|
||||
@ -255,7 +255,8 @@ real_fetch_mail (gpointer user_data)
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
camel_folder_append_message (folder, msg, ex);
|
||||
/* append with flags = 0 since this is a new message */
|
||||
camel_folder_append_message (folder, msg, 0, ex);
|
||||
if (camel_exception_get_id (ex) != CAMEL_EXCEPTION_NONE) {
|
||||
async_mail_exception_dialog ("Unable to write message", ex, fb);
|
||||
gtk_object_unref (GTK_OBJECT (msg));
|
||||
|
||||
Reference in New Issue
Block a user