Hi Sergey! On Thu, Sep 09, 2010 at 11:19:41AM +0300, Sergey Poznyakoff wrote: > I am pleased to announce the release of GNU Mailutils 2.2. This is > primarily a bug-fix release. See NEWS below for details.
Congrats on this new release! To celebrate, here's the first round of pointless patches. :) I'm (still) learning my way through git, and git send-email doesn't seem to like me today. I'm attaching a patch to fix a trivial typo in imapd. I have just uploaded 2.2 to Debian (however it won't make it for squeeze, as the freeze is in effect already). I'll soon know if there are any build/testsuite problems in any of the exotic architectures. I've detected a problem with libmu_scm/mailutils.scm.in. As you'll see in the distributed tarball, the generated mailutils.scm is not being updated; this breaks sieve.scm. I have looked at Makefile.am and have been unable to spot, at first glance, where the error lies, so I've temporarily hardcoded the values in the package. Adéu! Jordi -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ [email protected] [email protected] http://www.sindominio.net/ GnuPG public key information available at http://oskuro.net/
commit 24400fed666e60fffd4b64ade627b8e6b1c9ca38 Author: Jordi Mallach <[email protected]> Date: Tue Sep 14 13:31:26 2010 +0200 Fix spelling of "message". Signed-Off-By: Jordi Mallach <[email protected]> diff --git a/imap4d/select.c b/imap4d/select.c index dcf3fe0..a7cd720 100644 --- a/imap4d/select.c +++ b/imap4d/select.c @@ -113,7 +113,7 @@ imap4d_select_status () util_out (RESP_OK, "[UIDNEXT %lu] Predicted next uid", (unsigned long) uidnext); if (unseen) - util_out (RESP_OK, "[UNSEEN %lu] first unseen messsage ", + util_out (RESP_OK, "[UNSEEN %lu] first unseen message ", (unsigned long) unseen); util_out (RESP_NONE, "FLAGS (%s)", mflags); /* FIXME:
signature.asc
Description: Digital signature
_______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
