Commit 7684524f 7684524f2f17273ace284b6122419b8246b740fc by Sergey Poznyakoff

(pop3d_abquit): Flush message headers.

1 parent 860af531
......@@ -89,6 +89,7 @@ pop3d_abquit (int reason)
{
/* Unlock spool */
pop3d_unlock ();
mailbox_flush (mbox, 0);
mailbox_close (mbox);
mailbox_destroy (&mbox);
......