Changeset 5531:32bfe3700b27 for imap

Show
Ignore:
Timestamp:
2008-09-24 03:28:16 (2 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Fix an infinite loop for imap searches

Reported by Emanuele Giaquinta on #mutt.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r5502 r5531  
    17151715            mutt_buffer_addch (buf, ' '); 
    17161716           
    1717           clause = clause->next; 
    17181717        } 
     1718        clause = clause->next; 
    17191719      } 
    17201720