Commit 8ff4fb1e 8ff4fb1e4d6e739f93e5616d1c9e3d8663eb9772 by Sergey Poznyakoff

Handle undelete_on_startup flag.

1 parent 7c037c17
......@@ -145,6 +145,9 @@ pop3d_user (const char *arg)
pop3d_outf ("+OK opened mailbox for %s\r\n", username);
if (undelete_on_startup)
pop3d_undelete_all ();
/* mailbox name */
{
url_t url = NULL;
......