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

Commit

Permalink
show correct icon for pgp encrypted attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
barrydegraaff committed Apr 24, 2016
1 parent ab227a3 commit dd16a00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The recommended method is to deploy using git. (I no longer support zmzimletctl,
[root@myzimbra ~]# rm pgp-zimlet -Rf
[root@myzimbra ~]# git clone https://github.com/Zimbra-Community/pgp-zimlet
[root@myzimbra ~]# cd pgp-zimlet
[root@myzimbra pgp-zimlet]# git checkout 2.2.3
[root@myzimbra pgp-zimlet]# git checkout 2.2.4
[root@myzimbra pgp-zimlet]# chmod +rx install-dev.sh
[root@myzimbra pgp-zimlet]# ./install-dev.sh
[root@myzimbra pgp-zimlet]# su zimbra
Expand Down
Binary file modified tk_barrydegraaff_zimbra_openpgp/help/4-decrypted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tk_barrydegraaff_zimbra_openpgp.prototype.addAttachmentHandler = function(mime)
{
var MISSMIME = 'tk_barrydegraaff_zimbra_openpgp'+mime.replace("/","_");
ZmMimeTable.MISSMIME=mime;
ZmMimeTable._table[ZmMimeTable.MISSMIME]={desc:ZmMsg.unknownBinaryType,image:"UnknownDoc",imageLarge:"UnknownDoc_48"};
ZmMimeTable._table[ZmMimeTable.MISSMIME]={desc:"OpenPGP encrypted file",image:"tk_barrydegraaff_zimbra_openpgp-file-pgp-encrypted",imageLarge:"tk_barrydegraaff_zimbra_openpgp-file-pgp-encrypted"};
});

this._msgController._listView[viewType].addAttachmentLinkHandler('application/pgp-encrypted',"tk_barrydegraaff_zimbra_openpgp",this.addPGPLink);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="2.2.3" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="2.2.4" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<summary>
Zimbra OpenPGP Zimlet

Expand Down

0 comments on commit dd16a00

Please sign in to comment.