diff options
Diffstat (limited to 'imap/src/osdep/unix/mx.c')
-rw-r--r-- | imap/src/osdep/unix/mx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mx.c b/imap/src/osdep/unix/mx.c index 3f90ab9e..54ea6ecb 100644 --- a/imap/src/osdep/unix/mx.c +++ b/imap/src/osdep/unix/mx.c @@ -148,7 +148,8 @@ DRIVER mxdriver = { mx_expunge, /* expunge deleted messages */ mx_copy, /* copy messages to another mailbox */ mx_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |