[git] GpgOL - branch, master, updated. gpgol-2.0.3-10-gd21d404

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 27 13:58:44 CET 2017


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 "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  d21d404bb975c814809b6570f5a6628086178ead (commit)
      from  469a81471800d49401c9d3b4657c1ae8a7e8c7f6 (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 d21d404bb975c814809b6570f5a6628086178ead
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 27 13:58:15 2017 +0100

    Make it compile
    
    --
    Move on. Nothing to see here. :-P

diff --git a/src/mail.cpp b/src/mail.cpp
index 60c4265..e2e9ca5 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -1042,7 +1042,7 @@ Mail::update_oom_data ()
   if (m_is_html_alternative)
     {
       log_debug ("%s:%s: Is html alternative mail.", SRCNAME, __func__);
-      const char * html_body = get_oom_string (m_mailitem, "HTMLBody")
+      const char * html_body = get_oom_string (m_mailitem, "HTMLBody");
       if (html_body)
         {
           m_html_body = html_body;

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

Summary of changes:
 src/mail.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list