docker-offlineimap/docs
Sebastian Spaeth 89619838b0 Remove weird SigListener class
The SigListener class was used to queue folders that we need to sync and
to receive "resync" and "abort" signals. It was undocumented and weird
and we had to pass "siglisteners" through the whole program.

Simply do away with it, and make 2 functions in the Account() class:
set_abort_event and get_abort_event which can be used to set and check
for such signals. This way we do not need to pass siglisteners all over
the place. Tested Blinkenlights and TTYUI uis to make sure that SIGUSR1
and SIGUSR2 actually still work.

Document those signals in MANUAL.rst. They were completly undocumented.

This simplifies the code and interdependencies by passing less stuff
around. Removes an undocumented and weirdly named class.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-05-08 14:25:16 +02:00
..
dev-doc-src Improve the developer API documentation 2011-05-02 20:16:45 +02:00
FAQ.rst Document a feature in the FAQ 2011-04-03 13:21:07 +02:00
INSTALL.rst INSTALL: explain how to install offlineimap using git 2011-05-04 19:03:35 +02:00
Makefile Add beginnings of sphinx-based code documentation 2011-04-27 18:57:41 +02:00
MANUAL.rst Remove weird SigListener class 2011-05-08 14:25:16 +02:00
UPGRADE.rst doc: migrate from SGML to restructuredtext 2011-01-15 16:48:30 +01:00