mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
Update signature and Comment in PGP block
This commit is contained in:
parent
8ff4c5ab1c
commit
7bb3723e53
@ -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];
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user