Handle undelete_on_startup flag.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -145,6 +145,9 @@ pop3d_user (const char *arg) | ... | @@ -145,6 +145,9 @@ pop3d_user (const char *arg) |
145 | 145 | ||
146 | pop3d_outf ("+OK opened mailbox for %s\r\n", username); | 146 | pop3d_outf ("+OK opened mailbox for %s\r\n", username); |
147 | 147 | ||
148 | if (undelete_on_startup) | ||
149 | pop3d_undelete_all (); | ||
150 | |||
148 | /* mailbox name */ | 151 | /* mailbox name */ |
149 | { | 152 | { |
150 | url_t url = NULL; | 153 | url_t url = NULL; | ... | ... |
-
Please register or sign in to post a comment