commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-3.1.1-57-g80d8b59


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.1.1-57-g80d8b59
Date: Thu, 26 Jan 2017 13:54:40 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=80d8b59a60d9f529801a52271c8c7ebd3c22ace2

The branch, master has been updated
       via  80d8b59a60d9f529801a52271c8c7ebd3c22ace2 (commit)
      from  0648035219293c028b88b5bcb0c08b5c0d541e4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80d8b59a60d9f529801a52271c8c7ebd3c22ace2
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Jan 26 15:50:36 2017 +0200

    Minor fix

-----------------------------------------------------------------------

Summary of changes:
 imap4d/delete.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/imap4d/delete.c b/imap4d/delete.c
index 9a3fbe1..04e304c 100644
--- a/imap4d/delete.c
+++ b/imap4d/delete.c
@@ -44,10 +44,10 @@ imap4d_delete (struct imap4d_session *session,
   if (!name || *name == '\0')
     return io_completion_response (command, RESP_BAD, "Too few arguments");
 
-  /* It is an error to attempt to delele "INBOX or a mailbox
-     name that dos not exists.  */
+  /* It is an error to attempt to delele "INBOX" or a mailbox
+     name that does not exist.  */
   if (mu_c_strcasecmp (name, "INBOX") == 0)
-    return io_completion_response (command, RESP_NO, "Already exist");
+    return io_completion_response (command, RESP_NO, "Cannot remove");
 
   /* Allocates memory.  */
   name = namespace_get_name (name, &record, NULL);


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]