Your message dated Sat, 22 Mar 2008 17:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#472080: fixed in gnubiff 2.2.9-2
has caused the Debian Bug report #472080,
regarding gnubiff: imap error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
472080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472080
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnubiff
Version: 2.2.3-1
Severity: normal
Tags: patch
If there are some new messages in an IMAPS mailbox and a single last
new message after some messages which are not new, gnubiff reports
an error while fetching new messages from such a mailbox.
This is because of badly formed list of new messages to be fetched,
where the uid of the single last new message is missing. Then the
equality check on the number of new messages and messages fetched fails.
A simple fix is attached.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Versions of packages gnubiff depends on:
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii libbonobo2-0 2.14.0-3 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.14.0-5 The Bonobo UI library
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libfam0 2.7.0-12 Client library to control the FAM
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libgcc1 1:4.1.1-21 GCC support library
ii libgconf2-4 2.16.1-1 GNOME configuration database syste
ii libglade2-0 1:2.6.0-4 library to load .glade files at ru
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgnome-keyring0 0.6.0-3 GNOME keyring services library
ii libgnome2-0 2.16.0-2 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.14.0-2 A powerful object-oriented display
ii libgnomeui-0 2.14.1-2 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 1:2.14.2-7 GNOME virtual file-system (runtime
ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii liborbit2 1:2.14.3-0.2 libraries for ORBit2 - a CORBA ORB
ii libpanel-applet2-0 2.14.3-6 library for GNOME 2 panel applets
ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio
ii libpopt0 1.10-3 lib for parsing cmdline parameters
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libssl0.9.8 0.9.8c-4etch1 SSL shared libraries
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-4 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxml2 2.6.27.dfsg-2 GNOME XML library
ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii sox 12.17.9-1 A universal sound sample translato
gnubiff recommends no packages.
-- no debconf information
--
Jan Outrata
diff -Nru gnubiff-2.2.3.old/src/support.h gnubiff-2.2.3/src/support.h
--- gnubiff-2.2.3.old/src/support.h 2006-01-14 23:23:23.000000000 +0100
+++ gnubiff-2.2.3/src/support.h 2008-03-21 22:44:29.000000000 +0100
@@ -129,6 +129,9 @@
if (last > inf_bound)
result << range << last;
+ if ((pos == end) && (last != num))
+ result << sep << num;
+
// Save new number
inf_bound = last = num;
}
--- End Message ---
--- Begin Message ---
Source: gnubiff
Source-Version: 2.2.9-2
We believe that the bug you reported is fixed in the latest version of
gnubiff, which is due to be installed in the Debian FTP archive:
gnubiff_2.2.9-2.diff.gz
to pool/main/g/gnubiff/gnubiff_2.2.9-2.diff.gz
gnubiff_2.2.9-2.dsc
to pool/main/g/gnubiff/gnubiff_2.2.9-2.dsc
gnubiff_2.2.9-2_i386.deb
to pool/main/g/gnubiff/gnubiff_2.2.9-2_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Roland Stigge <[EMAIL PROTECTED]> (supplier of updated gnubiff package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 22 Mar 2008 18:18:29 +0100
Source: gnubiff
Binary: gnubiff
Architecture: source i386
Version: 2.2.9-2
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge <[EMAIL PROTECTED]>
Changed-By: Roland Stigge <[EMAIL PROTECTED]>
Description:
gnubiff - A mail notification program for GNOME (and others)
Closes: 472080
Changes:
gnubiff (2.2.9-2) unstable; urgency=low
.
* src/support.h: Applied IMAP Bugfix by Jan Outrata (Closes: #472080)
Files:
080a989e325cfe022abf68d86958714a 727 mail optional gnubiff_2.2.9-2.dsc
99e5d62d2cf27817cfb19b4427629986 5838 mail optional gnubiff_2.2.9-2.diff.gz
f5ef2afca9e2e09a23a361ecbc5367a2 507722 mail optional gnubiff_2.2.9-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH5UJycaH/YBv43g8RApUlAJ9A9NuS8Zklk45vchKJIZjGnW6X/QCfdA3T
C9TFYXqVhToYnFyo+le5yzA=
=Mdso
-----END PGP SIGNATURE-----
--- End Message ---