diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-09 10:11:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-09 10:11:09 +0800 |
commit | fabe4f1d8ae42c7bf8f1674c98ef4103e2e53bf0 (patch) | |
tree | d38240727078c7a537a01f3b23abf555f390aa9c /mail/ChangeLog | |
parent | be3def8d200a27d4e5282c8c269ae2c017208cfa (diff) | |
download | gsoc2013-evolution-fabe4f1d8ae42c7bf8f1674c98ef4103e2e53bf0.tar.gz gsoc2013-evolution-fabe4f1d8ae42c7bf8f1674c98ef4103e2e53bf0.tar.zst gsoc2013-evolution-fabe4f1d8ae42c7bf8f1674c98ef4103e2e53bf0.zip |
Now takes a pattern argument to limit files that get copied over (so we
2004-04-08 Jeffrey Stedfast <fejj@ximian.com>
* em-migrate.c (cp_r): Now takes a pattern argument to limit files
that get copied over (so we can limit imap cache to only the
summary files - makes it faster).
svn path=/trunk/; revision=25378
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 717322f11e..e44abda8e2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-04-08 Jeffrey Stedfast <fejj@ximian.com> + * em-migrate.c (cp_r): Now takes a pattern argument to limit files + that get copied over (so we can limit imap cache to only the + summary files - makes it faster). + * mail-account-gui.c (mail_account_gui_build_extra_conf): Fixed up a bit to look nicer and make it closer to HIG compliant. |