[Gpg4win-commits] r775 - in trunk: . patches patches/gpgol

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 18 10:24:20 CEST 2008


Author: werner
Date: 2008-04-18 10:24:20 +0200 (Fri, 18 Apr 2008)
New Revision: 775

Added:
   trunk/patches/gpgol/
   trunk/patches/gpgol/01-always-decrypt.patch
Modified:
   trunk/Makefile.am
Log:
Always decrypt.


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2008-04-16 18:06:31 UTC (rev 774)
+++ trunk/Makefile.am	2008-04-18 08:24:20 UTC (rev 775)
@@ -60,6 +60,7 @@
 	patches/gpgme/01-gpg2.patch \
         patches/gnupg-1.4.8/01-gpgconf-list.patch \
 	patches/winpt/01-gpg-path.patch \
+	patches/gpgol/01-always-encrypt.patch \
 	patches/gnupg2-2.0.9/01-close-all-handle.patch \
 	patches/gnupg2-2.0.9/02-de.po-fix.patch \
 	patches/gnupg2-2.0.9/03-i18n+etc.patch \

Added: trunk/patches/gpgol/01-always-decrypt.patch
===================================================================
--- trunk/patches/gpgol/01-always-decrypt.patch	2008-04-16 18:06:31 UTC (rev 774)
+++ trunk/patches/gpgol/01-always-decrypt.patch	2008-04-18 08:24:20 UTC (rev 775)
@@ -0,0 +1,22 @@
+#! /bin/sh
+patch -p0 -f $* < $0
+exit $?
+
+
+
+--- src/message-events.cpp      (revision 247)
++++ src/message-events.cpp      (working copy)
+@@ -127,6 +127,11 @@
+        shows a grey window with a notice that the message can't be 
+        shown due to active content.  */  
+ 
++  /* The is_inspector_display function is not reliable enough.
++     Missing another solution we set it to true for now with the
++     result that the preview decryption can't be disabled.  */
++  m_gotinspector = 1;
++  
+   if (m_gotinspector || opt.preview_decrypt)
+     {
+       eecb->GetObject (&mdb, (LPMAPIPROP *)&message);
+
+


Property changes on: trunk/patches/gpgol/01-always-decrypt.patch
___________________________________________________________________
Name: svn:executable
   + *



More information about the Gpg4win-commits mailing list