[imp] Little patch...
W. Tasin
tasin at fhm.edu
Mon Jun 23 07:32:45 PDT 2003
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---:
<Key-Fingerprint: 1610 835F 0080 32F4 6140 6CF7 A7D0 44CD 7961A645>
<http://wwwkeys.pgp.net:11371/pks/lookup?op=index&search=0x7961A645&fingerprint=on>
-------------- next part --------------
--- 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 @@
<?php echo _("Local Mailbox:") ?><br />
<select name="lmailbox">
- <?php echo IMP::flistSelect('', false, '', !empty($to_edit) ? $account->getValue('lmailbox', $to_edit) : '') ?>
+ <?php echo IMP::flistSelect('', false, array(), !empty($to_edit) ? $account->getValue('lmailbox', $to_edit) : '') ?>
</select>
<?php } ?><br />
--- 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 @@
<?php echo _("Local Mailbox:") ?><br />
<select name="lmailbox">
- <?php echo IMP::flistSelect('', false, false, !empty($to_edit) ? $account->getValue('lmailbox', $to_edit) : '') ?>
+ <?php echo IMP::flistSelect('', false, array(), !empty($to_edit) ? $account->getValue('lmailbox', $to_edit) : '') ?>
</select>
<?php } ?><br />
More information about the imp
mailing list