8448d4a61d
the current code doesn't work properly with "make package". - Fix various problems reported by "pkglint".
15 lines
458 B
Text
15 lines
458 B
Text
$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;
|