From imp Mon Jun 23 14:32:45 2003 From: "W. Tasin" Date: Mon, 23 Jun 2003 14:32:45 +0000 To: imp Subject: [imp] Little patch... X-MARC-Message: https://marc.info/?l=imp&m=105637873630423 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--------------050907020701090305000808" This is a multi-part message in MIME format. --------------050907020701090305000808 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hello horde-team, you find attached a little patch which gets rid of some warnings and a typo. Unfortunately it didn't solve MY problem with fetchmail (fetchmail doesn't work for me with IMAP - looking at the apache-log, the submisson of the form doesn't arrive at my server). But at least this patch makes the stuff a little bit cleaner. I will post more facts if I can be a bit more specific or if I surrender ;-) Ciao Walter -- oohhh sveglia.... il mondo e' ammalato, ma x colpa di chi......... (Zucchero) :-------W._Tasin,_FB_04,_FHM-------------------PGP-KeyID:0x7961A645---: --------------050907020701090305000808 Content-Type: text/plain; name="correct.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="correct.diff" --- imp/templates/fetchmail/fetchmail.inc Tue Jun 17 09:54:01 2003 +++ imp/templates/fetchmail/fetchmail.inc Mon Jun 23 14:25:13 2003 @@ -46,7 +46,7 @@

--- imp/templates/fetchmail/fetchmail_js.inc Fri Jan 31 21:16:46 2003 +++ imp/templates/fetchmail/fetchmail_js.inc Mon Jun 23 14:24:39 2003 @@ -99,7 +99,7 @@ document.accounts.del.checked = false; document.accounts.markseen.checked = false; document.accounts.loginfetch.checked = false; - for (var i = 0; i < document.accounts.acctcolor.length; i--) { + for (var i = 0; i < document.accounts.acctcolor.length; i++) { document.accounts.acctcolor[i].checked = false; } cancelSubmit = true; --- imp/templates/fetchmail/manage.inc Wed Jun 18 00:11:32 2003 +++ imp/templates/fetchmail/manage.inc Mon Jun 23 14:25:50 2003 @@ -46,7 +46,7 @@

--------------050907020701090305000808 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org --------------050907020701090305000808--