/head: changeset 71

- Updated changelog with these options offlineimap (2.0.0) unstable;
  urgency=low

- This code is now multithreaded. New config file options control the
  behavior. This can make synchronizing several times faster.

- Fixed the STATUS call to be compatible with Exchange.

- Added the ability to exclude folders.

- If upgrading from 1.0.x, you will need to add maxsyncaccounts to the
  general section and maxconnections to each account sections. There
  is also a new folderfilter option. You can find examples of all of
  these in the new offlineimap.conf example file packaged with the
  distribution.

- The Debian package now properly installs the example
  offlineimap.conf
This commit is contained in:
jgoerzen 2002-07-04 07:16:05 +01:00
parent fd9965eb9d
commit 92c461083e
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ offlineimap (2.0.0) unstable; urgency=low
behavior. This can make synchronizing several times faster.
* Fixed the STATUS call to be compatible with Exchange.
* Added the ability to exclude folders.
* If upgrading from 1.0.x, you will need to add maxsyncaccounts to the
general section and maxconnections to each account sections.
There is also a new folderfilter option.
You can find examples of all of these in the new offlineimap.conf
example file packaged with the distribution.
* The Debian package now properly installs the example offlineimap.conf
file.
-- John Goerzen <jgoerzen@complete.org> Wed, 3 Jul 2002 14:21:32 -0500

View File

@ -73,7 +73,7 @@ binary-indep: build install
dh_installdocs
mv debian/$(PACKAGE)/usr/bin/$(PACKAGE).py \
debian/$(PACKAGE)/usr/bin/$(PACKAGE)
dh_installexamples
dh_installexamples offlineimap.conf
dh_installmenu
# dh_installlogrotate
# dh_installemacsen