[git] GpgOL - branch, master, updated. gpgol-2.2.0-165-g223014d

by Andre Heinecke cvs at cvs.gnupg.org
Thu Aug 30 09:46:58 CEST 2018


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  223014d35805145d262aa153f2be2a882eaf1207 (commit)
      from  0e05606f693114b491a74030e7ae54c75738eeae (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 223014d35805145d262aa153f2be2a882eaf1207
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Aug 30 09:45:59 2018 +0200

    Add a debug statement when marking MOSS attachs
    
    * src/mapihelp.cpp (mapi_mark_moss_attach, mapi_body_to_attachment):
    Add debug.

diff --git a/src/mapihelp.cpp b/src/mapihelp.cpp
index f99a729..d9e276d 100644
--- a/src/mapihelp.cpp
+++ b/src/mapihelp.cpp
@@ -2639,6 +2639,9 @@ mapi_mark_moss_attach (LPMESSAGE message, mapi_attach_item_t *item)
   if (!item || item->end_of_table || item->mapipos == -1)
     return -1;
 
+  log_debug ("%s:%s: Marking %i as MOSS attachment",
+             SRCNAME, __func__, item->mapipos);
+
   hr = message->OpenAttach (item->mapipos, NULL, MAPI_BEST_ACCESS, &att);
   memdbg_addRef (att);
   if (FAILED (hr))
@@ -3280,6 +3283,9 @@ mapi_body_to_attachment (LPMESSAGE message)
   if (!instream)
     return -1;
 
+  log_debug ("%s:%s: Creating MOSS body attachment",
+             SRCNAME, __func__);
+
   hr = message->CreateAttach (NULL, 0, &newpos, &newatt);
   if (hr)
     {

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

Summary of changes:
 src/mapihelp.cpp | 6 ++++++
 1 file changed, 6 insertions(+)


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




More information about the Gnupg-commits mailing list