Re: [SM-USERS] any way to have SM display messages in threads?

2004-07-16 Thread Norberto Altalef
Hi. You can obtain something like what you need enabling 11. Allow server thread sort: true In General Options. My setup: SM 1.4.2 and Courier-imap Regards Norberto > Hello, > > is there any possibility (something I did not find so far; plugins; etc) > that squirrelmail displays the messa

RE: [SM-USERS] Use full name on compose/reply

2004-06-03 Thread Norberto Altalef
x != 'noprefix') { >$name = ($prefix == 'nickname' ? $row['nickname'] : >$row['name']); >return $name . ' <' . trim($row['email']) . '>'; >} else { >return trim($row['e

RE: [SM-USERS] Use full name on compose/reply

2004-06-03 Thread Norberto Altalef
Sorry, I didn't see that you are using an addressbook in ldap. I tested with a file based addressbook. Please, let me know if works for you, since ldap is my next step Regards Norberto - Mensaje original - De: Ricardo Stella <[EMAIL PROTECTED]> Para : [EMAIL PROTECTED] Fecha : Thu,

RE: RE: Re: [SM-USERS] Adress format at compose

2004-05-28 Thread Norberto Altalef
7;]); >return $name . ' <' . trim($row['email']) . '>'; >} else { >return trim($row['email']); >} >} > >Jimmy Conner > > >On Fri, May 28, 2004 11:20 am, Norberto Altalef said: >

RE: Re: [SM-USERS] Adress format at compose

2004-05-28 Thread Norberto Altalef
Thanks for your help Jimmy I'm planning to use SM in a production environment and installed 1.4.2-1 in a Debian using a .deb package. Is this functionality present in 1.4.3-RC1 ? Many thanks Norberto > > > There really is nothing to fix if you are using 1.4.2 CVS from at least >Fri Mar 26 14:33

RE: Re: [SM-USERS] Adress format at compose

2004-05-27 Thread Norberto Altalef
ERS] Adress format at compose > >Alan in Toronto said: >> [EMAIL PROTECTED] said: >>> Hi. >>> I would like to know if its possible use an address with the format: >>> "Norberto Altalef" <[EMAIL PROTECTED]>, >>> >>> I know