[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/utils
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-04-28 10:21:29
Message-ID: 1209378089.399283.1648.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 802018 by mutz:

Correct identification tag for clearsigned messages

 M  +2 -1      classify.cpp  


--- trunk/KDE/kdepim/kleopatra/utils/classify.cpp #802017:802018
@@ -101,10 +101,11 @@
         char content[28];
         unsigned int classification;
     } content_classifications[] = {
-        { "MESSAGE",           OpaqueSignature|CipherText|ClearsignedMessage },
+        { "MESSAGE",           OpaqueSignature|CipherText },
         { "PRIVATE KEY BLOCK", ExportedPSM },
         { "PUBLIC KEY BLOCK",  Certificate },
         { "SIGNATURE",         DetachedSignature },
+        { "SIGNED MESSAGE",    ClearsignedMessage },
     };
 
     template <template <typename U> class Op>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic