From sasha-lisp at arcocene.org Mon Feb 21 15:54:31 2011 From: sasha-lisp at arcocene.org (Sasha Kovar) Date: Mon, 21 Feb 2011 07:54:31 -0800 Subject: [clonsigna-devel] Some small patches Message-ID: <8762sdqt6w.wl%alx@muted.org> Hi, First, thanks very much for Clonsigna. I'm using it successfully with CCL 1.6 for a small application that displays summaries of new messages in multiple boxes. For that, I needed to add the IMAP LSUB command. I also fixed a bug in quoted-printable decoding for multibyte characters. To trigger: (clonsigna::%quoted-decode "=C3=A1") I put up the repo with patches applied at http://arcocene.org/gitweb/?p=clonsigna.git;a=summary which can be fetched as git clone http://arcocene.org/code/clonsigna.git Hopefully you'll find the patches useful enough to merge into the official tree. I'd be happy to make any changes or put the code on github etc. Just let me know. Thanks, Sasha