Monotone-Parent: 64979613a77fc7ce9232d0bc7e3f8ba911f6cd92

Monotone-Revision: f0e213596b61da3ea457a1a0a14230911c3b4fe6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-21T15:30:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-21 15:30:51 +00:00
parent 7f15874669
commit 6665b3c583
2 changed files with 157 additions and 80 deletions

View File

@@ -485,9 +485,6 @@ function initMailEditor() {
if (listContent.length > 0)
$("attachmentsArea").setStyle({ display: "block" });
var list = $("addressList");
TableKit.Resizable.init(list, {'trueResize' : true, 'keepWidth' : true});
var textarea = $("text");
var textContent = textarea.getValue();
var sigLimit = textContent.lastIndexOf("--");