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-2.2-567-ga940c38


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-567-ga940c38
Date: Sat, 21 Jan 2012 22:49:38 +0000

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 <address@hidden>
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



reply via email to

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