Commit 7784c43a 7784c43afbbe8d4de630043d29b4b7592c7fbb05 by Sergey Poznyakoff

Updated

1 parent 6af68bc0
2002-12-15 Sergey Poznyakoff
* configure.ac: Raised version number to 0.2
* doc/texinfo/libmuauth.texi: Spellcheck.
* doc/texinfo/libsieve.texi: Likewise.
* TODO: Updated.
2002-12-14 Sergey Poznyakoff
* mail/previous.c: Skip deleted messages
......
......@@ -45,6 +45,11 @@ IMPORTANT:
[mailbox]
- iterator_t is very ineffective. Traversing the list from iterator_first()
till iterator_is_done() takes O(n*(n+1)/2), where n is number of elements
in the list. To reduce this to O(n), iterator_t must keep the address
of the last visited item in the list.
- locking:
- implement a read/write locker_lock() flag so that when MU_LOCKER_WRONLY
......