1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Update signature and Comment in PGP block

This commit is contained in:
Tankred Hase 2013-11-16 15:21:44 +01:00
parent 8ff4c5ab1c
commit 7bb3723e53
2 changed files with 3 additions and 3 deletions

View File

@ -627,7 +627,7 @@ define(function(require) {
var to, greeting;
var MESSAGE = str.message + '\n\n\n',
SIGNATURE = '\n\n\n' + str.signature + '\n' + str.webSite + '\n\n';
SIGNATURE = '\n\n' + str.signature + '\n\n';
// get first name of recipient
to = (email.to[0].name || email.to[0].address).split('@')[0].split('.')[0].split(' ')[0];

View File

@ -7424,8 +7424,8 @@ function openpgp_config() {
keyserver: "keyserver.linux.it" // "pgp.mit.edu:11371"
};
this.versionstring ="OpenPGP.js v.1.20131012";
this.commentstring ="http://openpgpjs.org";
this.versionstring ="OpenPGP.js v.1.20131116";
this.commentstring ="Whiteout Mail - http://whiteout.io";
/**
* Reads the config out of the HTML5 local storage
* and initializes the object config.