seancolyer / gmail-crypt

An OpenPGP browser (currently Chrome) extension that integrates tightly with Gmail and does encryption/decryption via Javascript.
Other
219 stars 41 forks source link

Fix from user issue #64

Closed scritch007 closed 10 years ago

scritch007 commented 10 years ago

The from field is not always set. Seems to be set only when multiple accounts are associated within the same gmail account

seancolyer commented 10 years ago

Nice detective work figuring out what was going on! I thought this issue was resolved in something else, but I was able to reproduce and verify your fix. I slightly tweaked your code in 99c314592ff1e458d32cfdd19758f477cf196e30 to use jquery, but looks good!