[SM-USERS] Spam Folder

2006-09-01 Thread PajaP
request it is. Apart from this squirrelmail is an amazing package, especially given the price ;) Thanks for all your work. -- Many thanks PajaP - Using Tomcat but need to do more? Need to support web services, security? Get stuff

[SM-USERS] Re: Problems With Filtering - Squirrelmail Hangs

2006-02-26 Thread PajaP
= 'SEARCH All ' . $category; I did post about this a few months ago and asked for developers opinion on doing this but received no replies so I am assuming there is no problem with it. I have been using the changes

[SM-USERS] Re: renaming webmail.php in order to not draw attention of workplace scanning systems?

2006-02-19 Thread PajaP
for which I, or > any of the other developers, will be held responsible for. > Yikes, you might want to rephrase that ;o) -- PajaP --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

[SM-USERS] Re: Login.php Background

2005-12-22 Thread PajaP
html_tag( 'tr', html_tag( 'td', ''. addSubmit(_("Login")) .'', 'left' ) ), '', '#DEDEDE', 'border="0" width="350"' ) . '',

[SM-USERS] Re: I could not use the filters plugin

2005-10-29 Thread PajaP
id to get rid of this error was: In filters.php, I replaced the line: $search_str = 'SEARCH CHARSET US-ASCII ' . $category; With the line: $search_str = 'SEARCH All ' . $category; -- Thx PajaP --- This SF.Net email is sp

[SM-USERS] Re: Customize logon page

2005-10-03 Thread PajaP
or. You are using html attributes in function argument that should >have only html element. > >2 error. I think color code needs #. > >html_tag function is nested. Find code that closes your html_tag function. >Color is set in fourth argument. > C

[SM-USERS] Re: Customize logon page

2005-10-02 Thread PajaP
: > http://de.selfhtml.org/navigation/suche/index.htm?Suchanfrage=table > Thanks but this does not work in IE or Opera (or maybe I am entering it incorrectly as I am unsure how it should be entered in this context). I do not speak (or read) German so the link is no good for me either,

[SM-USERS] Customize logon page

2005-09-30 Thread PajaP
I want to make the background of the table a color, lets say with a hex value of 'DEDEDE'. How would I go about this? The code below does work in Firefox (which seems more forgiving of syntax errors) but breaks the page in IE6 and Opera

[SM-USERS] Re: Screen not refreshed after purging Trash

2005-08-25 Thread PajaP
On Thu, 25 Aug 2005 11:29:49 +0200 (CEST), "Fredrik Jervfors" <[EMAIL PROTECTED]> wrote: >>> Try taking a look at the folder_sync plugin. >> >> >> This plugin does nothing for me. >> Behaviour is exactly the same as before it was installed. >> Of course as there is no readme or install files I c

[SM-USERS] Re: Screen not refreshed after purging Trash

2005-08-24 Thread PajaP
;left is changed. The folder_sync plugin can do that for you however. > This plugin does nothing for me. Behaviour is exactly the same as before it was installed. Of course as there is no readme or install files I could be doing something wrong? -- Thanks PajaP -

[SM-USERS] Re: Extra Special Folder

2005-08-15 Thread PajaP
I have added the following lines to folders.php >> >> Thanks >> PajaP > >Hi PajaP, > >I already posted a solution to your problem on SM-Plugin list a couple of >weeks ago. It's a rewrite of the "User Special Mailbox" plugin, which I >think has the fun

[SM-USERS] Re: Extra Special Folder

2005-08-14 Thread PajaP
Drat, sorry about the date on the last post. I have been testing the Proon plugin. -- Apologies PajaP --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifec

[SM-USERS] Re: Extra Special Folder

2005-08-14 Thread PajaP
unsubscribed. Something I do not want to happen. Still it all seems working now and I have not noticed and ill effects in a couple of hours testing this afternoon. -- PajaP --- SF.Net email is Sponsored by the Better Software Conference & EX

[SM-USERS] Re: Extra Special Folder

2005-08-14 Thread PajaP
On Sun, 14 Aug 2005 15:33:25 +0100 (BST), "Edward Chapman" <[EMAIL PROTECTED]> wrote: >PajaP wrote: >> Anyone know a better way of doing this? > >Attached is a patch of what I changed in for src/folders.php to make the >Spam folder "undeleteable". W

[SM-USERS] Re: Extra Special Folder

2005-08-14 Thread PajaP
On Sun, 14 Aug 2005 13:07:12 +0100, PajaP <[EMAIL PROTECTED]> wrote: >Hmmm, by adding the following line to config.php: >$junk_folder = 'Spam'; >I am now unable to unsubscribe to 'Spam'. >I am unable to delete or rename 'Spam'. > >I am able

[SM-USERS] Re: Extra Special Folder

2005-08-14 Thread PajaP
On Sun, 14 Aug 2005 12:53:45 +0100, PajaP <[EMAIL PROTECTED]> wrote: >Hi > >I am trying to prevent users from being able to unsubscribe, delete or >rename their Spam folder. >I am using the junkfolder plugin to create the folders as special. >I have added the follow

[SM-USERS] Extra Special Folder

2005-08-14 Thread PajaP
* UNSUBSCRIBE FOLDERS **/ section. This is all not working so I am guessing this is also controlled elsewhere, or maybe because $junk_folder is only declared in a plugin. Any ideas? -- Thanks PajaP --- SF.Net email is Sponsored by the

[SM-USERS] Older Version

2005-08-11 Thread PajaP
Hi Does anyone have version 1.4.3 they could mail me please? Or make available for download somewhere? -- Many thanks PajaP --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco

[SM-USERS] Re: MySQL Import Preferences

2005-05-25 Thread Pajap
On Tue, 24 May 2005 22:45:48 +0100, Pajap wrote: >I have figured out an easy way of importing the address books into the >MySQL backend using phpmyadmin (just add the owner to the beginning of >each line in the address flatfile followed by the | delimiter and then >import as a text fi

[SM-USERS] MySQL Import Preferences

2005-05-24 Thread Pajap
? -- Thanks Pajap --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http

[SM-USERS] Re: MySQL Preferences

2005-05-24 Thread Pajap
On Tue, 24 May 2005 17:45:04 +0100, Pajap wrote: >Hi > >For the last 3 days I have been trying to find the wiki/instructions >for setting up preferences using MySQl as a backend and also the >address book. >The website keeps timing out and giving database errors. >Does anyo

[SM-USERS] MySQL Preferences

2005-05-24 Thread Pajap
:o) I do have the install instructions in the sm docs folder but usually find the wiki helpful. -- Thanks Pajap --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find