Skip to content
Snippets Groups Projects
Unverified Commit 89315b84 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Merge branch 'master' of github.com:/nextcloud/mail into webpack_prod_config

parents ab1bb758 6801eba4
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ install-npm-deps-dev:
optimize-js: install-npm-deps
./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js
dev-setup: install-composer-deps install-npm-deps-dev
dev-setup: install-composer-deps-dev install-npm-deps-dev
start-imap-docker:
docker pull $(docker_image)
......
......@@ -82,8 +82,6 @@ define(function(require) {
cc = messageBody.get('cc');
}
console.error(recipientType, replyingAddress, to, cc);
return {
to: to,
from: [replyingAddress],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment