[git] GpgOL - branch, master, updated. gpgol-1.4.0-203-g5e58582

by Andre Heinecke cvs at cvs.gnupg.org
Thu Dec 1 17:23:30 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  5e58582a83da40ea2b0e234e1a9f638c6ccfd9c7 (commit)
      from  dff5213c6a57984c3a06d2d0289697ffbf872950 (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 5e58582a83da40ea2b0e234e1a9f638c6ccfd9c7
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Dec 1 17:22:05 2016 +0100

    Fix Reply event ID
    
    * src/mailitem-events.cpp (MailEvent): Fix reply id.
    
    --
    This explains why the reply event behaved surprisingly as
    it was actually the ReadComplete event...

diff --git a/src/mailitem-events.cpp b/src/mailitem-events.cpp
index 101e2a8..c23aa9d 100644
--- a/src/mailitem-events.cpp
+++ b/src/mailitem-events.cpp
@@ -66,7 +66,7 @@ typedef enum
     PropertyChange = 0xF009,
     Read = 0xF001,
     ReadComplete = 0xFC8F,
-    Reply = 0xFC8F,
+    Reply = 0xF466,
     ReplyAll = 0xF467,
     Send = 0xF005,
     Unload = 0xFBAD,

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

Summary of changes:
 src/mailitem-events.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