Commit 6002717b 6002717b7674ed58f34e54a00865a1834bc67336 by Sergey Poznyakoff

Fixes to mail/mail.c and mailbox/folder_imap.c

1 parent f27fbafc
...@@ -28,6 +28,12 @@ ...@@ -28,6 +28,12 @@
28 28
29 * configure.in: Output guimb/scm/Makefile. 29 * configure.in: Output guimb/scm/Makefile.
30 30
31 * mail/mail.c: Use mailbox_create_default for --file=MBOX.
32 Some calls to exit() were placed *before* issuing diagnostics.
33 Fixed.
34
35 * mailbox/folder_imap.c: Changed ENOTSUP to ENOSYS.
36
31 2001-08-02 Sam Roberts 37 2001-08-02 Sam Roberts
32 38
33 * folder_imap.c: don't pretend to be authorized if we are not, it 39 * folder_imap.c: don't pretend to be authorized if we are not, it
......