1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00
This commit is contained in:
Tankred Hase 2013-08-30 22:21:28 +02:00
parent 95d51b9bec
commit 710fc7ea4a

View File

@ -391,8 +391,8 @@ define(function(require) {
path: options.folder,
uid: options.uid,
onBody: bodyReady,
onEnd: bodyReady
/*onAttachment: attachmentReady*/
onEnd: bodyReady
});
};