Changeset 5401:bba92e401440 for imap

Show
Ignore:
Timestamp:
2008-05-21 23:20:23 (6 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Guard idata->mailbox read in imap_mailbox_state. Closes #3057.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/browse.c

    r5378 r5401  
    229229  } 
    230230 
    231   if (!imap_mxcmp(mx.mbox, idata->mailbox)) 
     231  if (idata->ctx && !imap_mxcmp(mx.mbox, idata->mailbox)) 
    232232  { 
    233233    state->new = idata->ctx->new;