/[mailutils]/mailutils/mailbox/mu_argp.c
ViewVC logotype

Diff of /mailutils/mailbox/mu_argp.c

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

revision 1.22 by polak, Thu Jan 23 11:33:55 2003 UTC revision 1.23 by gray, Sun Jan 26 13:47:02 2003 UTC
# Line 438  mu_common_argp_parser (int key, char *ar Line 438  mu_common_argp_parser (int key, char *ar
438        p = mu_normalize_maildir (mu_path_maildir);        p = mu_normalize_maildir (mu_path_maildir);
439        if (!p)        if (!p)
440          {          {
441            argp_error (state, _("badly formed maildir: %s"), mu_path_maildir);            argp_error (state, _("badly formed mailspool path: %s"), mu_path_maildir);
442          }          }
443        mu_path_maildir = p;        mu_path_maildir = p;
444        break;        break;
# Line 838  mu_build_argp (const struct argp *templa Line 838  mu_build_argp (const struct argp *templa
838        struct argp_child *child = find_argp_child (capa[n]);        struct argp_child *child = find_argp_child (capa[n]);
839        if (!child)        if (!child)
840          {          {
841            mu_error (_("INTERNAL ERROR: requested unknown argp capability %s"),            mu_error (_("INTERNAL ERROR: requested unknown argp capability %s (please report)"),
842                      capa[n]);                      capa[n]);
843            abort ();            abort ();
844          }          }
# Line 891  mu_auth_init () Line 891  mu_auth_init ()
891    extern struct argp_child mu_auth_argp_child;    extern struct argp_child mu_auth_argp_child;
892    if (mu_register_capa ("auth", &mu_auth_argp_child))    if (mu_register_capa ("auth", &mu_auth_argp_child))
893      {      {
894        mu_error (_("INTERNAL ERROR: cannot register argp capability auth"));        mu_error (_("INTERNAL ERROR: cannot register argp capability auth (please report)"));
895        abort ();        abort ();
896      }      }
897  }  }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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