On Thu, Jul 17, 2008 at 12:48:14PM +0900, TAKAHASHI Tamotsu wrote:
> * Wed Jul 16 2008 Paul Walker <[EMAIL PROTECTED]>
> > On Wed, Jul 16, 2008 at 02:34:06PM +0900, TAKAHASHI Tamotsu wrote:
> >
> > > +while (mutt_iconv (cd, &ib, &ibl, &ob, &obl, inrepls, outrepl) ==
> > > (size_t)-1)
> > [...
* Thu Jul 17 2008 Derek Martin <[EMAIL PROTECTED]>
> On Thu, Jul 17, 2008 at 12:48:14PM +0900, TAKAHASHI Tamotsu wrote:
> > * Wed Jul 16 2008 Paul Walker <[EMAIL PROTECTED]>
> > > On Wed, Jul 16, 2008 at 02:34:06PM +0900, TAKAHASHI Tamotsu wrote:
> > >
> > > > +while (mutt_iconv (cd, &ib, &ibl
#2897: message counts in mailbox view all zero (IMAP, courier)
Comment (by sideshowbarker):
So I finally got around to trying the patch. Bad news is that it doesn't
have any effect at all in my environment. Neither does the proposed
workaround of including the full imap URLs in my mailboxes li
#3093: query_command forgets full name
I'm using mutt's external query command. I recently switched from version
1.5.13 (where everything
related to the external query command worked fine) to version 1.5.18. With
this version, mailing to an address obtained through the external query
command
On Fri, Jul 18, 2008 at 12:22:22AM +0900, TAKAHASHI Tamotsu wrote:
> > Let's pretend for a moment that we have a case where every character
> > in the input text needs to get converted to a string which has a
> > lenght of ibl * 8 bytes. If I read it correctly, your patch will go
> > into an infi