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
2ccbb17f
...
2ccbb17fb7a2eca1bdd4614b9c14b320fc8121a9
authored
2001-11-15 09:26:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed mailbox_destroy_folder kludge
1 parent
0634116c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
comsat/comsat.c
imap4d/append.c
comsat/comsat.c
View file @
2ccbb17
...
...
@@ -447,7 +447,6 @@ notify_user (const char *user, const char *device, const char *path, off_t offse
return
;
}
mailbox_destroy_folder
(
mbox
);
if
((
status
=
mailbox_get_stream
(
mbox
,
&
stream
)))
{
syslog
(
LOG_ERR
,
"can't get stream for mailbox %s: %s"
,
...
...
imap4d/append.c
View file @
2ccbb17
...
...
@@ -104,7 +104,6 @@ imap4d_append0 (mailbox_t mbox, int flags, char *text)
stream_write
(
stream
,
date
,
strlen
(
date
),
0
,
&
len
);
stream_write
(
stream
,
text
,
strlen
(
text
),
len
,
&
len
);
mailbox_destroy_folder
(
tmp
);
mailbox_set_stream
(
tmp
,
stream
);
mailbox_messages_count
(
tmp
,
&
len
);
if
(
len
==
1
)
...
...
Please
register
or
sign in
to post a comment