diff options
Diffstat (limited to 'imap/src/osdep/unix/mix.c')
-rw-r--r-- | imap/src/osdep/unix/mix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mix.c b/imap/src/osdep/unix/mix.c index 20d2b012..d2b5c71b 100644 --- a/imap/src/osdep/unix/mix.c +++ b/imap/src/osdep/unix/mix.c @@ -207,7 +207,8 @@ DRIVER mixdriver = { mix_expunge, /* expunge deleted messages */ mix_copy, /* copy messages to another mailbox */ mix_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |