From 1966c53255495890dd7f25c31bac73d97ecc3291 Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 19 Jun 2006 19:04:51 +0000 Subject: Added Drafts support (Feature #1326839) (richs) --- skins/default/templates/compose.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'skins/default/templates/compose.html') diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index e2f41a007..0544d7ab6 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -20,6 +20,13 @@ function rcmail_toggle_display(id) return false; } +function rcmail_auto_save() + { + rcmail.command('savedraft','',this); + self.setTimeout('rcmail_auto_save()',300000); + } +self.setTimeout('rcmail_auto_save()',300000); + //--> @@ -36,6 +43,7 @@ function rcmail_toggle_display(id) +
-- cgit v1.2.3