edit signature

This commit is contained in:
Tankred Hase 2013-08-28 10:31:53 +02:00
parent b5403ea278
commit 0ebe4d3b3d
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ define(function(require) {
MESSAGE = 'this is a private conversation. To read my encrypted message below, simply install Whiteout Mail for Chrome. The app is really easy to use and automatically encrypts sent emails, so that only the two of us can read them: 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';
SIGNATURE = '\n\n\nSent securely from my whiteout account\nhttp://whiteout.io\n\n';
/**
* A high-level Data-Access Api for handling Email synchronization
@ -580,4 +580,4 @@ define(function(require) {
}
return EmailDAO;
});
});