summaryrefslogtreecommitdiff
path: root/libmailutils/diag/errors
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/diag/errors')
-rw-r--r--libmailutils/diag/errors8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmailutils/diag/errors b/libmailutils/diag/errors
index 869e4146f..03f71b715 100644
--- a/libmailutils/diag/errors
+++ b/libmailutils/diag/errors
@@ -1,3 +1,4 @@
1
1# Error messages for GNU Mailutils 2# Error messages for GNU Mailutils
2# Copyright (C) 2005, 2006, 2007, 2010, 2011 Free Software Foundation, 3# Copyright (C) 2005, 2006, 2007, 2010, 2011 Free Software Foundation,
3# Inc. 4# Inc.
@@ -98,3 +99,10 @@ MU_ERR_URL_MISS_PARTS _("URL missing required parts")
98MU_ERR_URL_EXTRA_PARTS _("URL has parts not allowed by its scheme") 99MU_ERR_URL_EXTRA_PARTS _("URL has parts not allowed by its scheme")
99 100
100MU_ERR_INFO_UNAVAILABLE _("Information is not yet available") 101MU_ERR_INFO_UNAVAILABLE _("Information is not yet available")
102
103# The following are mapped to the corresponding EAI_ errors
104MU_ERR_NONAME _("Name or service not known")
105MU_ERR_BADFLAGS _("Bad value for flags")
106MU_ERR_SOCKTYPE _("Socket type not supported")
107MU_ERR_FAMILY _("Address family not supported")
108MU_ERR_SERVICE _("Requested service not supported")

Return to:

Send suggestions and report system problems to the System administrator.