This bug was so much fun to fix the first time that I decided to
fix it again. 2000-07-11 Dan Winship <danw@helixcode.com> * mail-ops.c (real_send_mail): Set the post_send_data flag rather than toggling it. (Maybe we'll need more control over it later, but for now, the only flag we set is "replied", and we want that set, not toggled.) svn path=/trunk/; revision=5445
This commit is contained in:
@ -1,3 +1,15 @@
|
||||
2000-09-15 Dan Winship <danw@helixcode.com>
|
||||
|
||||
This bug was so much fun to fix the first time that I decided to
|
||||
fix it again.
|
||||
|
||||
2000-07-11 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* mail-ops.c (real_send_mail): Set the post_send_data flag
|
||||
rather than toggling it. (Maybe we'll need more control
|
||||
over it later, but for now, the only flag we set is
|
||||
"replied", and we want that set, not toggled.)
|
||||
|
||||
2000-09-14 Jeffrey Stedfast <fejj@helixcode.com>
|
||||
|
||||
* mail-callbacks.c (transfer_msg): **Temp fix** Send "" as the
|
||||
|
||||
@ -616,7 +616,8 @@ do_send_mail (gpointer in_data, gpointer op_data, CamelException *ex)
|
||||
input->done_uid);
|
||||
camel_folder_set_message_flags (input->done_folder,
|
||||
input->done_uid,
|
||||
input->done_flags, ~set);
|
||||
input->done_flags,
|
||||
input->done_flags);
|
||||
mail_tool_camel_lock_down ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user