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
9b34abab
...
9b34ababd275b7b1f9ae76694356fc978043bd3a
authored
2007-07-09 17:31:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fixes
1 parent
aad77411
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
libproto/imap/mbox.c
libproto/imap/mbox.c
View file @
9b34aba
...
...
@@ -296,7 +296,6 @@ mailbox_imap_open (mu_mailbox_t mailbox, int flags)
case
IMAP_NO_STATE
:
{
const
char
*
path
;
size_t
len
;
status
=
mu_url_sget_path
(
folder
->
url
,
&
path
);
if
(
status
==
MU_ERR_NOENT
)
return
0
;
...
...
Please
register
or
sign in
to post a comment