summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/pop3d.c')
-rw-r--r--pop3d/pop3d.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index 5a09efc68..1a0394419 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -261,11 +261,6 @@ pop3d_mainloop (int fd, FILE *infile, FILE *outfile)
buf = pop3d_readline (buffer, sizeof (buffer));
pop3d_parse_command (buf, &cmd, &arg);
- /* The mailbox size needs to be check to make sure that we are in
- sync. Some other applications may not respect the *.lock or
- the lock may be stale because downloading on slow modem.
- We rely on the size of the mailbox for the check and bail if out
- of sync. */
if (state == TRANSACTION && !mu_mailbox_is_updated (mbox))
{
static mu_off_t mailbox_size;

Return to:

Send suggestions and report system problems to the System administrator.