diff options
Diffstat (limited to 'imap/src/osdep/unix/unix.c')
-rw-r--r-- | imap/src/osdep/unix/unix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/unix.c b/imap/src/osdep/unix/unix.c index 74a1ffa9..68f64269 100644 --- a/imap/src/osdep/unix/unix.c +++ b/imap/src/osdep/unix/unix.c @@ -194,7 +194,8 @@ DRIVER unixdriver = { unix_expunge, /* expunge deleted messages */ unix_copy, /* copy messages to another mailbox */ unix_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |