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 <g...@gnu.org.ua> 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 _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils