/[mailutils]/mailutils/imap4d/status.c
ViewVC logotype

Diff of /mailutils/imap4d/status.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by gray, Wed Feb 20 15:38:51 2002 UTC revision 1.13 by gray, Fri Feb 22 13:17:59 2002 UTC
# Line 33  struct status_table { Line 33  struct status_table {
33    char *name;    char *name;
34    status_funcp fun;    status_funcp fun;
35  } status_table[] = {  } status_table[] = {
36    "MESSAGES", status_messages,    {"MESSAGES", status_messages},
37    "RECENT", status_recent,    {"RECENT", status_recent},
38    "UIDNEXT", status_uidnext,    {"UIDNEXT", status_uidnext},
39    "UIDVALIDITY", status_uidvalidity,    {"UIDVALIDITY", status_uidvalidity},
40    "UNSEEN", status_unseen,    {"UNSEEN", status_unseen},
41    NULL    { NULL }
42  };  };
43    
44  static status_funcp  static status_funcp
# Line 107  imap4d_status (struct imap4d_command *co Line 107  imap4d_status (struct imap4d_command *co
107            /* Get the status item names.  */            /* Get the status item names.  */
108            while (*sp && *sp != ')')            while (*sp && *sp != ')')
109              {              {
               int err = 1;  
110                status_funcp fun;                status_funcp fun;
111                                
112                util_token (item, sizeof (item), &sp);                util_token (item, sizeof (item), &sp);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26