review auto verification

This commit is contained in:
Tankred Hase 2013-11-08 17:16:15 +01:00
parent 14919847e3
commit 5d07098baf
3 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "0.11"
- "0.10" - "0.10"
- "0.8"
before_install: before_install:
- gem install sass - gem install sass
- npm install -g grunt-cli - npm install -g grunt-cli

View File

@ -41,8 +41,7 @@ define([], function() {
cryptPrefix: '-----BEGIN PGP MESSAGE-----', cryptPrefix: '-----BEGIN PGP MESSAGE-----',
cryptSuffix: '-----END PGP MESSAGE-----', cryptSuffix: '-----END PGP MESSAGE-----',
signature: 'Sent securely from whiteout mail', signature: 'Sent securely from whiteout mail',
webSite: 'http://whiteout.io', webSite: 'http://whiteout.io'
}; };
/** /**

View File

@ -243,6 +243,7 @@ define(function(require) {
}); });
function handleMail(email, localCallback) { function handleMail(email, localCallback) {
// remove subject filter prefix
email.subject = email.subject.split(str.subjectPrefix)[1]; email.subject = email.subject.split(str.subjectPrefix)[1];
// encrypted mail // encrypted mail