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-647-g796d9ae


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-647-g796d9ae
Date: Mon, 01 Apr 2013 09:17:57 +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=796d9aef17c932732aa9fa79602f8955ac8f7454

The branch, master has been updated
       via  796d9aef17c932732aa9fa79602f8955ac8f7454 (commit)
      from  9be3f81ff2ada509eac8338db68a10a73cf19c51 (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 796d9aef17c932732aa9fa79602f8955ac8f7454
Author: Sergey Poznyakoff <address@hidden>
Date:   Mon Apr 1 12:15:58 2013 +0300

    Bugfix.
    
    * libmailutils/base/amd.c (_amd_update_message): Return
    immediately if the message is not modified. Always use
    initialized value of flg.

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

Summary of changes:
 libmailutils/base/amd.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libmailutils/base/amd.c b/libmailutils/base/amd.c
index 8e563d2..b259270 100644
--- a/libmailutils/base/amd.c
+++ b/libmailutils/base/amd.c
@@ -1288,7 +1288,9 @@ _amd_update_message (struct _amd_data *amd, struct 
_amd_message *mhm,
     flg = mu_message_is_modified (mhm->message);
   else if (mhm->attr_flags & MU_ATTRIBUTE_MODIFIED)
     flg = MU_MSG_ATTRIBUTE_MODIFIED;
-
+  else
+    return 0;
+  
   if (!flg)
     return 0;
 


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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