diff options
Diffstat (limited to 'imap/src/osdep/unix/tenex.c')
-rw-r--r-- | imap/src/osdep/unix/tenex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/tenex.c b/imap/src/osdep/unix/tenex.c index 2e1a5790..6d8ec011 100644 --- a/imap/src/osdep/unix/tenex.c +++ b/imap/src/osdep/unix/tenex.c @@ -150,7 +150,8 @@ DRIVER tenexdriver = { tenex_expunge, /* expunge deleted messages */ tenex_copy, /* copy messages to another mailbox */ tenex_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |