1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-23 07:16:38 +02:00
offlineimap/offlineimap/ui
Vincent Beffara f549baa074 UNDO: Synchronize newly created folders both ways
This involves several changes at different places:

- syncfoldersto() takes statusfolder as an argument, and returns the
  list of new folders and the list of folders that should be ingnored,
  typically those that were deleted. Warns the user about folders that
  are present only on one side and are not synced.

- syncfoldersto() is called both ways, and on folder creation
  forgetfolders() is used to rebuild the list and take the new creation
  into account. Probably not the most efficient, since it involves
  talking to the IMAP server again, but it will rarely be used anyway.

- Locally created folders are treated separately in the synchronization,
  namely the local messages are uploaded and then the normal sync still
  occurs. If the same folder is created on both sides and contains
  messages on both sides, a two-way sync occurs.
2007-09-02 01:43:15 +01:00
..
__init__.py Update changelog 2007-07-11 02:50:30 +01:00
Blinkenlights.py Daniel Jacobowitz patches 2007-10-01 22:20:37 +01:00
Curses.py Daniel Jacobowitz patches 2007-10-01 22:20:37 +01:00
debuglock.py Update FSF address 2006-08-12 05:15:55 +01:00
detector.py Machine now runs 2007-07-05 14:21:33 +01:00
Machine.py UNDO: Checkpointing 2007-07-05 14:49:54 +01:00
Noninteractive.py Fixed locked() for noninteractive UIs 2007-10-10 00:12:22 +01:00
TTY.py Update FSF address 2006-08-12 05:15:55 +01:00
UIBase.py UNDO: Synchronize newly created folders both ways 2007-09-02 01:43:15 +01:00