1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 02:42:17 -05:00

Update comment in MESSAGE

This commit is contained in:
Tankred Hase 2013-08-27 21:23:36 +02:00
parent 26a8db3e76
commit 203a8a3990

View File

@ -9,7 +9,7 @@ define(function(require) {
app = require('js/app-config');
var SUBJECT = '[whiteout] Encrypted message',
MESSAGE = 'this is a private conversation just between the two of us. To read the encrypted message below, simply install Whiteout Mail for Chrome and encrypt your emails without any hassle: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n',
MESSAGE = 'this is a private conversation just between the two of us. To read the encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and allows end-to-end encryption of your emails without any hassle: https://chrome.google.com/webstore/detail/whiteout-mail/jjgghafhamholjigjoghcfcekhkonijg\n\n\n',
PREFIX = '-----BEGIN ENCRYPTED MESSAGE-----\n',
SUFFIX = '\n-----END ENCRYPTED MESSAGE-----',
SIGNATURE = '\n\n\nSent from whiteout mail, for easy end-to-end encrypted messaging\nhttp://whiteout.io\n\n';
@ -580,4 +580,4 @@ define(function(require) {
}
return EmailDAO;
});
});