bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mailutils imap4d 20020713 problems


From: Sergey Poznyakoff
Subject: Re: mailutils imap4d 20020713 problems
Date: Tue, 23 Jul 2002 21:36:27 +0300

Hi, Jordy

Thanks for noticing. Please try the version from the CVS. Just in
case, the patch is included below.

Regards,
Sergey

Index: comsat/comsat.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/comsat/comsat.c,v
retrieving revision 1.22
diff -p -u -w -b -r1.22 comsat.c
--- comsat/comsat.c     2 May 2002 12:29:37 -0000       1.22
+++ comsat/comsat.c     23 Jul 2002 18:29:44 -0000
@@ -121,7 +121,7 @@ comsatd_parse_opt (int key, char *arg, s
   switch (key)
     {
     case ARGP_KEY_INIT:
-      state->child_inputs[1] = state->input;
+      state->child_inputs[0] = state->input;
       break;
       
     case 'c':
Index: imap4d/imap4d.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/imap4d/imap4d.c,v
retrieving revision 1.22
diff -p -u -w -b -r1.22 imap4d.c
--- imap4d/imap4d.c     11 Apr 2002 10:13:10 -0000      1.22
+++ imap4d/imap4d.c     23 Jul 2002 18:30:01 -0000
@@ -81,7 +81,7 @@ imap4d_parse_opt (int key, char *arg, st
     switch (key)
       {
       case ARGP_KEY_INIT:
-               state->child_inputs[1] = state->input;
+               state->child_inputs[0] = state->input;
        break;
        
       case 'O':
Index: pop3d/pop3d.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/pop3d/pop3d.c,v
retrieving revision 1.46
diff -p -u -w -b -r1.46 pop3d.c
--- pop3d/pop3d.c       11 Apr 2002 10:13:40 -0000      1.46
+++ pop3d/pop3d.c       23 Jul 2002 18:30:11 -0000
@@ -57,11 +57,11 @@ static struct argp argp = {
 };
 
 static const char *pop3d_argp_capa[] = {
-  "common",
-  "license",
   "daemon",
-  "logging",
   "auth",
+  "common",
+  "logging",
+  "license",
   NULL
 };
 
@@ -71,7 +71,7 @@ pop3d_parse_opt (int key, char *arg, str
     switch (key)
       {
       case ARGP_KEY_INIT:
-               astate->child_inputs[1] = astate->input;
+               astate->child_inputs[0] = astate->input;
        break;
 
     default:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]