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

Diff of /mailutils/mailbox/muerrno.c

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

revision 1.13 by gray, Fri Aug 29 19:10:06 2003 UTC revision 1.14 by polak, Thu Sep 4 11:41:11 2003 UTC
# Line 1  Line 1 
1  /* GNU Mailutils -- a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4     This library is free software; you can redistribute it and/or     This library is free software; you can redistribute it and/or
5     modify it under the terms of the GNU Lesser General Public     modify it under the terms of the GNU Lesser General Public
# Line 81  mu_errname (int e) Line 81  mu_errname (int e)
81      EN(MU_ERR_BAD_2047_INPUT);      EN(MU_ERR_BAD_2047_INPUT);
82      EN(MU_ERR_NOUSERNAME);      EN(MU_ERR_NOUSERNAME);
83      EN(MU_ERR_NOPASSWORD);      EN(MU_ERR_NOPASSWORD);
84    
85        EN(MU_ERR_UNSAFE_PERMS);
86    }    }
87    
88    return "SYSTEM ERROR";    return "SYSTEM ERROR";
# Line 132  mu_strerror (int e) Line 134  mu_strerror (int e)
134    
135      ES(MU_ERR_NOUSERNAME,       _("User name is not supplied"));      ES(MU_ERR_NOUSERNAME,       _("User name is not supplied"));
136      ES(MU_ERR_NOPASSWORD,       _("User password is not supplied"));      ES(MU_ERR_NOPASSWORD,       _("User password is not supplied"));
137    
138        ES(MU_ERR_UNSAFE_PERMS,     _("Unsafe file permissions. Set 0600."));
139    }    }
140    
141    return strerror (e);    return strerror (e);
142  }  }
143    
   

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

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