Mutt | 1 Aug 15:46

Re: [Mutt] #3286: manual.txt does not contain accented characters

#3286: manual.txt does not contain accented characters
---------------------+------------------------------------------------------
  Reporter:  vinc17  |       Owner:  pdmef 
      Type:  defect  |      Status:  closed
  Priority:  major   |   Milestone:        
 Component:  doc     |     Version:  1.5.20
Resolution:  fixed   |    Keywords:        
---------------------+------------------------------------------------------
Changes (by Rocco Rutte <pdmef <at> gmx.net>):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [29727d19634a]) Manual: use full names for &eacute; and &egrave;
 entities. Closes #3286.

 This is necessary because we want to install a us-ascii manual.txt
 that would contain only "e" instead of accented characters.

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3286#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Stephen Hunt | 1 Aug 22:04

Re: mutt problem

On Tue, Jul 21, 2009 at 06:45:44PM -0500, Brendan Cully wrote:
> On Monday, 20 July 2009 at 21:27, Stefan Petrea wrote:
> >
> >
> > I think this is a bug.
> > If I leave my mutt(set up with gmail for IMAP) open for more than 4-5 minutes untouched
> > all my messages disappear from the screen and on the bottom of the screen I get this error
> > "tls_socket_read (A TLS packet with unexpected length was received".
> >
> > Is there a patch fixing this or something ?
> 
> Your server is hanging up on you, or a NAT firewall in between is
> dropping your connection. Try lowering $imap_keepalive to something
> like 120.

I have this same exact problem.  I have tried several different settings
of $imap_keepalive from 10 - 200 but this still happens.  I've used mutt
to connect to imap/imaps servers in the past without this problem; it's
only come up in the last few months.

*shrug*


Vincent Lefevre | 2 Aug 00:08
Gravatar

Re: mutt problem

On 2009-08-01 20:04:01 +0000, Stephen Hunt wrote:
> On Tue, Jul 21, 2009 at 06:45:44PM -0500, Brendan Cully wrote:
> > On Monday, 20 July 2009 at 21:27, Stefan Petrea wrote:
> > > If I leave my mutt(set up with gmail for IMAP) open for more
> > > than 4-5 minutes untouched all my messages disappear from the
> > > screen and on the bottom of the screen I get this error
> > > "tls_socket_read (A TLS packet with unexpected length was received".
[...]
> I have this same exact problem.  I have tried several different settings
> of $imap_keepalive from 10 - 200 but this still happens.  I've used mutt
> to connect to imap/imaps servers in the past without this problem; it's
> only come up in the last few months.

A similar problem to the following one?

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348046

In my case, this was related to a lack of entropy.

--

-- 
Vincent Lefèvre <vincent <at> vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

Brendan Cully | 2 Aug 09:00
Gravatar

mutt: new changeset

New changeset in mutt:

http://dev.mutt.org/hg/mutt/rev/29727d19634a
changeset:   6004:29727d19634a
branch:      HEAD
tag:         tip
user:        Rocco Rutte <pdmef <at> gmx.net>
date:        Sat Aug 01 15:16:01 2009 +0200
summary:     Manual: use full names for &eacute; and &egrave; entities. Closes #3286.

--

-- 
Repository URL: http://dev.mutt.org/hg/mutt

Mutt | 3 Aug 05:12

Re: [Mutt] #3312: Wrong parsing of MH dirs and sequences

#3312: Wrong parsing of MH dirs and sequences
-------------------------+--------------------------------------------------
  Reporter:  JohanD      |       Owner:  mutt-dev                
      Type:  defect      |      Status:  new                     
  Priority:  major       |   Milestone:                          
 Component:  maildir/mh  |     Version:  1.5.20                  
Resolution:              |    Keywords:  MH unseen sequence patch
-------------------------+--------------------------------------------------

Comment(by JohanD):

 my bad,

 the first time I read the code, the bug #3308 was still there, I got lost
 and couldn't not figure it out what you were trying to do with all the
 dereferences.
 I guess I've still to understand how to use '*' and '&' in C. ,-)

 Anyway, you're right, the two last hunks are useless. I've just checked
 and mutt run fine without them.

 sorry for the trouble,
 Johan

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3312#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

(Continue reading)

Mutt | 4 Aug 12:08

Re: [Mutt] #3312: Wrong parsing of MH dirs and sequences

#3312: Wrong parsing of MH dirs and sequences
-------------------------+--------------------------------------------------
  Reporter:  JohanD      |       Owner:  mutt-dev                
      Type:  defect      |      Status:  closed                  
  Priority:  major       |   Milestone:                          
 Component:  maildir/mh  |     Version:  1.5.20                  
Resolution:  fixed       |    Keywords:  MH unseen sequence patch
-------------------------+--------------------------------------------------
Changes (by Johan D <djo33 <at> free.fr>):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [14bb498c6a1c]) Fix MH parsing, fixes [0698e8195545]. Closes #3312

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3312#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Mutt | 4 Aug 12:49

Re: [Mutt] #3312: Wrong parsing of MH dirs and sequences

#3312: Wrong parsing of MH dirs and sequences
-------------------------+--------------------------------------------------
  Reporter:  JohanD      |       Owner:  mutt-dev                
      Type:  defect      |      Status:  closed                  
  Priority:  major       |   Milestone:                          
 Component:  maildir/mh  |     Version:  1.5.20                  
Resolution:  fixed       |    Keywords:  MH unseen sequence patch
-------------------------+--------------------------------------------------

Comment(by Johan):

 {{{
 ... I'm feeling like I've forgotten something, must be this :

 Thank you for your work on mutt :)
 It's good to see that things keep still moving on (even if some
 naughty bugs appear).

 Kudos to the mutt devs !

 Johan,
 still a bit clumsy with bug reports, but trying to fix this too

 On Tue, Aug 04, 2009 at 10:08:57AM -0000, Mutt wrote:
 }}}

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3312#comment:>
Mutt <http://www.mutt.org/>
The Mutt mail user agent
(Continue reading)

Vincent Lefevre | 4 Aug 18:16
Gravatar

Minor problems in doc/manual.xml.head

Hi,

In doc/manual.xml.head:

<para>
because it simulates that ESC+V was pressed (which is the default
binding of <literal>&lt;collapse-all&gt;</literal>.
</para>

The closing parenthesis is missing.

Also, the manual should be made consistent concerning the spelling
(behavior vs behaviour).

--

-- 
Vincent Lefèvre <vincent <at> vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

Mutt | 4 Aug 19:58

Re: [Mutt] #3233: Mutt hangs on opening IMAP mailbox

#3233: Mutt hangs on opening IMAP mailbox
---------------------------------+------------------------------------------
  Reporter:  romain.jacquet.dev  |       Owner:  brendan    
      Type:  defect              |      Status:  assigned   
  Priority:  major               |   Milestone:  1.6        
 Component:  IMAP                |     Version:             
Resolution:                      |    Keywords:  imap,freeze
---------------------------------+------------------------------------------
Changes (by romain.jacquet.dev):

 * cc: romain.jacquet.dev <at> free.Fr (added)
  * status:  infoneeded => assigned

Comment:

 Hi Brendan,

      You're right, set imap_pipeline_depth to 0 solve the problem.
      I'm also thinks that this is a severe IMAP server bug.

      Thanks.

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3233#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Kyle Wheeler | 5 Aug 06:03

Re: mutt problem

On Saturday, August  1 at 08:04 PM, quoth Stephen Hunt:
>>> If I leave my mutt(set up with gmail for IMAP) open for more than 
>>> 4-5 minutes untouched all my messages disappear from the screen 
>>> and on the bottom of the screen I get this error "tls_socket_read 
>>> (A TLS packet with unexpected length was received".

I wonder if a new mutt option, such as $imap_autoreconnect (or 
whatever you wanna call it) would be good, to make mutt recontact the 
remote server if the connection is severed for whatever reason.

I only mention this because the Exchange server at work doesn't seem 
to appreciate long-term idle connections, and appears to prefer that 
IMAP mail clients behave a bit more like POP3 clients.

~Kyle
--

-- 
That it is better 100 guilty Persons should escape than that one 
innocent Person should suffer, is a Maxim that has been long and 
generally approved.
                                                   -- Benjamin Franklin

Gmane