summaryrefslogtreecommitdiff
path: root/imap/src/osdep/nt/mbxnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/osdep/nt/mbxnt.c')
-rw-r--r--imap/src/osdep/nt/mbxnt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/nt/mbxnt.c b/imap/src/osdep/nt/mbxnt.c
index 5ea3b57e..f35bfa6c 100644
--- a/imap/src/osdep/nt/mbxnt.c
+++ b/imap/src/osdep/nt/mbxnt.c
@@ -157,7 +157,8 @@ DRIVER mbxdriver = {
mbx_expunge, /* expunge deleted messages */
mbx_copy, /* copy messages to another mailbox */
mbx_append, /* append string message to mailbox */
- NIL /* garbage collect stream */
+ NIL, /* garbage collect stream */
+ NIL /* renew stream */
};
/* prototype stream */