Hi,
  
 I use Enigmail to converse with colleagues that use Symantec PGP Desktop 
with Outlook.
  
 The outlook setup uses "[pgp]" in the subject to decide whether or not to 
encrypt an email.
  
 I would like Enigmail to automatically add "[pgp]" to a subject when 
sending so that the outlook users will automatically encrypt when replying 
to threads.
  
 Would it be possible to add an option to add a configurable string to the 
subject of encrypted mails?
  
 In the meantime, I tried hacking it in myself. I tried adding this to 
enigmailMsgComposeOverlay.js/encryptInline():
  
          if (!gMsgCompose.compFields.subject.match(/\[pgp\]/i)) {
            gMsgCompose.compFields.subject += " [pgp]";
            var subj = document.getElementById("msgSubject");
            subj.value = gMsgCompose.compFields.subject;
        }
  
 but it didn't work. I have to admit, I'm not very experienced in 
javascript or Thunderbird plugins.

  
  
 Regards,
 Pete
  
  

_______________________________________________
enigmail-users mailing list
[email protected]
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to