3b647d65be
Modify the UI:acct and acctdone functions to keep tab of the time inbetween. Put self.ui.acct() and acctdone() at the right places in accounts.py so that the timing happens at the right places. While modifying that loop, flatten the nested try: try: except: finally: constructs, we require python 2.5 now which copes with that. At the end of each account sync you will now see something like: *** Finished account 'test' in 0:05 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
29 lines
599 B
ReStructuredText
29 lines
599 B
ReStructuredText
=========
|
|
ChangeLog
|
|
=========
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
others.
|
|
|
|
`WIP (coming releases)`
|
|
=======================
|
|
|
|
New Features
|
|
------------
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Indicate progress when copying many messages (slightly change log format)
|
|
|
|
* Output how long an account sync took (min:sec).
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Syncing multiple accounts in single-threaded mode would fail as we try
|
|
to "register" a thread as belonging to two accounts which was
|
|
fatal. Make it non-fatal (it can be legitimate).
|