Re: [SM-USERS] Help with html mail plugin

2010-07-08 Thread Tomas Kuliavas
Piyush Joshi-3 wrote: > > Dear Tomas, > I have default compose in html and also have > reply in html format setting in webmail but still i lost my html > formatting when i reply to any html message .. > > Can you point out me what i am doing wrong or show any demo where it

Re: [SM-USERS] Slight modification to PostgreSQL address table definition

2010-07-08 Thread C. Bensend
> "Robert Smith", "Bob Smith", "Bobby", "Mr. Smith" and "Brad Jr." can be > same > person. Yes, of course. But "Mom" is pretty much the same for everyone. ;) > SquirrelMail address book has only one requirement. Unique nickname per > address book. Any other restriction is specific to storage b

Re: [SM-USERS] Slight modification to PostgreSQL address table definition

2010-07-08 Thread Tomas Kuliavas
C. Bensend wrote: > > >> MySQL schema is closer to >> >> CREATE INDEX "address_firstname_key" ON "address" ( "firstname", >> "lastname"); >> >> Are you sure that those entries need something unique? > > I personally prefer them to be unique, just so my users don't > double up their contacts.

Re: [SM-USERS] Slight modification to PostgreSQL address table definition

2010-07-08 Thread C. Bensend
> MySQL schema is closer to > > CREATE INDEX "address_firstname_key" ON "address" ( "firstname", > "lastname"); > > Are you sure that those entries need something unique? I personally prefer them to be unique, just so my users don't double up their contacts. It doesn't *have* to be, though. I ju

Re: [SM-USERS] Help with html mail plugin

2010-07-08 Thread Piyush Joshi
Dear Tomas, I have default compose in html and also have reply in html format setting in webmail but still i lost my html formatting when i reply to any html message .. Can you point out me what i am doing wrong or show any demo where it is being used. Thanks for the rep

Re: [SM-USERS] Slight modification to PostgreSQL address table definition

2010-07-08 Thread Tomas Kuliavas
C. Bensend wrote: > > > Hey folks, > >I store all my userprefs and address books in PostgreSQL, and > I've run into a problem occasionally with the constraint suggested > in the documentation found at: > > http://www.squirrelmail.org/docs/admin/admin-5.html#db-backend > >It suggests

Re: [SM-USERS] Help with html mail plugin

2010-07-08 Thread Tomas Kuliavas
Piyush Joshi gmail.com> writes: > > Hello all, > I am not happy with html_mail plugin because while > replying to mail it lost html formating specially with images, tables. > now i want to know can i use ckeditor with this plugin and using > ckeditor will solve my issue. > > Cor