summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-10-10 08:54:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-10-10 08:54:11 +0000
commit8ff4fb1e4d6e739f93e5616d1c9e3d8663eb9772 (patch)
tree6caa99bc17c47d2af9d521721ad28cf483c1cc0a /pop3d
parent7c037c17c624c37c0dc032722da17c6baa81716c (diff)
downloadmailutils-8ff4fb1e4d6e739f93e5616d1c9e3d8663eb9772.tar.gz
mailutils-8ff4fb1e4d6e739f93e5616d1c9e3d8663eb9772.tar.bz2
Handle undelete_on_startup flag.
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/user.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pop3d/user.c b/pop3d/user.c
index b8eec1a65..f89b35f52 100644
--- a/pop3d/user.c
+++ b/pop3d/user.c
@@ -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;

Return to:

Send suggestions and report system problems to the System administrator.