[git] GpgOL - branch, master, updated. gpgol-2.3.2-15-g4891416

by Andre Heinecke cvs at cvs.gnupg.org
Mon Feb 11 14:27:47 CET 2019


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  489141670fe292216d230b80bb943c267b5d262b (commit)
       via  536f9cedc07b997d1af2da795bbd2b9affe1ed6e (commit)
      from  cf221afd9d59b803338206544927116c6ca01259 (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 489141670fe292216d230b80bb943c267b5d262b
Author: Andre Heinecke <aheinecke at gnupg.org>
Date:   Mon Feb 11 14:26:48 2019 +0100

    Use better names for our own attachments
    
    * src/mapihelp.h (MIMEATTACHFILENAME, PGPBODYFILENAME): Use
    better file names.
    
    --
    This helps users to understand / analyze issues when they
    introspect or see the hidden attachments due to some bug.

diff --git a/src/mapihelp.h b/src/mapihelp.h
index 4fc34d2..b167b3d 100644
--- a/src/mapihelp.h
+++ b/src/mapihelp.h
@@ -30,13 +30,13 @@
 extern "C" {
 #endif
 /* The filename of the attachment we create as the result of sign or
-   encrypt operations.  Don't change this name as some tests rely on
-   it.  */
-#define MIMEATTACHFILENAME "gpgolXXX.dat"
+   encrypt operations. */
+#define MIMEATTACHFILENAME "GpgOL_MIME_structure.txt"
+
 /* The name of the file we use to store the original body of PGP
    encrypted messages.  Note that PGP/MIME message don't need that
    because Outlook carries them as 2 attachments.  */
-#define PGPBODYFILENAME    "gpgolPGP.dat"
+#define PGPBODYFILENAME    "GpgOL_original_OpenPGP_message.txt"
 
 void log_mapi_property (LPMESSAGE message, ULONG prop, const char *propname);
 int get_gpgololdmsgclass_tag (LPMESSAGE message, ULONG *r_tag);

commit 536f9cedc07b997d1af2da795bbd2b9affe1ed6e
Author: Andre Heinecke <aheinecke at gnupg.org>
Date:   Mon Feb 11 14:26:22 2019 +0100

    Add strings for new config options
    
    * src/addin-options.cpp: Add new strings.

diff --git a/src/addin-options.cpp b/src/addin-options.cpp
index 137d880..393bdaf 100644
--- a/src/addin-options.cpp
+++ b/src/addin-options.cpp
@@ -78,6 +78,16 @@ i18n_noops[] = {
     N_("Searches for X509 certificates automatically and imports them. This option searches in all configured services."),
     /* TRANSLATORS: Part of the config dialog. Warning about privacy leak. */
     N_("<b>Warning:</b> The configured services will receive information about whom you send Emails!"),
+    /* TRANSLATORS: Part of the config dialog. */
+    N_("Also automatically toggles secure if keys with level 0 trust were found."),
+    /* TRANSLATORS: Part of the config dialog. */
+    N_("Also &with untrusted keys"),
+    /* TRANSLATORS: Included means here both attached keys and keys from the
+     * headers */
+    N_("&Import any keys included in mails.");
+    /* TRANSLATORS: Included means here both attached keys and keys from the
+     * headers */
+    N_("Import OpenPGP keys from mail attachments or from mail headers.");
 
     /* Not options but strings for the key adder */
     /* TRANSLATORS: Part of address book key configuration dialog.

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

Summary of changes:
 src/addin-options.cpp | 10 ++++++++++
 src/mapihelp.h        |  8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)


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




More information about the Gnupg-commits mailing list