summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-02 11:04:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-02 11:04:07 +0000
commit12be7d8c26495b31e440a2a1217c558b46498662 (patch)
tree349961422dd8ff33e0cd54bdb7e29ca0fa3ce907 /mail
parent74a4478087159a708de6cf5295a66bee91394cf1 (diff)
downloadmailutils-12be7d8c26495b31e440a2a1217c558b46498662.tar.gz
mailutils-12be7d8c26495b31e440a2a1217c558b46498662.tar.bz2
Revise the usage of return codes.
Diffstat (limited to 'mail')
-rw-r--r--mail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/util.c b/mail/util.c
index 06c55e5c9..6fb16388f 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -1269,7 +1269,7 @@ util_get_message (mailbox_t mbox, size_t msgno, message_t *msg)
if (msgno > total)
{
util_error_range (msgno);
- return ENOENT;
+ return MU_ERR_NOENT;
}
status = mailbox_get_message (mbox, msgno, msg);

Return to:

Send suggestions and report system problems to the System administrator.