[git] GpgOL - branch, master, updated. gpgol-1.4.0-167-g9218ee7

by Andre Heinecke cvs at cvs.gnupg.org
Tue Nov 15 11:30:16 CET 2016


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  9218ee793a5b0d26244ba064ae66080db8f83cdd (commit)
      from  b405ba1bddc587ea634182330d6f0d834a0bf75e (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 9218ee793a5b0d26244ba064ae66080db8f83cdd
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Nov 15 11:28:57 2016 +0100

    Ignore UnRead property change notification
    
    * src/mailitem-events.cpp: Ignore UnRead
    
    --
    UnRead is handled, we just ignore the notification.

diff --git a/src/mailitem-events.cpp b/src/mailitem-events.cpp
index 29ff764..2eba0b8 100644
--- a/src/mailitem-events.cpp
+++ b/src/mailitem-events.cpp
@@ -38,6 +38,7 @@ const wchar_t *prop_blacklist[] = {
   L"CC", /* Ditto */
   L"BCC", /* Ditto */
   L"Categories",
+  L"UnRead",
   NULL };
 
 typedef enum

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

Summary of changes:
 src/mailitem-events.cpp | 1 +
 1 file changed, 1 insertion(+)


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




More information about the Gnupg-commits mailing list