aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 275ef5dc..4640426f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-18
+
+ * src/account.c: account_find_from_message_file(): added missing
+ NULL terminator of the HeaderEntry array which had introduced
+ crash on re-edit (thanks to Michael Schwendt).
+
2005-03-17
* src/utils.c: strncpy2(): optimized based on Alfons' code.