Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b85e6b51
...
b85e6b515f39ff301df3379b616289ee3a6cb4a2
authored
2005-11-16 10:27:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_ERR_CANCELED): New error code.
1 parent
7b65852c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
mailbox/errors
mailbox/errors
View file @
b85e6b5
...
...
@@ -17,6 +17,7 @@
# MA 02110-1301 USA
MU_ERR_FAILURE _("Operation failed")
MU_ERR_CANCELED _("Operation canceled")
MU_ERR_NO_HANDLER _("No registered handler")
MU_ERR_EMPTY_VFN _("Empty virtual function")
...
...
@@ -79,4 +80,4 @@ MU_ERR_NO_RESULT _("No result from the previous query available")
MU_ERR_NO_INTERFACE _("No such interface")
MU_ERR_BAD_FILENAME _("Badly formed file or directory name")
MU_READ_ERROR _("Read error")
\ No newline at end of file
MU_READ_ERROR _("Read error")
...
...
Please
register
or
sign in
to post a comment