Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a6c128be
...
a6c128be79cce933ca3e2ace2c4b86a87552a71b
authored
2001-08-03 19:21:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed ENOTSUP to ENOSYS
1 parent
21f1f959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/folder_imap.c
mailbox/folder_imap.c
View file @
a6c128b
...
...
@@ -324,7 +324,7 @@ folder_imap_open (folder_t folder, int flags)
{
/* No other type of Authentication is supported yet. */
/* What can we do ? flag an error ? */
CHECK_ERROR_CLOSE
(
folder
,
f_imap
,
ENO
TSUP
);
CHECK_ERROR_CLOSE
(
folder
,
f_imap
,
ENO
SYS
);
}
}
f_imap
->
state
=
IMAP_AUTH
;
...
...
Please
register
or
sign in
to post a comment