Changeset 5027:e9451c4c0092 for imap

Show
Ignore:
Timestamp:
2007-03-30 19:22:55 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
default
Message:

Add function pointer for close hook in Context.
Slowly inch towards function pointers instead of switch statements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/imap.c

    r5026 r5027  
    570570  /* once again the context is new */ 
    571571  ctx->data = idata; 
     572  ctx->mx_close = imap_close_mailbox; 
    572573 
    573574  /* Clean up path and replace the one in the ctx */