Commit 7646f1b0 7646f1b05a67d007b2d58e86b59e8a439c0c9d8c by Sergey Poznyakoff

(MU_ERR_EXISTS): New error code

1 parent 69c5b270
1 # Error messages for GNU Mailutils 1 # Error messages for GNU Mailutils
2 # Copyright (C) 2005, 2006 Free Software Foundation, Inc. 2 # Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
3 # 3 #
4 # This library is free software; you can redistribute it and/or 4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public 5 # modify it under the terms of the GNU Lesser General Public
...@@ -68,6 +68,7 @@ MU_ERR_PROCESS_UNKNOWN_FAILURE _("Unknown failure while executing subprocess") ...@@ -68,6 +68,7 @@ MU_ERR_PROCESS_UNKNOWN_FAILURE _("Unknown failure while executing subprocess")
68 MU_ERR_CONN_CLOSED _("Connection closed by remote host") 68 MU_ERR_CONN_CLOSED _("Connection closed by remote host")
69 MU_ERR_PARSE _("Parse error") 69 MU_ERR_PARSE _("Parse error")
70 MU_ERR_NOENT _("Requested item not found") 70 MU_ERR_NOENT _("Requested item not found")
71 MU_ERR_EXISTS _("Item already exists")
71 MU_ERR_BUFSPACE _("Not enough buffer space") 72 MU_ERR_BUFSPACE _("Not enough buffer space")
72 73
73 MU_ERR_SQL _("SQL error") 74 MU_ERR_SQL _("SQL error")
......