From f3c6203a63c4b9ff073b06c92cbd7a4175703220 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 28 Apr 2004 18:53:15 +0000 Subject: Duh. If the lookup of si fails, don't use si->display_name in the warning 2004-04-28 Jeffrey Stedfast * em-folder-tree-model.c (em_folder_tree_model_remove_store): Duh. If the lookup of si fails, don't use si->display_name in the warning message. Actually, don't bother with a warning message at all, this is a perfectly valid situation. Fixes bug #57746. * mail-ops.c (mail_send_message): Don't set the Date header here anymore. It has either already been set (when written to the Outbox) or will automagially be set to the current time if a Date hasn't already been set when the transport sends it. Fixes bug #57599. svn path=/trunk/; revision=25670 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 8de4e11651..a1309dbaec 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2004-04-28 Jeffrey Stedfast + * em-folder-tree-model.c (em_folder_tree_model_remove_store): + Duh. If the lookup of si fails, don't use si->display_name in the + warning message. Actually, don't bother with a warning message at + all, this is a perfectly valid situation. Fixes bug #57746. + + * mail-ops.c (mail_send_message): Don't set the Date header here + anymore. It has either already been set (when written to the + Outbox) or will automagially be set to the current time if a Date + hasn't already been set when the transport sends it. Fixes bug + #57599. + * em-composer-prefs.c (sig_add_script_response): Use g_shell_parse_argv() to get the actual script path and then check that we can exec argv[0] rather than treating the entire -- cgit v1.2.3