Re: [Mutt] #3000: Deleting >50k messages from IMAP boxes fails with
#3000: Deleting >50k messages from IMAP boxes fails with Fatal error:
---------------------+------------------------------------------------------
Reporter: myon | Owner: brendan
Type: defect | Status: reopened
Priority: minor | Milestone: 1.6
Component: IMAP | Version: 1.5.17
Resolution: | Keywords: patch
---------------------+------------------------------------------------------
Comment(by Patrick Welche):
{{{
I'm using
changeset: 5530:ffefb446142c
branch: HEAD
tag: tip
user: Rocco Rutte <pdmef@xxxxxxx>
date: Thu Sep 18 08:28:51 2008 +0200
summary: Fix compiler warnings
NetBSD-4.99.73/i386
I thought that with my patch, mutt_socket_write_d could only return 0 or
-1.
(Or possibly a negative number, but that would say that write wrote more
than
len) (Is mutt_socket_write_d meant to return the number of bytes writen? I
only seem to see tests for <0 or ==-1. If so, just save len before the
while loop and return it if rc!=-1)
set imap_authenticators="digest-md5:cram-md5"
and digest-md5 is always the one used.
Note that all works well for less than about 300 messages - you really
have
to move around lots of messages to see these problems...
Cheers,
Patrick
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3000#comment:>
Mutt <http://www.mutt.org/>
The Mutt mail user agent