diff options
author | Milan Crha <mcrha@redhat.com> | 2008-08-28 15:31:43 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-08-28 15:31:43 +0800 |
commit | b693cbeb05a95fd893ef6053548c7aa7300c999a (patch) | |
tree | f99351959940575b4e7e273645208fb7a8359984 /mail/ChangeLog | |
parent | 63bda84ccffbe899abdbefaa0eb476d2343134aa (diff) | |
download | gsoc2013-evolution-b693cbeb05a95fd893ef6053548c7aa7300c999a.tar.gz gsoc2013-evolution-b693cbeb05a95fd893ef6053548c7aa7300c999a.tar.zst gsoc2013-evolution-b693cbeb05a95fd893ef6053548c7aa7300c999a.zip |
** Fix for bug #509647
2008-08-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #509647
* em-folder-utils.c: (emft_copy_folders__exec):
* mail-ops.c: (fetch_mail_exec), (send_queue_exec):
Do not expunge folder when something goes wrong.
svn path=/trunk/; revision=36143
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 855033b555..b90c11f8c7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-08-28 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #509647 + + * em-folder-utils.c: (emft_copy_folders__exec): + * mail-ops.c: (fetch_mail_exec), (send_queue_exec): + Do not expunge folder when something goes wrong. + 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 |