Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / mail / mutt / patches / patch-al
blob0acd3c797aeb416cef49dad584625b0ba6225449
1 $NetBSD$
3 --- pop_lib.c.orig      2005-12-26 06:28:37.000000000 -0800
4 +++ pop_lib.c   2005-12-26 06:28:40.000000000 -0800
5 @@ -155,8 +155,10 @@
6  
7        if (!pop_data->expire)
8         msg = _("Unable to leave messages on server.");
9 +/*
10        if (!pop_data->cmd_top)
11         msg = _("Command TOP is not supported by server.");
12 +*/
13        if (!pop_data->cmd_uidl)
14         msg = _("Command UIDL is not supported by server.");
15        break;