Fixes to mail/mail.c and mailbox/folder_imap.c
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment