Changeset 5006:aa96e6137c69 for imap

Show
Ignore:
Timestamp:
2007-03-16 11:21:59 (21 months ago)
Author:
Michael Elkins <me@…>
Branch:
default
Message:

Fixed segfault when attempting to open an imaps mailbox when mutt is not configured with SSL support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r4989 r5006  
    344344    break; 
    345345  } 
     346  if (!conn) 
     347          return NULL; /* this happens when the initial connection fails */ 
    346348 
    347349  if (!idata)