squirrelmail.git
23 years ago* Fixed my typo
fidian [Tue, 6 Feb 2001 20:40:12 +0000 (20:40 +0000)]
* Fixed my typo

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1066 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Cleaned up some code
fidian [Tue, 6 Feb 2001 20:39:09 +0000 (20:39 +0000)]
* Cleaned up some code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1065 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* More fixes
fidian [Tue, 6 Feb 2001 20:30:03 +0000 (20:30 +0000)]
* More fixes
* $boxes[$i]['flags'] is always an array now.  :-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1064 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Hopefully squashed all those annoying "flags" workarounds
fidian [Tue, 6 Feb 2001 20:26:33 +0000 (20:26 +0000)]
* Hopefully squashed all those annoying "flags" workarounds
* Should kill the error I was just reported with search.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1063 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Removed a potential warning and potential config problem (like the plugins)
fidian [Tue, 6 Feb 2001 18:39:50 +0000 (18:39 +0000)]
* Removed a potential warning and potential config problem (like the plugins)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1062 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Very minor bugfixes
fidian [Tue, 6 Feb 2001 18:30:47 +0000 (18:30 +0000)]
* Very minor bugfixes
* Removed warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1061 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agospelling mistake
thomppj [Tue, 6 Feb 2001 14:46:06 +0000 (14:46 +0000)]
spelling mistake

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1060 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed some warnings
lkehresman [Tue, 6 Feb 2001 04:16:15 +0000 (04:16 +0000)]
fixed some warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1059 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* updated sweedish
lkehresman [Tue, 6 Feb 2001 01:38:00 +0000 (01:38 +0000)]
* updated sweedish
* updated finnish
* code cleanups
* updated changelog

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1058 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFor all strings in regexps:
fidian [Mon, 5 Feb 2001 21:13:53 +0000 (21:13 +0000)]
For all strings in regexps:
 * PHP first unescapes the string
 * PHP sends string to ereg, ereg_replace, or whatever
 * ereg/ereg_replace/whatever unescapes the string to make the regexp

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1057 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed some untranslated strings that already is translated elsewhere.
pallo [Mon, 5 Feb 2001 14:11:39 +0000 (14:11 +0000)]
Fixed some untranslated strings that already is translated elsewhere.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1056 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded example code to help people enable the database addressbook backend.
pallo [Mon, 5 Feb 2001 09:34:58 +0000 (09:34 +0000)]
Added example code to help people enable the database addressbook backend.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1055 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed PHP warning for LDAP entries without an e-mail address.
pallo [Mon, 5 Feb 2001 09:33:59 +0000 (09:33 +0000)]
Fixed PHP warning for LDAP entries without an e-mail address.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1054 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverted some ereg_replace() into str_replace().
pallo [Mon, 5 Feb 2001 09:33:01 +0000 (09:33 +0000)]
Converted some ereg_replace() into str_replace().
Fixed some SQL queries in the database backend.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1053 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded some missing includes.
pallo [Mon, 5 Feb 2001 09:28:11 +0000 (09:28 +0000)]
Added some missing includes.
Initialize some vars to avoid warnings from PHP.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1052 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed "Select All" link problem for searches.
fidian [Sun, 4 Feb 2001 01:56:08 +0000 (01:56 +0000)]
Fixed "Select All" link problem for searches.
Made Select/Unselect All link a function, so we can put it at the bottom of
searches too.
Made Select/Unselect All link to the current page instead of hardcoding it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1051 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* All incoming form values now have stripslashes() ran on them automatically
fidian [Sat, 3 Feb 2001 16:58:14 +0000 (16:58 +0000)]
* All incoming form values now have stripslashes() ran on them automatically
  (if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1050 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoForgot to use isset() instead of count() because I unset values in the array
fidian [Fri, 2 Feb 2001 23:55:25 +0000 (23:55 +0000)]
Forgot to use isset() instead of count() because I unset values in the array
when I am done with them (frees up memory).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1049 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed the weird date thing. Forgot it had to be an associative array.
fidian [Fri, 2 Feb 2001 21:38:11 +0000 (21:38 +0000)]
Fixed the weird date thing.  Forgot it had to be an associative array.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1048 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoHopefully fixes problem with "wrong datatype for second argument to in_array"
fidian [Fri, 2 Feb 2001 21:00:31 +0000 (21:00 +0000)]
Hopefully fixes problem with "wrong datatype for second argument to in_array"

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1047 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoWeird. sqStripSlashes isn't needed anymore for form entry?
fidian [Fri, 2 Feb 2001 20:55:23 +0000 (20:55 +0000)]
Weird.  sqStripSlashes isn't needed anymore for form entry?
[SM Developers:  Verify this change works for you]
[Send a message like this "this is a backslash \ tada!" and see if it works]

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1046 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed default setting for Exhcnage
lkehresman [Fri, 2 Feb 2001 20:28:19 +0000 (20:28 +0000)]
fixed default setting for Exhcnage

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1045 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agostandard version transition stuff
lkehresman [Fri, 2 Feb 2001 20:00:45 +0000 (20:00 +0000)]
standard version transition stuff

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1044 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Changed some regexps into string matches and the like
fidian [Fri, 2 Feb 2001 17:51:19 +0000 (17:51 +0000)]
* Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1043 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoCleaned up regexp's.
fidian [Fri, 2 Feb 2001 16:58:56 +0000 (16:58 +0000)]
Cleaned up regexp's.
Removed one ereg.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1042 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoCommented where more workarounds were added
fidian [Fri, 2 Feb 2001 16:05:10 +0000 (16:05 +0000)]
Commented where more workarounds were added

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1041 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAdded comments saying where the workaround is.
fidian [Fri, 2 Feb 2001 16:04:00 +0000 (16:04 +0000)]
Added comments saying where the workaround is.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1040 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agomore warnings removed
lkehresman [Fri, 2 Feb 2001 15:48:36 +0000 (15:48 +0000)]
more warnings removed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1039 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed warnings and fixed broken part of my updated sqimap_read_data()
lkehresman [Fri, 2 Feb 2001 15:43:28 +0000 (15:43 +0000)]
fixed warnings and fixed broken part of my updated sqimap_read_data()

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1038 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agosome foo to 'foo'
lbergman [Fri, 2 Feb 2001 14:59:47 +0000 (14:59 +0000)]
some foo to 'foo'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1037 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoremoved warnings
lkehresman [Fri, 2 Feb 2001 03:08:27 +0000 (03:08 +0000)]
removed warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1036 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded another fix for the odd addition of newlines
lkehresman [Fri, 2 Feb 2001 02:13:35 +0000 (02:13 +0000)]
added another fix for the odd addition of newlines

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1035 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoimproved imap_general.php -- much better handling
lkehresman [Fri, 2 Feb 2001 01:09:36 +0000 (01:09 +0000)]
improved imap_general.php -- much better handling

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1034 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed warnings
lkehresman [Thu, 1 Feb 2001 21:22:09 +0000 (21:22 +0000)]
fixed warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1033 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoremoved another warning
lkehresman [Thu, 1 Feb 2001 21:07:38 +0000 (21:07 +0000)]
removed another warning

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1032 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoremoved error messages
lkehresman [Thu, 1 Feb 2001 20:51:52 +0000 (20:51 +0000)]
removed error messages

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1031 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved ereg and ereg_replace calls. Using simple string manipulation.
fidian [Thu, 1 Feb 2001 13:05:56 +0000 (13:05 +0000)]
Removed ereg and ereg_replace calls.  Using simple string manipulation.
This way we don't have to worry about what $needle is.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1030 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agowhoops.. didn't mean to commit this stuff
lkehresman [Thu, 1 Feb 2001 05:13:40 +0000 (05:13 +0000)]
whoops.. didn't mean to commit this stuff

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1029 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agowarnings removed
lkehresman [Thu, 1 Feb 2001 05:06:58 +0000 (05:06 +0000)]
warnings removed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1028 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoworkaround for SELECT problem
lkehresman [Thu, 1 Feb 2001 05:01:24 +0000 (05:01 +0000)]
workaround for SELECT problem

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1027 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* speed improvemnts in sorting
lkehresman [Thu, 1 Feb 2001 02:53:12 +0000 (02:53 +0000)]
* speed improvemnts in sorting
* more warnings removed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1026 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded capability to detect if imap server supports searching on specific
lkehresman [Thu, 1 Feb 2001 00:56:53 +0000 (00:56 +0000)]
added capability to detect if imap server supports searching on specific
charset.  If not, try with us-ascii rather than throw an error.  (according
to rfc2060, all imap servers MUST support us-ascii charset at bare minimum)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1025 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed more warnings
lkehresman [Thu, 1 Feb 2001 00:39:52 +0000 (00:39 +0000)]
fixed more warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1024 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved workaround for Konqueror.
fidian [Thu, 1 Feb 2001 00:35:59 +0000 (00:35 +0000)]
Removed workaround for Konqueror.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1023 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved newline eraser workaround for Konqueror.
fidian [Thu, 1 Feb 2001 00:35:21 +0000 (00:35 +0000)]
Removed newline eraser workaround for Konqueror.
Removed line of code that replaced backslashes with backslashes.... hmmm.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1022 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAnother workaround for an extra newline inside a form.
fidian [Thu, 1 Feb 2001 00:01:52 +0000 (00:01 +0000)]
Another workaround for an extra newline inside a form.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1021 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoI think this fixes the \n"\n"\n"\n" stuff in the address book.
fidian [Wed, 31 Jan 2001 21:38:44 +0000 (21:38 +0000)]
I think this fixes the \n"\n"\n"\n" stuff in the address book.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1020 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoMore "" to '' conversions.
thomppj [Wed, 31 Jan 2001 18:59:14 +0000 (18:59 +0000)]
More "" to '' conversions.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1019 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoReinstating fix for the "to" addresses. Hopefully won't need them for CC
fidian [Wed, 31 Jan 2001 18:45:19 +0000 (18:45 +0000)]
Reinstating fix for the "to" addresses.  Hopefully won't need them for CC
and BCC.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1018 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoChanged regexps
fidian [Wed, 31 Jan 2001 18:43:47 +0000 (18:43 +0000)]
Changed regexps
Altered function names to make them possibly collide with other functions
less frequently
Altered code for sorting to hopefully improve speed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1017 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoThat should fix all the backslashes not being escaped properly.
fidian [Wed, 31 Jan 2001 18:28:49 +0000 (18:28 +0000)]
That should fix all the backslashes not being escaped properly.
Changed some "str" to 'str'
Changed a couple other things to work a little better
Removed commented code.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1016 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoCorrect changes of "" to ''.
thomppj [Wed, 31 Jan 2001 18:27:06 +0000 (18:27 +0000)]
Correct changes of "" to ''.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1015 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agosqimap_mailbox_list() only takes one parameter
fidian [Wed, 31 Jan 2001 18:24:01 +0000 (18:24 +0000)]
sqimap_mailbox_list() only takes one parameter

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1014 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAnother initialization thing fixed
fidian [Wed, 31 Jan 2001 18:20:57 +0000 (18:20 +0000)]
Another initialization thing fixed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1013 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoCommented out code -- I don't think that this problem exists anymore, so we
fidian [Wed, 31 Jan 2001 18:17:47 +0000 (18:17 +0000)]
Commented out code -- I don't think that this problem exists anymore, so we
don't need to correct for it.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1012 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago(typo)
fidian [Wed, 31 Jan 2001 18:05:05 +0000 (18:05 +0000)]
(typo)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1011 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago$header->cc, $header->to, $header->bcc should always be an array
fidian [Wed, 31 Jan 2001 18:03:55 +0000 (18:03 +0000)]
$header->cc, $header->to, $header->bcc should always be an array
Removed checks for the "always array" stuff
Made Reply To All addresses unique using PHP 4.0.0

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1010 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoThat should fix the changes.
fidian [Wed, 31 Jan 2001 17:49:31 +0000 (17:49 +0000)]
That should fix the changes.
Must not '*$var*' -- use "*$var*" or '*'.$var.'*'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1009 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoThis bug was introduced as part of the changes I did post 1.0. I put it
fidian [Wed, 31 Jan 2001 17:28:06 +0000 (17:28 +0000)]
This bug was introduced as part of the changes I did post 1.0.  I put it
there by accident, so I removed it.  :-)  Don't think that this was an
improvement over 1.0, so I don't think it needs to be there.

... If you think it should be there, you should add this line:

* Added bug that caused servers to crash

:-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1008 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoChanged _('String') into _("String") to help out the gettext stuff
fidian [Wed, 31 Jan 2001 17:24:23 +0000 (17:24 +0000)]
Changed _('String') into _("String") to help out the gettext stuff

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1007 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated changelog, fixed folder subscriptions not displaying problem
lkehresman [Wed, 31 Jan 2001 17:19:18 +0000 (17:19 +0000)]
updated changelog, fixed folder subscriptions not displaying problem

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1006 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoAll strings that have an escape sequence must not be 'string'
fidian [Wed, 31 Jan 2001 17:13:11 +0000 (17:13 +0000)]
All strings that have an escape sequence must not be 'string'
\n, \r, \209 are all escape sequences.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1005 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoChanged many "Call-time pass-by-reference" errors. Things should be passed
fidian [Wed, 31 Jan 2001 17:04:11 +0000 (17:04 +0000)]
Changed many "Call-time pass-by-reference" errors.  Things should be passed
correctly.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1004 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoApparently usort() REQUIRES a user-defined function instead of a PHP
fidian [Wed, 31 Jan 2001 16:55:05 +0000 (16:55 +0000)]
Apparently usort() REQUIRES a user-defined function instead of a PHP
built-in function.  Worked fine on my machine, killed the server on another.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1003 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoConverted "foo" to 'foo' for abook_*.php
thomppj [Wed, 31 Jan 2001 15:15:36 +0000 (15:15 +0000)]
Converted "foo" to 'foo' for abook_*.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1002 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed bug that always showed CC header even when no CC was available to display
lkehresman [Wed, 31 Jan 2001 14:10:30 +0000 (14:10 +0000)]
fixed bug that always showed CC header even when no CC was available to display

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1001 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed bug i introduced that always showed attachment box
lkehresman [Wed, 31 Jan 2001 04:33:16 +0000 (04:33 +0000)]
fixed bug i introduced that always showed attachment box

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1000 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded more bugfixes and warning squashes
lkehresman [Wed, 31 Jan 2001 03:59:49 +0000 (03:59 +0000)]
added more bugfixes and warning squashes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@999 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed parse error
lkehresman [Wed, 31 Jan 2001 03:55:48 +0000 (03:55 +0000)]
fixed parse error

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@998 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agocareful lewis.. a variable was inside ''. :)
lkehresman [Wed, 31 Jan 2001 03:50:46 +0000 (03:50 +0000)]
careful lewis..  a variable was inside ''.   :)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@997 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoreplace with ''
lbergman [Wed, 31 Jan 2001 03:32:31 +0000 (03:32 +0000)]
replace  with ''

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@996 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoreplace with ''
lbergman [Wed, 31 Jan 2001 03:24:03 +0000 (03:24 +0000)]
replace  with ''

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@995 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoFixed unread messages not bolded bug
lbergman [Wed, 31 Jan 2001 03:05:58 +0000 (03:05 +0000)]
Fixed unread messages not bolded bug

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@994 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed more warnings
lkehresman [Wed, 31 Jan 2001 03:00:08 +0000 (03:00 +0000)]
fixed more warnings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@993 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed some more warning messages
lkehresman [Wed, 31 Jan 2001 02:34:44 +0000 (02:34 +0000)]
fixed some more warning messages

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@992 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoHopefully fixed the "unbalanced <" error
fidian [Tue, 30 Jan 2001 21:10:39 +0000 (21:10 +0000)]
Hopefully fixed the "unbalanced <" error

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@991 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved pass-by-reference. I think this might break attachment_common.
fidian [Tue, 30 Jan 2001 21:05:27 +0000 (21:05 +0000)]
Removed pass-by-reference.  I think this might break attachment_common.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@990 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* Needed to escape the { and } in the regexp
fidian [Tue, 30 Jan 2001 20:23:46 +0000 (20:23 +0000)]
* Needed to escape the { and } in the regexp
* Need to escape backslashes, since they are first unescaped by PHP, then
  unescaped by the regexp library

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@989 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoTook out cvs confusion
lbergman [Tue, 30 Jan 2001 19:16:25 +0000 (19:16 +0000)]
Took out cvs confusion

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@988 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agominor version changes and updates
lkehresman [Tue, 30 Jan 2001 19:12:02 +0000 (19:12 +0000)]
minor version changes and updates

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@987 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoCouple warnings removed
fidian [Tue, 30 Jan 2001 18:11:09 +0000 (18:11 +0000)]
Couple warnings removed
If subject line is over 55 chars, trims it and appends "..."

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@986 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoMany more warnings removed.
fidian [Tue, 30 Jan 2001 18:02:23 +0000 (18:02 +0000)]
Many more warnings removed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@985 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved line, plugin.php now handles this properly.
fidian [Tue, 30 Jan 2001 17:40:13 +0000 (17:40 +0000)]
Removed line, plugin.php now handles this properly.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@984 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoMore changes to remove warnings when all are enabled.
fidian [Tue, 30 Jan 2001 17:34:51 +0000 (17:34 +0000)]
More changes to remove warnings when all are enabled.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@983 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoRemoved a lot of the warnings generated when PHP has all warnings enabled.
fidian [Tue, 30 Jan 2001 17:22:38 +0000 (17:22 +0000)]
Removed a lot of the warnings generated when PHP has all warnings enabled.
    This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@982 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agocheck if safe_mode is enabled (putenv is not allowed then) and
centaurix [Mon, 29 Jan 2001 21:11:32 +0000 (21:11 +0000)]
check if safe_mode is enabled (putenv is not allowed then) and
check if LC_ALL is already == $sm_language to save an putenv

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@981 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated some documentation
lkehresman [Mon, 29 Jan 2001 20:56:08 +0000 (20:56 +0000)]
updated some documentation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@980 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoalphebetized languages
lkehresman [Mon, 29 Jan 2001 20:49:29 +0000 (20:49 +0000)]
alphebetized languages

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@979 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated russian translation
lkehresman [Mon, 29 Jan 2001 20:34:06 +0000 (20:34 +0000)]
updated russian translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@978 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded hook for new_window plugin
lkehresman [Mon, 29 Jan 2001 14:04:13 +0000 (14:04 +0000)]
added hook for new_window plugin

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@977 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded frehnch translation of help files
lkehresman [Mon, 29 Jan 2001 13:56:04 +0000 (13:56 +0000)]
added frehnch translation of help files

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@976 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago* added attachment_common plugin to distribution
lkehresman [Mon, 29 Jan 2001 13:51:35 +0000 (13:51 +0000)]
* added attachment_common plugin to distribution
* added $plugins variable to config_default.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@975 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago- included strings.php before config.php (here not in strings.php that was
centaurix [Sun, 28 Jan 2001 23:41:45 +0000 (23:41 +0000)]
- included strings.php before config.php (here not in strings.php that was
  a wrong log sorry) to avaid note in paranoid log level
- added $Id:$

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@974 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years ago- included strings.php before config.php to avoid warning (see Bug #130107 )
centaurix [Sun, 28 Jan 2001 23:36:58 +0000 (23:36 +0000)]
- included strings.php before config.php to avoid warning (see Bug #130107 )
- added $Id:$ tag

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@973 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoadded finnish locale
lkehresman [Sun, 28 Jan 2001 17:53:21 +0000 (17:53 +0000)]
added finnish locale

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@972 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoReplaced preg_match with ereg (speed)
fidian [Sat, 27 Jan 2001 22:06:50 +0000 (22:06 +0000)]
Replaced preg_match with ereg (speed)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@971 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated the sweedish translation
lkehresman [Thu, 25 Jan 2001 22:06:54 +0000 (22:06 +0000)]
updated the sweedish translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@970 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agofixed some problems in sqimap_read_body(). Please test it out.
lkehresman [Thu, 25 Jan 2001 05:25:48 +0000 (05:25 +0000)]
fixed some problems in sqimap_read_body().  Please test it out.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@969 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agoupdated spanish translation
lkehresman [Tue, 23 Jan 2001 17:06:46 +0000 (17:06 +0000)]
updated spanish translation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@968 7612ce4b-ef26-0410-bec9-ea0150e637f0

23 years agojust a changelog update
lkehresman [Tue, 23 Jan 2001 13:23:23 +0000 (13:23 +0000)]
just a changelog update

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@967 7612ce4b-ef26-0410-bec9-ea0150e637f0