diff options
Diffstat (limited to 'imap/src/osdep/unix/phile.c')
-rw-r--r-- | imap/src/osdep/unix/phile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/phile.c b/imap/src/osdep/unix/phile.c index 85aa8cbb..e930841b 100644 --- a/imap/src/osdep/unix/phile.c +++ b/imap/src/osdep/unix/phile.c @@ -134,7 +134,8 @@ DRIVER philedriver = { phile_expunge, /* expunge deleted messages */ phile_copy, /* copy messages to another mailbox */ phile_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ |