Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8ff4fb1e
...
8ff4fb1e4d6e739f93e5616d1c9e3d8663eb9772
authored
2003-10-10 08:54:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Handle undelete_on_startup flag.
1 parent
7c037c17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pop3d/user.c
pop3d/user.c
View file @
8ff4fb1
...
...
@@ -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
;
...
...
Please
register
or
sign in
to post a comment