(pop3d_abquit): Flush message headers.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -89,6 +89,7 @@ pop3d_abquit (int reason) | ... | @@ -89,6 +89,7 @@ pop3d_abquit (int reason) |
89 | { | 89 | { |
90 | /* Unlock spool */ | 90 | /* Unlock spool */ |
91 | pop3d_unlock (); | 91 | pop3d_unlock (); |
92 | mailbox_flush (mbox, 0); | ||
92 | mailbox_close (mbox); | 93 | mailbox_close (mbox); |
93 | mailbox_destroy (&mbox); | 94 | mailbox_destroy (&mbox); |
94 | 95 | ... | ... |
-
Please register or sign in to post a comment