aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 73451207f3..ba49d37224 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,13 @@
2003-02-24 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-session.c (request_password): Make sure m->config_service
+ is non-NULL before using m->config_service->save_passwd since PGP
+ stuff will not have a config_service. Fixes bug #38149.
+
+ * mail-account-gui.c (mail_account_gui_save):
+ s/e_account_list_changed/e_account_list_change - otherwise we get
+ an undefined symbol and we crash :-)
+
* mail-composer-prefs.c (mail_composer_prefs_new_signature): Don't
always append "[script]" to the signature name. Also cleaned up
some memory leakage.