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=a940c38c3cc0fdbb052101dd65edd22daf811c49

The branch, master has been updated
       via  a940c38c3cc0fdbb052101dd65edd22daf811c49 (commit)
      from  a9460b77406ed63f8d7c0034ee655be4760911a0 (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 a940c38c3cc0fdbb052101dd65edd22daf811c49
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Sun Jan 22 00:50:57 2012 +0200

    Minor fix.
    
    * libproto/mailer/smtp.c (smtp_send_message): Fix typo.

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

Summary of changes:
 libproto/mailer/smtp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libproto/mailer/smtp.c b/libproto/mailer/smtp.c
index 7d92d5e..e14894a 100644
--- a/libproto/mailer/smtp.c
+++ b/libproto/mailer/smtp.c
@@ -467,7 +467,7 @@ smtp_send_message (mu_mailer_t mailer, mu_message_t msg,
       mu_message_lines (msg, &lines) == 0)
     {
       size_t msgsize = size + lines;
-      if (strncmp (size_str, "SIZE=", 5) == 0)
+      if (strncmp (size_str, "SIZE ", 5) == 0)
        {
          size_t maxsize = strtoul (size_str + 5, NULL, 10);
 


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to