diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-21 03:48:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-21 03:48:03 +0800 |
commit | 19b195d9e8daa7a9ea36abb8388ffdb6eb578829 (patch) | |
tree | c7c97937a3bd632c64ca441315f7d2975ba7700c /mail/ChangeLog | |
parent | 254104e3129ae52a820860bdd0e4bdc76e69511c (diff) | |
download | gsoc2013-evolution-19b195d9e8daa7a9ea36abb8388ffdb6eb578829.tar.gz gsoc2013-evolution-19b195d9e8daa7a9ea36abb8388ffdb6eb578829.tar.zst gsoc2013-evolution-19b195d9e8daa7a9ea36abb8388ffdb6eb578829.zip |
New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAP
2004-01-20 Jeffrey Stedfast <fejj@ximian.com>
* em-migrate.c (em_migrate_imap_caches_1_4): New function to
migrate the imap cache.
(em_migrate_1_4): Migrate the IMAP cache. Fixes bug #52985.
svn path=/trunk/; revision=24330
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5b349892f2..cfe04b165a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-01-20 Jeffrey Stedfast <fejj@ximian.com> + * em-migrate.c (em_migrate_imap_caches_1_4): New function to + migrate the imap cache. + (em_migrate_1_4): Migrate the IMAP cache. Fixes bug #52985. + * mail-session.c (request_password): Changed the logic of the visibility of the passwd text so that we hid ethe passwd if the flags have the SECRET bit set. |