/[mailutils]/mailutils/mail/mail.c
ViewVC logotype

Diff of /mailutils/mail/mail.c

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

revision 1.70 by gray, Wed Jan 22 21:44:15 2003 UTC revision 1.71 by gray, Sun Mar 23 22:49:53 2003 UTC
# Line 173  static const char *mail_capa[] = { Line 173  static const char *mail_capa[] = {
173  };  };
174                                                            
175  static char *  static char *
176  mail_cmdline(void *closure, int cont)  mail_cmdline(void *closure, int cont ARG_UNUSED)
177  {  {
178    char *prompt = (char*) closure;    char *prompt = (char*) closure;
179    char *rc;    char *rc;
180    
   (void)cont;  
   
181    while (1)    while (1)
182      {      {
183        if (util_getenv (NULL, "autoinc", Mail_env_boolean, 0) == 0        if (util_getenv (NULL, "autoinc", Mail_env_boolean, 0) == 0
# Line 498  mail_mainloop (char *(*input) __P((void Line 496  mail_mainloop (char *(*input) __P((void
496  }  }
497    
498  int  int
499  mail_warranty (int argc, char **argv)  mail_warranty (int argc ARG_UNUSED, char **argv ARG_UNUSED)
500  {  {
   (void)argc; (void)argv;  
   
501    fputs (_("GNU Mailutils -- a suite of utilities for electronic mail\n"    fputs (_("GNU Mailutils -- a suite of utilities for electronic mail\n"
502             "Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.\n\n"),             "Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.\n\n"),
503             ofile);             ofile);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

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