Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fixing a bug, do not hide multipart/alternative messages that have no…
Browse files Browse the repository at this point in the history
… PGP content
  • Loading branch information
barrydegraaff committed Oct 25, 2015
1 parent 9051a24 commit bf94367
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Bugs and feedback: https://github.com/barrydegraaff/pgp-zimlet/issues
su zimbra
cd /tmp
rm tk_barrydegraaff_zimbra_openpgp*
wget https://github.com/barrydegraaff/pgp-zimlet-binaries/raw/master/1.8.1/tk_barrydegraaff_zimbra_openpgp.zip
wget https://github.com/barrydegraaff/pgp-zimlet-binaries/raw/master/1.8.2/tk_barrydegraaff_zimbra_openpgp.zip
zmzimletctl deploy tk_barrydegraaff_zimbra_openpgp.zip
(wait 15 minutes for the deploy to propagate; or zmprov fc all && zmmailboxdctl restart)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,6 @@ tk_barrydegraaff_zimbra_openpgp.prototype.onMsgView = function (msg, oldMsg, msg
{
var msgSearch = '';
pgpmime = true;
if(bodynode)
{
if ( bodynode.innerHTML.indexOf("BEGIN PGP MESSAGE") > 0 )
{
bodynode.innerHTML = '';
}
}
}
else
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="1.8.1" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="1.8.2" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<summary>
Zimbra OpenPGP Zimlet

Expand Down

0 comments on commit bf94367

Please sign in to comment.