[git] GpgOL - branch, master, updated. gpgol-1.2.0-15-gcda3411
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Sep 25 15:16:36 CEST 2015
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 cda3411314722326816026b96c858160f8980e7b (commit)
from 4e0526c1f4820da7f399e35c0a76b0d7ca5f1dc7 (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 cda3411314722326816026b96c858160f8980e7b
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Sep 25 15:15:15 2015 +0200
Enable addin for Outlook 2016
* src/gpgoladdin.cpp (GpgolAddin::OnConnection): Whitelist v. 16
--
This is untested but should work.
diff --git a/src/gpgoladdin.cpp b/src/gpgoladdin.cpp
index 9c15fe5..3ade6ea 100644
--- a/src/gpgoladdin.cpp
+++ b/src/gpgoladdin.cpp
@@ -232,7 +232,8 @@ GpgolAddin::OnConnection (LPDISPATCH Application, ext_ConnectMode ConnectMode,
if (!version || !strlen (version) ||
(strncmp (version, "14", 2) &&
- strncmp (version, "15", 2)))
+ strncmp (version, "15", 2) &&
+ strncmp (version, "16", 2)))
{
m_disabled = true;
log_debug ("%s:%s: Disabled addin for unsupported version.",
-----------------------------------------------------------------------
Summary of changes:
src/gpgoladdin.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list