summaryrefslogtreecommitdiff
path: root/mailbox/mailbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/mailbox.c')
-rw-r--r--mailbox/mailbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/mailbox.c b/mailbox/mailbox.c
index 30ec25a21..84fa7977d 100644
--- a/mailbox/mailbox.c
+++ b/mailbox/mailbox.c
@@ -261,7 +261,7 @@ int
mailbox_is_updated (mailbox_t mbox)
{
if (mbox == NULL || mbox->_is_updated == NULL)
- return ENOSYS;
+ return 1;
return mbox->_is_updated (mbox);
}

Return to:

Send suggestions and report system problems to the System administrator.