Changeset 5018:888a57a2b5f2 for imap

Show
Ignore:
Timestamp:
2007-03-23 10:32:29 (21 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
default
Message:

Reset list.name before each list response in folder browser

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/browse.c

    r4791 r5018  
    377377  do 
    378378  { 
     379    list.name = NULL; 
    379380    rc = imap_cmd_step (idata); 
    380381