diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-05 04:25:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-05 04:25:39 +0800 |
commit | e707e15af3e4a1bd5493820305bd667e42b32b9b (patch) | |
tree | e432206ed0937ba10af96b3c272cc2adace09ef3 /mail/ChangeLog | |
parent | d44e32c6751458e1e9c57d97129a04197aa2179b (diff) | |
download | gsoc2013-evolution-e707e15af3e4a1bd5493820305bd667e42b32b9b.tar.gz gsoc2013-evolution-e707e15af3e4a1bd5493820305bd667e42b32b9b.tar.zst gsoc2013-evolution-e707e15af3e4a1bd5493820305bd667e42b32b9b.zip |
Add upgrade-mailer.c to the build.
2002-09-04 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Add upgrade-mailer.c to the build.
* upgrade-mailer.c: New program to upgrade configuration files
from 1.0 to 1.2.
svn path=/trunk/; revision=17975
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ebbd0c17f5..4911e47c60 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2002-09-04 Jeffrey Stedfast <fejj@ximian.com> + * Makefile.am: Add upgrade-mailer.c to the build. + + * upgrade-mailer.c: New program to upgrade configuration files + from 1.0 to 1.2. + +2002-09-04 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (mail_generate_reply): Made sure account->id->address is not NULL before adding it to the hash table. This is to prevent bug #29877 from crashing, although it is |