Change build system (Grunt -> Gulp)

Remove attachments on reply (Closes #195)
Do not show deleted (flag \Deleted) messages (Closes #185)
Release commit
This commit is contained in:
RainLoop Team 2014-06-16 23:56:11 +04:00
parent aebd47393c
commit 333c063cf1
44 changed files with 1300 additions and 772 deletions

View file

@ -1,10 +1,4 @@
/*.folderPaddingHelper(@i) {
(~".folder-padding.deep-@{i}") {
width: 15px * @i + 10px;
}
}*/
.b-settings-folders {
&.ignore-folder-subscribe {
@ -62,7 +56,7 @@
border-bottom: 1px dashed #333;
cursor: pointer;
}
.folder-name-input {
border-width: 1px;
margin-bottom: 0;
@ -116,10 +110,4 @@
.folder-padding.deep-5 {
width: 15px * 5 + 10px;
}
/* .folderPaddingHelper(1);
.folderPaddingHelper(2);
.folderPaddingHelper(3);
.folderPaddingHelper(4);
.folderPaddingHelper(5);*/
}