diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-14 01:35:51 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-14 01:35:51 +0800 |
commit | 54e037a91cf1de9d82f87675e1bf857d90763f4d (patch) | |
tree | 65a5f80979106de683a0ae5b712060eae5c4d1ec /camel/ChangeLog | |
parent | fd982262e8f6b1ce2002641bce8e46e324e60296 (diff) | |
download | gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar.gz gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar.bz2 gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar.lz gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar.xz gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.tar.zst gsoc2013-evolution-54e037a91cf1de9d82f87675e1bf857d90763f4d.zip |
Let people install as non-root, but give them a bigass warning so they're
2001-07-13 Peter Williams <peterw@ximian.com>
* Makefile.am (install-exec-local): Let people install as non-root,
but give them a bigass warning so they're not allowed to complain when
it doesn't work right.
* camel-remote-store.c (sync_remote_folder): New function:
hash table callback.
(remote_disconnect): If cleanly disconnecting, sync our folders. Fixes
deadlocks on exit (folders syncing after store disconnects) and also makes
sense.
svn path=/trunk/; revision=11090
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d5760cc10e..d1abaa0b19 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-07-13 Peter Williams <peterw@ximian.com> + + * Makefile.am (install-exec-local): Let people install as non-root, + but give them a bigass warning so they're not allowed to complain when + it doesn't work right. + + * camel-remote-store.c (sync_remote_folder): New function: + hash table callback. + (remote_disconnect): If cleanly disconnecting, sync our folders. Fixes + deadlocks on exit (folders syncing after store disconnects) and also makes + sense. + 2001-07-13 Jeffrey Stedfast <fejj@ximian.com> * camel-uid-cache.c (camel_uid_cache_new): We now use a structure |