Files
pkgsrc-ng/mail/mutt/patches/patch-al
2013-09-26 17:14:40 +02:00

16 lines
458 B
Plaintext

$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;