summaryrefslogtreecommitdiff
path: root/imap/src/osdep/unix/news.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/src/osdep/unix/news.c')
-rw-r--r--imap/src/osdep/unix/news.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/news.c b/imap/src/osdep/unix/news.c
index 51eb2e61..d80ef003 100644
--- a/imap/src/osdep/unix/news.c
+++ b/imap/src/osdep/unix/news.c
@@ -134,7 +134,8 @@ DRIVER newsdriver = {
news_expunge, /* expunge deleted messages */
news_copy, /* copy messages to another mailbox */
news_append, /* append string message to mailbox */
- NIL /* garbage collect stream */
+ NIL, /* garbage collect stream */
+ NIL /* renew stream */
};
/* prototype stream */