--- Encrypt     Wed Mar  8 14:11:25 2006
+++ Encrypt_fixed       Wed Mar  8 14:11:37 2006
@@ -117,9 +117,9 @@
     
     set gpgLines to paragraphs of gpgResult
     repeat with aLine in gpgLines
-        if aLine starts with "pub" then
+        if aLine starts with "uid" then
             -- Remove the dates and id's
-            set theName to (characters 32 thru -1 of aLine) as text
+            set theName to (characters 22 thru -1 of aLine) as text
             set nameList to nameList & theName
             -- Check just the email address
             try


--- Sign & Encrypt      Wed Mar  8 14:11:58 2006
+++ Sign & Encrypt_fixed        Wed Mar  8 14:12:08 2006
@@ -124,9 +124,9 @@
     
     set gpgLines to paragraphs of gpgResult
     repeat with aLine in gpgLines
-        if aLine starts with "pub" then
+        if aLine starts with "uid" then
             -- Remove the dates and id's
-            set theName to (characters 32 thru -1 of aLine) as text
+            set theName to (characters 22 thru -1 of aLine) as text
             set nameList to nameList & theName
             -- Check just the email address
             try

