diff options
Diffstat (limited to 'imap/src/osdep/unix/mtx.c')
-rw-r--r-- | imap/src/osdep/unix/mtx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mtx.c b/imap/src/osdep/unix/mtx.c index bc7f296e..0afa3376 100644 --- a/imap/src/osdep/unix/mtx.c +++ b/imap/src/osdep/unix/mtx.c @@ -143,7 +143,8 @@ DRIVER mtxdriver = { mtx_expunge, /* expunge deleted messages */ mtx_copy, /* copy messages to another mailbox */ mtx_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |