diff options
Diffstat (limited to 'imap/src/osdep/unix/mmdf.c')
-rw-r--r-- | imap/src/osdep/unix/mmdf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mmdf.c b/imap/src/osdep/unix/mmdf.c index 994c34a3..4a9e9934 100644 --- a/imap/src/osdep/unix/mmdf.c +++ b/imap/src/osdep/unix/mmdf.c @@ -334,7 +334,8 @@ DRIVER mmdfdriver = { mmdf_expunge, /* expunge deleted messages */ mmdf_copy, /* copy messages to another mailbox */ mmdf_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |