Package: offlineimap / 7.0.12+dfsg1-2

Metadata

Package Version Patches format
offlineimap 7.0.12+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Do not use the Internet to fetch DTD.patch | (download)

docs/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 do not use the internet to fetch dtd

Use '--nonet' flag in order to prevent xsltproc from using the Internet
to fetch DTDs, entities or documents.

Document the configuration options in the manpage.patch | (download)

docs/offlineimap.txt | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 document the configuration options in the manpage

Document the available configuration option, by pointing to the
/usr/share/doc/offlineimap/examples/offlineimap.conf.gz file.

Acquire lock before updating the CursesLogHandler window.patch | (download)

offlineimap/ui/Curses.py | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 acquire lock before updating the cursesloghandler window

Make sure that we refresh the screen atomically, since the emit()
function may be called by more that one threads at a time.

Also, modify the draw_bannerwin() method which used to fail in case the
window would become too small. Make sure that the provided offsets to
the window.addstr() method are properly bounded.

Closes #160: blinkenlights display is broken
Tested-by: Cyril Brulebois
Tested-by: Gaudenz Steinlin
Signed-off-by: Ilias Tsitsimpis <i.tsitsimpis@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>