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
7684524f
...
7684524f2f17273ace284b6122419b8246b740fc
authored
2003-08-18 12:59:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_abquit): Flush message headers.
1 parent
860af531
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/extra.c
pop3d/extra.c
View file @
7684524
...
...
@@ -89,6 +89,7 @@ pop3d_abquit (int reason)
{
/* Unlock spool */
pop3d_unlock
();
mailbox_flush
(
mbox
,
0
);
mailbox_close
(
mbox
);
mailbox_destroy
(
&
mbox
);
...
...
Please
register
or
sign in
to post a comment