[27103] in SIPB bug reports
Re: mutt-1.5.14 for Solaris
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sun Mar 18 00:21:41 2007
From jhawk@MIT.EDU Sun Mar 18 04:21:40 2007
Return-Path: <jhawk@MIT.EDU>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 24012 invoked from network); 18 Mar 2007 04:21:40 -0000
Received: from biscayne-one-station.mit.edu (18.7.7.80)
by charon.mit.edu with SMTP; 18 Mar 2007 04:21:40 -0000
Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])
by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id l2I4LZDw007237;
Sun, 18 Mar 2007 00:21:35 -0400 (EDT)
Received: from multics.mit.edu (MULTICS.MIT.EDU [18.187.1.73])
(authenticated bits=56)
(User authenticated as jhawk@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id l2I4LYiO004183
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Sun, 18 Mar 2007 00:21:35 -0400 (EDT)
Received: (from jhawk@localhost) by multics.mit.edu (8.12.9.20060308)
id l2I4LYjd012241; Sun, 18 Mar 2007 00:21:34 -0400 (EDT)
Date: Sun, 18 Mar 2007 00:21:33 -0400
From: John Hawkinson <jhawk@MIT.EDU>
To: bug-sipb@MIT.EDU
Subject: Re: mutt-1.5.14 for Solaris
Message-ID: <20070318042133.GM21087@multics.mit.edu>
References: <20070318040814.GA11988@multics.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20070318040814.GA11988@multics.mit.edu>
User-Agent: Mutt/1.5.12-2006-07-14
X-Scanned-By: MIMEDefang 2.42
X-Spam-Flag: NO
X-Spam-Score: 0.00
Brad Thompson <yak@MIT.EDU> wrote on Sun, 18 Mar 2007
at 00:08:14 -0400 in <20070318040814.GA11988@multics.mit.edu>:
> long to write an email, so I built 1.5.14 and installed nothing but the
> executable itself as /mit/sipb/arch/sun4x_510/bin/mutt-1.5.14. It uses
I've fetched and untarred the source tree, for reference.
Highlights of the ChangeLog follow. Disturbingly the ChangeLog has become
UTF-8.
--jhawk
+2006-08-10 20:20:28 Brendan Cully <brendan@kublai.com> (brendan)
+
+ * imap/imap_private.h, imap/browse.c, imap/command.c,
+ imap/imap.c: Add type field for IMAP command data structure,
+ check it before use.
+
+ * imap/command.c: Handle IMAP out-of-order tagged
+ responses. Closes: #2365.
+
+ * imap/command.c, imap/util.c: Handle literal mailbox names
+ in LIST responses (for Notes). We should really have an IMAP
+ stream tokenizer.
+
+ * imap/command.c: Notes sometimes sends EXISTS messages for the
+ wrong mailbox.
+
+ * imap/message.c: More out-of-order FETCH fixes. This time I wrote
+ a replay tool acting as an IMAP server based on a .muttdebug0
+ file, and mutt handled the out-of-order responses served by it.
+
+ * imap/command.c, imap/message.c: More fixes for out-of-order
+ FETCH responses.
+2006-12-11 02:11:35 Ivan Vilata i Balaguer <ivan@selidor.net> (brendan)
+
+ * po/ca.po: Updated Catalan translation.
+2006-11-15 18:59:27 Rocco Rutte <pdmef@gmx.net> (brendan)
+
+ * pattern.c: Display progress during searches.
+2006-08-11 09:32:29 Thomas Glanzmann <sithglan@stud.uni-erlangen.de> (roessler)
+ * doc/manual.xml.head, mutt.h, pattern.c: Mutt-thread patch. Use
+ ~(PATTERN) to match any threads that contain messages that
+ match PATTERN.
+
+2006-08-10 22:16:11 Brendan Cully <brendan@kublai.com> (brendan)
+
+ * imap/command.c: Unbreak imap_check_subscribed after command
+ data type change.
+
+2006-08-15 08:42:46 Thomas Roessler <roessler@does-not-exist.org> (roessler)
+
+ * doc/devel-notes.txt: Document switch to UTF-8.
+
+ * ChangeLog: Changing ChangeLog to utf-8.