diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-20 10:07:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-20 10:07:48 +0800 |
commit | 9053f8159f165d59d230f670f6615b907d88e789 (patch) | |
tree | 5be146d0a66f749ac833d7c2ac9a169d99bb2fb9 /mail/ChangeLog | |
parent | 408266b22e32d386d8b2fd5b50117b1755d0e68b (diff) | |
download | gsoc2013-evolution-9053f8159f165d59d230f670f6615b907d88e789.tar.gz gsoc2013-evolution-9053f8159f165d59d230f670f6615b907d88e789.tar.zst gsoc2013-evolution-9053f8159f165d59d230f670f6615b907d88e789.zip |
** See #58693.
2004-05-20 Not Zed <NotZed@Ximian.com>
** See #58693.
* mail-send-recv.c (mail_autoreceive_setup): add bounds checking
so sloppy ui work wont break it again.
* mail-config.glade: put the minimum for autocheck back to 1
minute. Naughty jeff.
2004-05-19 Not Zed <NotZed@Ximian.com>
* mail-ops.c (send_queue_send): set seen when we set deleted. ?
#56549.
svn path=/trunk/; revision=26002
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0716c34fcd..0f2d5faf5a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-05-20 Not Zed <NotZed@Ximian.com> + + ** See #58693. + + * mail-send-recv.c (mail_autoreceive_setup): add bounds checking + so sloppy ui work wont break it again. + + * mail-config.glade: put the minimum for autocheck back to 1 + minute. Naughty jeff. + 2004-05-19 Chris Toshok <toshok@ximian.com> * importers/pine-importer.c (import_contacts): use the new @@ -21,6 +31,9 @@ 2004-05-19 Not Zed <NotZed@Ximian.com> + * mail-ops.c (send_queue_send): set seen when we set deleted. ? + #56549. + * em-inline-filter.c (emif_add_part): if we end up with an application/octet-stream part, pre-snoop it so we set the right mime type to start with. Fixes #58554. |