blob: 94af6df0801065695caec536e673c2832f8662ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-al,v 1.8 2006/04/11 13:26:01 tron Exp $
--- pop_lib.c.orig 2005-12-26 06:28:37.000000000 -0800
+++ pop_lib.c 2005-12-26 06:28:40.000000000 -0800
@@ -155,8 +155,10 @@
if (!pop_data->expire)
msg = _("Unable to leave messages on server.");
+/*
if (!pop_data->cmd_top)
msg = _("Command TOP is not supported by server.");
+*/
if (!pop_data->cmd_uidl)
msg = _("Command UIDL is not supported by server.");
break;
|