diff options
author | Not Zed <NotZed@Ximian.com> | 2003-09-23 09:05:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-09-23 09:05:16 +0800 |
commit | a2d243e391c4e3ecb485bca2238a91812ad8ab07 (patch) | |
tree | 8d815b538759ddb53e14455a40711c3d2bd744b8 /mail/ChangeLog | |
parent | 98cf0ad5f56332f9a8d6bcdf1e0da2f18e656fdd (diff) | |
download | gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.gz gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.bz2 gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.lz gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.xz gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.tar.zst gsoc2013-evolution-a2d243e391c4e3ecb485bca2238a91812ad8ab07.zip |
** See bug #32996
2003-09-22 Not Zed <NotZed@Ximian.com>
** See bug #32996
* mail-folder-cache.c (real_flush_updates): don't just pass TRUE
to the 'can work offline' parameter of new shell folder.
** See bug #39410
* mail-ops.c (prep_offline_do): sync all messages, not just
unread or flagged ones.
svn path=/trunk/; revision=22655
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7f3ff2d92d..f6b600b97e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2003-09-22 Not Zed <NotZed@Ximian.com> + ** See bug #32996 + + * mail-folder-cache.c (real_flush_updates): don't just pass TRUE + to the 'can work offline' parameter of new shell folder. + + ** See bug #39410 + + * mail-ops.c (prep_offline_do): sync all messages, not just + unread or flagged ones. + +2003-09-22 Not Zed <NotZed@Ximian.com> + * em-popup.c (emp_uri_popup_link_copy): removed, moved to em-folder-view, for now, it has access to an invisible. |