diff options
Diffstat (limited to 'imap/src/osdep/unix/mh.c')
-rw-r--r-- | imap/src/osdep/unix/mh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/mh.c b/imap/src/osdep/unix/mh.c index ebc930e3..ab4449f4 100644 --- a/imap/src/osdep/unix/mh.c +++ b/imap/src/osdep/unix/mh.c @@ -148,7 +148,8 @@ DRIVER mhdriver = { mh_expunge, /* expunge deleted messages */ mh_copy, /* copy messages to another mailbox */ mh_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |