squirrelmail.git
22 years agoBugfix
philippe_mingo [Thu, 18 Oct 2001 12:35:53 +0000 (12:35 +0000)]
Bugfix

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

22 years agoTrailing ^M stops header info.
philippe_mingo [Thu, 18 Oct 2001 10:33:22 +0000 (10:33 +0000)]
Trailing ^M stops header info.

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

22 years agoThere was a little bug in the destroy workaround (parameters switched) that
philippe_mingo [Thu, 18 Oct 2001 10:11:06 +0000 (10:11 +0000)]
There was a little bug in the destroy workaround (parameters switched) that
caused to invalidate the first login on some browsers (at first I thought it
was a browser issue). This problem shows out specially after a signout.
This fix has been tested successfully with Konq, Mozilla, Galeon, Netscape 4 &
6, IE6 and Opera 5.

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

22 years agoIn some situations new date handling could cause a page to not display
philippe_mingo [Thu, 18 Oct 2001 08:50:35 +0000 (08:50 +0000)]
In some situations new date handling could cause a page to not display
or to show strange chars together with the date. This behaviour has not
been explained so far as all function callings seem to be fine. The problem
has been narrowed to a date( $format, $stamp ); calling. $format and $stamp
have been checked and are both OK. It looks like an internal PHP problem,
but I can't be sure.

I've observed this problem in PHP 4.0.4. PHP 4.0.6 is working just fine and
don't show that strange behaviour.

In order to avoid that problem, I've observed that placing some chars
leading and trailing the date() format string avoids the problem (so maybe
an internal pointer to the string problem ?). So do I and I remove then once
the conversion is finished.

If someone can reproduce the bug with prior version and find a solution
please tell me.

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

22 years agoFixed login header.
philippe_mingo [Thu, 18 Oct 2001 07:50:13 +0000 (07:50 +0000)]
Fixed login header.

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

22 years agoFixed imap search bug.
philippe_mingo [Fri, 12 Oct 2001 10:50:19 +0000 (10:50 +0000)]
Fixed imap search bug.
Updated Spanish strings.

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

22 years agoIn some 'compose' situations (for example when inside options) the system doesn...
philippe_mingo [Tue, 9 Oct 2001 11:44:42 +0000 (11:44 +0000)]
In some 'compose' situations (for example when inside options)  the system doesn't know the return-to mailbox. In this case I read it from preferences and take the first in the list.

This should fix the MAILBOX bug in SF.

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

22 years agoOnly a small identation work to make the thing more readable.
philippe_mingo [Tue, 9 Oct 2001 11:41:17 +0000 (11:41 +0000)]
Only a small identation work to make the thing more readable.

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

22 years agoBugfix. Single '|' removed.
philippe_mingo [Tue, 9 Oct 2001 10:55:23 +0000 (10:55 +0000)]
Bugfix. Single '|' removed.

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

22 years agoNEW SCRIPTS:
philippe_mingo [Tue, 9 Oct 2001 09:57:31 +0000 (09:57 +0000)]
NEW SCRIPTS:

These scripts are intended to facilitate translations tasks.

* mergepo. A standard script that merges new strings into
           a locale version.
* compilepo. A standard script to compile po files to mo.

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

22 years ago* Added a page selector between Previous and Next.
philippe_mingo [Tue, 9 Oct 2001 09:50:35 +0000 (09:50 +0000)]
* Added a page selector between Previous and Next.
* Global PO updated.
* es locale updated.
* xgetpo fixed in order to show squirrelmail path.

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

22 years agoAdded script to regenerate main SM's PO
philippe_mingo [Tue, 9 Oct 2001 08:52:54 +0000 (08:52 +0000)]
Added script to regenerate main SM's PO

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

22 years agoFixed VERY stale URL.
phutnick [Tue, 9 Oct 2001 03:02:16 +0000 (03:02 +0000)]
Fixed VERY stale URL.

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

22 years agoAdded the hook!
fidian [Mon, 8 Oct 2001 21:47:28 +0000 (21:47 +0000)]
Added the hook!

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

22 years agoName typo
philippe_mingo [Sat, 6 Oct 2001 23:24:17 +0000 (23:24 +0000)]
Name typo

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

22 years agoAddded Save / Update string from options_identities.php
philippe_mingo [Sat, 6 Oct 2001 23:19:40 +0000 (23:19 +0000)]
Addded Save / Update string from options_identities.php

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

22 years ago[ #414604 ] Help files for Czech language in iso-x-2
philippe_mingo [Thu, 4 Oct 2001 18:10:17 +0000 (18:10 +0000)]
[ #414604 ] Help files for Czech language in iso-x-2

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

22 years agoCredits for Lithuanian strings.
philippe_mingo [Thu, 4 Oct 2001 17:51:36 +0000 (17:51 +0000)]
Credits for Lithuanian strings.

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

22 years agoAdding Lithuanian translations.
philippe_mingo [Thu, 4 Oct 2001 17:44:36 +0000 (17:44 +0000)]
Adding Lithuanian translations.

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

22 years agoUse sqimap_session_id instead of axxxx for imap connections. (src part)
philippe_mingo [Thu, 4 Oct 2001 14:47:44 +0000 (14:47 +0000)]
Use sqimap_session_id instead of axxxx for imap connections. (src part)

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

22 years agoUse sqimap_session_id instead of axxxx for imap connections.
philippe_mingo [Thu, 4 Oct 2001 14:31:57 +0000 (14:31 +0000)]
Use sqimap_session_id instead of axxxx for imap connections.

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

22 years agoWhile getting data from a stream it is possible to reach the end, so we should check...
philippe_mingo [Thu, 4 Oct 2001 11:18:36 +0000 (11:18 +0000)]
While getting data from a stream it is possible to reach the end, so we should check it to avoid an infinite loop.

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

22 years agoIn very special ocasions SM tries to swith to the None folder (don't know exactly...
philippe_mingo [Thu, 4 Oct 2001 11:16:04 +0000 (11:16 +0000)]
In very special ocasions SM tries to swith to the None folder (don't know exactly why). While we track down this I put a check in the select in order to avoid SM "crash".

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

22 years agoSome DDT stuff with month name.
philippe_mingo [Thu, 4 Oct 2001 10:08:45 +0000 (10:08 +0000)]
Some DDT stuff with month name.

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

22 years agoFix: Internationalization of date strings.
philippe_mingo [Wed, 3 Oct 2001 08:48:34 +0000 (08:48 +0000)]
Fix: Internationalization of date strings.
Function calls.

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

22 years agoFix: Internationalization of date strings.
philippe_mingo [Wed, 3 Oct 2001 08:45:19 +0000 (08:45 +0000)]
Fix: Internationalization of date strings.
Main po file. Translators please check new string.

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

22 years agofixed missing </TR> (thanks to Daniel Hemmerich)
centaurix [Tue, 2 Oct 2001 08:43:45 +0000 (08:43 +0000)]
fixed missing </TR> (thanks to Daniel Hemmerich)

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

22 years agoFixed too many equals signs.
phutnick [Sun, 30 Sep 2001 20:46:41 +0000 (20:46 +0000)]
Fixed too many equals signs.

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

22 years agos/retrival/retrieval/ fixed spelling mistake
centaurix [Sat, 29 Sep 2001 08:06:37 +0000 (08:06 +0000)]
s/retrival/retrieval/ fixed spelling mistake

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

22 years agorequire_once('../functions/prefs.php'); was needed to use getPref
centaurix [Sat, 29 Sep 2001 07:57:29 +0000 (07:57 +0000)]
require_once('../functions/prefs.php'); was needed to use getPref

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

22 years agoBug fix upon Captain Bunzo's request 8-)
philippe_mingo [Thu, 27 Sep 2001 15:19:31 +0000 (15:19 +0000)]
Bug fix upon Captain Bunzo's request 8-)

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

22 years agoCredits for the Thai translation.
philippe_mingo [Thu, 27 Sep 2001 14:11:29 +0000 (14:11 +0000)]
Credits for the Thai translation.

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

22 years agoNattapong Ampornaramweth <yongnarak@yahoo.com> thai translation. Please someone...
philippe_mingo [Thu, 27 Sep 2001 14:06:40 +0000 (14:06 +0000)]
Nattapong Ampornaramweth <yongnarak@yahoo.com>  thai translation. Please someone check the charset.

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

22 years agoCredits for the Romanian translation
philippe_mingo [Wed, 26 Sep 2001 14:48:32 +0000 (14:48 +0000)]
Credits for the Romanian translation

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

22 years agoMircea Ilie <mrx@tep.ro> Romanian translation.
philippe_mingo [Wed, 26 Sep 2001 14:47:10 +0000 (14:47 +0000)]
Mircea Ilie <mrx@tep.ro>  Romanian translation.

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

22 years agoThis fixes the plugin translation problem. Please check.
philippe_mingo [Wed, 26 Sep 2001 14:26:52 +0000 (14:26 +0000)]
This fixes the plugin translation problem. Please check.

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

22 years agoSorry, a bug slipped into the CVS.
philippe_mingo [Wed, 26 Sep 2001 11:47:27 +0000 (11:47 +0000)]
Sorry, a bug slipped into the CVS.

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

22 years agoOperation "foo_once".
philippe_mingo [Wed, 26 Sep 2001 10:43:39 +0000 (10:43 +0000)]
Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.

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

22 years agoOperation "foo_once".
philippe_mingo [Wed, 26 Sep 2001 10:07:21 +0000 (10:07 +0000)]
Operation "foo_once".
src Folder
Step 1: Check file including and change it to the _once system.

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

22 years agoOperation "foo_once".
philippe_mingo [Wed, 26 Sep 2001 08:29:27 +0000 (08:29 +0000)]
Operation "foo_once".
Step 1: Check file including and change it to the _once system.

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

22 years agoBugfix '-- ' alters strings. Added the Advanced udentities stuff.
philippe_mingo [Mon, 24 Sep 2001 15:09:31 +0000 (15:09 +0000)]
Bugfix '-- ' alters strings. Added the Advanced udentities stuff.

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

22 years agoThis closes bug #453335
philippe_mingo [Mon, 24 Sep 2001 14:55:50 +0000 (14:55 +0000)]
This closes bug #453335

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

22 years agoRemoved "debug" check in last bugfix (sorry).
philippe_mingo [Mon, 24 Sep 2001 14:36:51 +0000 (14:36 +0000)]
Removed "debug" check in last bugfix (sorry).

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

22 years agoFixes the bug in the Prefix signature with '--' ? parameter.
philippe_mingo [Mon, 24 Sep 2001 14:35:12 +0000 (14:35 +0000)]
Fixes the bug in the Prefix signature with '--' ? parameter.

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

22 years agoCorrect slovak locale naming is sk_SK not only sk, this is bug in locale settings...
ondrass [Mon, 24 Sep 2001 08:39:25 +0000 (08:39 +0000)]
Correct slovak locale naming is sk_SK not only sk, this is bug in locale settings in sqmail, I think.

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

22 years ago"Cosmetic" patch change in commented module information.
philippe_mingo [Mon, 24 Sep 2001 08:29:33 +0000 (08:29 +0000)]
"Cosmetic" patch change in commented module information.

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

22 years agoAdded sk_SK (Slovak) language locales
ondrass [Mon, 24 Sep 2001 08:21:26 +0000 (08:21 +0000)]
Added sk_SK (Slovak) language locales

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

22 years agoFreeze strings as Fri, September 21, 2001 4:49 pm upon Peter Hutnick request.
philippe_mingo [Mon, 24 Sep 2001 08:02:36 +0000 (08:02 +0000)]
Freeze strings as Fri, September 21, 2001 4:49 pm  upon Peter Hutnick request.

Translators: Update locale versions.

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

22 years agoAdded Spanish translation contact info.
philippe_mingo [Mon, 24 Sep 2001 05:27:08 +0000 (05:27 +0000)]
Added Spanish translation contact info.

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

22 years agoAdded myself to the AUTHORS file.
thomppj [Sun, 23 Sep 2001 05:48:24 +0000 (05:48 +0000)]
Added myself to the AUTHORS file.

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

22 years agoadded myself (as bugfixer (i8n) ) ;)
centaurix [Sat, 22 Sep 2001 16:32:24 +0000 (16:32 +0000)]
added myself (as bugfixer (i8n) ) ;)

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

22 years agoRemoved fourth parameter from the NEVER option. That parameter doesn't exist.
philippe_mingo [Sat, 22 Sep 2001 12:09:48 +0000 (12:09 +0000)]
Removed fourth parameter from the NEVER option. That parameter doesn't exist.

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

22 years agoTesting CVS access
philippe_mingo [Sat, 22 Sep 2001 12:02:30 +0000 (12:02 +0000)]
Testing CVS access

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

22 years agoMoved reply citation stuff to personal options.
thomppj [Sat, 22 Sep 2001 00:24:58 +0000 (00:24 +0000)]
Moved reply citation stuff to personal options.

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

22 years agoChanged the "don't refresh" option from "None" to "Never" to ease translation.
phutnick [Fri, 21 Sep 2001 14:39:17 +0000 (14:39 +0000)]
Changed the "don't refresh" option from "None" to "Never" to ease translation.

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

22 years agoMinor change of wording...
thomppj [Fri, 21 Sep 2001 03:53:08 +0000 (03:53 +0000)]
Minor change of wording...

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

22 years agoModifications made to give options for how "Reply Citation" is done. This is the...
thomppj [Fri, 21 Sep 2001 03:36:38 +0000 (03:36 +0000)]
Modifications made to give options for how "Reply Citation" is done. This is the topic that we were previously talking about on the list as "Reply Quote Style" or "Attibute Quotes".

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

22 years agoAdded a hook for the priority plugin.
phutnick [Wed, 19 Sep 2001 20:31:37 +0000 (20:31 +0000)]
Added a hook for the priority plugin.

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

22 years agoRemoved weird patch.
fidian [Thu, 13 Sep 2001 00:31:04 +0000 (00:31 +0000)]
Removed weird patch.

:-)  This isn't what I suggested (even though the submitter of the patch
thought so).

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

22 years agoRemoved warning message with E_ALL
fidian [Thu, 13 Sep 2001 00:30:28 +0000 (00:30 +0000)]
Removed warning message with E_ALL

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

22 years agoRemoved message priority code (heck, it's already a plugin -- leave it that
fidian [Thu, 13 Sep 2001 00:30:12 +0000 (00:30 +0000)]
Removed message priority code (heck, it's already a plugin -- leave it that
way)

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

22 years agoRemoved broken <quote who=""> junk
fidian [Wed, 12 Sep 2001 23:27:31 +0000 (23:27 +0000)]
Removed broken <quote who=""> junk

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

22 years agoFixed flaw in logic
fidian [Wed, 12 Sep 2001 23:04:33 +0000 (23:04 +0000)]
Fixed flaw in logic

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

22 years agoRemoved unnecessary condition.
fidian [Wed, 12 Sep 2001 22:24:04 +0000 (22:24 +0000)]
Removed unnecessary condition.

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

22 years agoSmall fix for "intval" problem with display_html_default.
phutnick [Wed, 12 Sep 2001 20:22:36 +0000 (20:22 +0000)]
Small fix for "intval" problem with display_html_default.

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

22 years agoAdded Pontus Ullgren's re-hash of Tyler's re-write of my code to de-fang
phutnick [Wed, 12 Sep 2001 19:43:37 +0000 (19:43 +0000)]
Added Pontus Ullgren's re-hash of Tyler's re-write of my code to de-fang
HTML only messages.

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

22 years agoMinor update to quote who code.
thomppj [Sat, 8 Sep 2001 03:20:12 +0000 (03:20 +0000)]
Minor update to quote who code.

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

22 years agoAdded <quote who="FOO"> for reply...
thomppj [Sat, 8 Sep 2001 03:13:14 +0000 (03:13 +0000)]
Added <quote who="FOO"> for reply...

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

22 years agoModified html safe code
fidian [Sat, 8 Sep 2001 01:39:21 +0000 (01:39 +0000)]
Modified html safe code

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

22 years agoAltered HTML patch.
fidian [Sat, 8 Sep 2001 01:37:56 +0000 (01:37 +0000)]
Altered HTML patch.

This would be good with Philippe's code that strips out unliked HTML tags.
Change the $show_html_default option to be something like
  0 = no html (default)
  1 = safe html
  2 = any html

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

22 years agoChanged pass-by-reference to pass by value. Hopefully PHP uses pass by
fidian [Fri, 7 Sep 2001 21:27:45 +0000 (21:27 +0000)]
Changed pass-by-reference to pass by value.  Hopefully PHP uses pass by
reference internally instead of me specifying it explicitly.

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

22 years agoFixed alignment problems between folders with and without subfolders...
thomppj [Thu, 6 Sep 2001 05:37:09 +0000 (05:37 +0000)]
Fixed alignment problems between folders with and without subfolders...

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

22 years agoFixed the position of the + or - for collapsable folders.
thomppj [Thu, 6 Sep 2001 05:29:25 +0000 (05:29 +0000)]
Fixed the position of the + or - for collapsable folders.

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

22 years agoAdded conversion of &apm; back into & to display &amp;lt; as <.
phutnick [Tue, 4 Sep 2001 19:16:25 +0000 (19:16 +0000)]
Added conversion of &apm; back into & to display &amp;lt; as <.

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

22 years agoAdded a conversion from < to &lt; when viewing "non-HTML" email for
phutnick [Tue, 4 Sep 2001 18:46:51 +0000 (18:46 +0000)]
Added a conversion from < to &lt; when viewing "non-HTML" email for
security reasons.

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

22 years agoAdded A. Kirtchwitz's check for set up empty MIME type.
phutnick [Tue, 4 Sep 2001 12:46:48 +0000 (12:46 +0000)]
Added A. Kirtchwitz's check for set up empty MIME type.

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

22 years agoAdded A. Kirchwitz's check for set put empty MIME type for attachments.
phutnick [Tue, 4 Sep 2001 12:43:39 +0000 (12:43 +0000)]
Added A. Kirchwitz's check for set put empty MIME type for attachments.

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

22 years agoAdded Pontus Ullgren's message priority code.
phutnick [Tue, 4 Sep 2001 00:43:08 +0000 (00:43 +0000)]
Added Pontus Ullgren's message priority code.

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

22 years agoAdded Pontus Ullgren's message priority code.
phutnick [Tue, 4 Sep 2001 00:41:42 +0000 (00:41 +0000)]
Added Pontus Ullgren's message priority code.

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

22 years ago*** empty log message ***
phutnick [Mon, 3 Sep 2001 21:42:32 +0000 (21:42 +0000)]
*** empty log message ***

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

22 years agoAdded estoninan.
gustavf [Thu, 23 Aug 2001 07:07:00 +0000 (07:07 +0000)]
Added estoninan.

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

22 years agoAdded estonian translation.
gustavf [Thu, 23 Aug 2001 07:05:27 +0000 (07:05 +0000)]
Added estonian translation.

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

22 years agoOnly adds the title if the subject isn't completely shown.
fidian [Wed, 8 Aug 2001 17:06:32 +0000 (17:06 +0000)]
Only adds the title if the subject isn't completely shown.

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

22 years agoRemoved extra comparison. $k must be < 256.
fidian [Wed, 8 Aug 2001 16:22:53 +0000 (16:22 +0000)]
Removed extra comparison.  $k must be < 256.

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

22 years agoOk, this actually works now.
fidian [Mon, 6 Aug 2001 14:37:14 +0000 (14:37 +0000)]
Ok, this actually works now.

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

22 years agoPatch from Philippe
fidian [Mon, 6 Aug 2001 14:28:09 +0000 (14:28 +0000)]
Patch from Philippe

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

22 years agorc1 -> cvs (for consistancy [did I spell that right?])
fidian [Mon, 6 Aug 2001 13:39:48 +0000 (13:39 +0000)]
rc1 -> cvs (for consistancy [did I spell that right?])
Added extra backslashes because of string encoding blah blah blah.  :-)

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

22 years agoAllegedly adds the title="blah" to the subject link. Not sure, since my
fidian [Wed, 1 Aug 2001 22:28:04 +0000 (22:28 +0000)]
Allegedly adds the title="blah" to the subject link.  Not sure, since my
browser doesn't actually pop up anything.  May or may not work.

Someone test it.  If it doesn't urldecode the subject (like if you see
pluses instead of spaces and %## a lot), let me know and I'll whip up
something else.  If you feel courageous, try changing it yourself.  Don't
forget to attempt to view subjects like this:
   #This"is a $nasty subject ! line that ' may or | may > not work

:-)

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

22 years agoFixed a bug that would only appear with an obscenely long line in the email.
fidian [Wed, 1 Aug 2001 14:40:07 +0000 (14:40 +0000)]
Fixed a bug that would only appear with an obscenely long line in the email.

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

22 years agoPatch from Philippe Mingo to fix the javascript 'Select All' (actually turns
fidian [Mon, 30 Jul 2001 13:59:38 +0000 (13:59 +0000)]
Patch from Philippe Mingo to fix the javascript 'Select All' (actually turns
it into a 'Toggle All' button)

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

22 years agotrim() -> rtrim() to avoid weird spacing problem I created.
fidian [Fri, 27 Jul 2001 23:40:40 +0000 (23:40 +0000)]
trim() -> rtrim() to avoid weird spacing problem I created.
Maybe opera just had lines that were 1 char too long.  Luke -- feel like
testing?

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

22 years agoMoved code around to make sense.
fidian [Fri, 27 Jul 2001 23:17:54 +0000 (23:17 +0000)]
Moved code around to make sense.
Removed code that didn't make sense.

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

22 years agoWhoops -- was checking for the wrong variable.
fidian [Fri, 27 Jul 2001 23:11:12 +0000 (23:11 +0000)]
Whoops -- was checking for the wrong variable.

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

22 years agoWarnings were removed
fidian [Fri, 27 Jul 2001 23:09:53 +0000 (23:09 +0000)]
Warnings were removed
Removed 'echo' line in folders_rename_do that was causing problems
Removed Ray's preference code from left_main.php (he said he would do it,
but he never did follow through)
Now checks to see if the folder is subscribed before actually subscribing
the folder (the proper fix to the problem Ray tried to fix)

Found a bug -- I can't unsubscribe from a folder.

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

22 years agoBrought CVS up to date with 1.2.0 rc1
fidian [Fri, 27 Jul 2001 22:07:28 +0000 (22:07 +0000)]
Brought CVS up to date with 1.2.0 rc1

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

22 years agoAdded windows-1251 charset patch from Alex Antropoff <alex at tirastel
fidian [Fri, 27 Jul 2001 21:17:42 +0000 (21:17 +0000)]
Added windows-1251 charset patch from Alex Antropoff <alex at tirastel
dot md>

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

22 years agoAdded Turkish translation.
fidian [Fri, 27 Jul 2001 21:15:21 +0000 (21:15 +0000)]
Added Turkish translation.

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

22 years agoAdded Blue Gray theme
fidian [Fri, 27 Jul 2001 21:08:05 +0000 (21:08 +0000)]
Added Blue Gray theme
Come on people!  If you see it on the list, add it!  Don't just sit there
and hope it magically gets added to the source.

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

22 years agoWarning removal
fidian [Fri, 27 Jul 2001 21:07:04 +0000 (21:07 +0000)]
Warning removal

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

22 years agoCode didn't work for me either, but I cleaned it up a bit and made it easier
fidian [Thu, 12 Jul 2001 13:26:36 +0000 (13:26 +0000)]
Code didn't work for me either, but I cleaned it up a bit and made it easier
for someone to fix later -- just uncomment a lot of stuff.

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