mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
333c063cf1
Remove attachments on reply (Closes #195) Do not show deleted (flag \Deleted) messages (Closes #185) Release commit
12 lines
No EOL
204 B
JavaScript
12 lines
No EOL
204 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
/*jshint onevar: false*/
|
|
/**
|
|
* @type {?RainLoopApp}
|
|
*/
|
|
var
|
|
RL = null,
|
|
|
|
$proxyDiv = $('<div></div>')
|
|
;
|
|
/*jshint onevar: true*/ |