[imp] customize To: field in Imp 4.2

2008-10-15 Thread Paul Caldwell
Hi all, In Imp 4.2, we need to customize imp/templates/compose/compose.html and access addr.input_value. It is an array that loops over the To field and the CC field, but we want to address its value for the To field without looping. Could some more knowledgeable shed a light on the grammar to a

Re: [imp] customize To: field in Imp 4.2

2008-10-16 Thread Paul Caldwell
On Thu, Oct 16, 2008 at 12:40 AM, Paul Caldwell <[EMAIL PROTECTED]>wrote: > Hi all, > > In Imp 4.2, we need to customize imp/templates/compose/compose.html and > access addr.input_value. It is an array that loops over the To field and > the CC field, but we want to address

Re: [imp] customize To: field in Imp 4.2

2008-10-17 Thread Paul Caldwell
On Fri, Oct 17, 2008 at 12:54 AM, Michael M Slusarz <[EMAIL PROTECTED]>wrote: > Paul Caldwell wrote: > > On Thu, Oct 16, 2008 at 12:40 AM, Paul Caldwell < > [EMAIL PROTECTED]>wrote: > > > > > >> Hi all, > >> > >> In Imp 4.2, we need