[git] GpgOL - branch, nomapi, updated. gpgol-1.4.0-118-ga206668

by Andre Heinecke cvs at cvs.gnupg.org
Mon Oct 24 20:20:54 CEST 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, nomapi has been updated
       via  a20666844db52b53ea082934a304e7e90f687acc (commit)
      from  d90adfc3d5e7b8aed8040f483a91914771ba2429 (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 a20666844db52b53ea082934a304e7e90f687acc
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Oct 24 20:19:48 2016 +0200

    Clarify and spellfix update_sigstate comments
    
    * src/mail.cpp (Mail::update_sigstate): Clarify comments and
    fix spelling.

diff --git a/src/mail.cpp b/src/mail.cpp
index 4a5c67e..a3c54e9 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -1007,12 +1007,12 @@ Mail::update_sigstate ()
                          SRCNAME, __func__);
               continue;
             }
-          /* GnuPG uses the encrypt cound to determine validity.
+          /* GnuPG uses the encrypt count to determine validity.
              This does not make sense for us. E.g. Drafts may have
              been encrypted and encryption is no communication so
-             it does not track communication.
-             So basically "Our" Tofu validity is then more then 10 messages
-             have been exchanged. */
+             it does not track communication history or consistency.
+             So basically "our" tofu validity is that more then 10 messages
+             have been exchanged. Which was the original code in GnuPG */
           if (!tofu.isNull() && tofu.signCount() <= GPGOL_BASIC_TOFU_TRUST) {
               log_debug ("%s:%s: Tofu signcount too small.",
                          SRCNAME, __func__);

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

Summary of changes:
 src/mail.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


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




More information about the Gnupg-commits mailing list