diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-25 03:52:24 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-25 03:52:24 +0800 |
commit | 37471a4d5261636aea1a330ed2c42db9e665a9f9 (patch) | |
tree | d69efc71dc628fc3acc1d1afbf0c1a89b6ea3c31 /mail/ChangeLog | |
parent | ba232a706ec696459290430ffd35b50536b80ce8 (diff) | |
download | gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar.gz gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar.bz2 gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar.lz gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar.xz gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.tar.zst gsoc2013-evolution-37471a4d5261636aea1a330ed2c42db9e665a9f9.zip |
Start adding progress info; make flag_all_messages camel-safe; make the no new mail dialog more descriptive.
svn path=/trunk/; revision=5016
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9513bc684e..811e918928 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2000-08-24 Peter Williams <peterw@helixcode.com> + + * mail-callbacks.c (mark_all_seen): Don't call camel_folder_get_uids + here. IMAP, for example, will try to communicate with the IMAP + server during that call. + + * mail-ops.c (cleanup_fetch_mail): Tell the user + which URL has no new mail, as they may be checking + more than one source. + (mail_do_flag_all_messages): New function. Flags all of + the messages in a folder. Something of a hack. This merely + extends the flag_messages operation; it doesn't implement + a new one. + (do_flag_messages et al): Fetch the uids if we need to; + use camel_folder_free_uids if necessary, etc. + + * mail-tools.c (mail_tool_move_folder_contents): Add + messages to tell the user what's going on. + 2000-08-24 Christopher James Lahey <clahey@helixcode.com> * folder-browser-factory.c: Fixed some warnings in the uihandler |