squirrelmail.git
22 years agoThis should show the toggle all link into the searchs results.
philippe_mingo [Fri, 21 Dec 2001 09:21:33 +0000 (09:21 +0000)]
This should show the toggle all link into the searchs results.

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

22 years agoRandom Themes for SquirrelMail
fidian [Thu, 20 Dec 2001 19:53:19 +0000 (19:53 +0000)]
Random Themes for SquirrelMail
by Jorey Bump

These themes generate random colors whenever a page is refreshed or a new one is
loaded.

** NOTE:  Question Reality wasn't added since it was 100% random and would
often produce unreadable results.  From the readme, it was listed as "For
demonstration purposes only!"  I hope Jorey doesn't mind. **

Spice of Life: This theme creates contrasting colors for easier readability. I
have also provided 2 variations, one that always provides a dark background and
one that always provides a light background (my personal favorite).

Greenhouse Effect, Kind of Blue, In the Pink, and Shades of Grey: As the titles
suggest, these themes favor a specific color.

Monostochastic: This creates a contrasting 2 color theme. There is only one
color for text, one for the background. Very spartan.

NOTES:

These themes will not interfere with the message highlighting feature provided
by SquirrelMail, but sometimes the results may be unpleasant.

I haven't tried it, but I assume that any colors specified in an external css
file will override the ones provided by any theme.

On a slightly technical note, this code will actually cause 2 themes to be
generated, one for each frame.

The SquirrelMail developers have not formally declared that certain elements of
the color array be used for text vs. background (although that would be nice!),
so I had to make educated guesses during development. I've noticed that
SquirrelMail borrows a background color from the right frame to use as a text
color in the left, to display parent folder names. This sometimes causes
the folder names to be barely legible. Since my code loads a different theme in
each frame, this situation cannot occur. It's something to keep in mind when
you're designing themes, however. Here's a fix, if you find this to be as
annoying as I do:

Change line 172 (in 1.2.0-rc2) of src/left_main.php from:

 $line .= "<FONT COLOR=\"$color[10]\">";

to:

 $line .= "<b><FONT COLOR=\"$color[6]\">";

Hopefully, this will be changed in future versions, and the color array will be
standardized for text and background colors.

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

22 years agoAdded a few cool themes from Jorey Bump
fidian [Thu, 20 Dec 2001 19:50:21 +0000 (19:50 +0000)]
Added a few cool themes from Jorey Bump

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

22 years agoWarning (and probably a bug) removal.
fidian [Thu, 20 Dec 2001 19:49:15 +0000 (19:49 +0000)]
Warning (and probably a bug) removal.

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

22 years agoSorted themes
fidian [Thu, 20 Dec 2001 19:48:32 +0000 (19:48 +0000)]
Sorted themes

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

22 years agoFixed potential (?) problem reported by Klaus (via Philippe)
fidian [Thu, 20 Dec 2001 13:40:27 +0000 (13:40 +0000)]
Fixed potential (?) problem reported by Klaus (via Philippe)

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

22 years agoBulgarian commented until submission
philippe_mingo [Thu, 20 Dec 2001 09:42:31 +0000 (09:42 +0000)]
Bulgarian commented until submission

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

22 years agoCredits
philippe_mingo [Thu, 20 Dec 2001 09:38:30 +0000 (09:38 +0000)]
Credits

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

22 years agoFixed config_version for config_default.php
thomppj [Wed, 19 Dec 2001 18:04:00 +0000 (18:04 +0000)]
Fixed config_version for config_default.php

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

22 years agoFixed warnings
fidian [Wed, 19 Dec 2001 13:50:49 +0000 (13:50 +0000)]
Fixed warnings

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

22 years agobug 490451, image number 2 contains a lone = at the end of a line
philippe_mingo [Tue, 18 Dec 2001 09:36:17 +0000 (09:36 +0000)]
bug 490451, image number 2 contains a lone = at the end of a line

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

22 years agoSmall fixes to option page stuff...
thomppj [Mon, 17 Dec 2001 19:53:26 +0000 (19:53 +0000)]
Small fixes to option page stuff...

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

22 years agoPreferences bugfix
philippe_mingo [Mon, 17 Dec 2001 13:05:19 +0000 (13:05 +0000)]
Preferences bugfix

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

22 years agoGIF files changed to PNG
philippe_mingo [Fri, 14 Dec 2001 09:08:17 +0000 (09:08 +0000)]
GIF files changed to PNG

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

22 years ago2001-12-13 1.2 String Freeze
philippe_mingo [Thu, 13 Dec 2001 12:51:42 +0000 (12:51 +0000)]
2001-12-13 1.2 String Freeze
Headers corrected : - Added (c) stuff and changed mailing list.
All po files merged

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

22 years agoCroatian Credits
philippe_mingo [Thu, 13 Dec 2001 11:44:12 +0000 (11:44 +0000)]
Croatian Credits

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

22 years agoFixed AUTHROS file corruption
philippe_mingo [Thu, 13 Dec 2001 11:27:20 +0000 (11:27 +0000)]
Fixed AUTHROS file corruption

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

22 years agoAdded option to do data and attachment directory hashing, up to four levels. Will...
thomppj [Thu, 13 Dec 2001 07:00:56 +0000 (07:00 +0000)]
Added option to do data and attachment directory hashing, up to four levels. Will automatically search for missing file at other levels, move them to the right place, create hash directories, etc.

Should work for both data directory and attachment. Also modified Squirrelspell plugin to use this as well.

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

22 years agoit didn't really parse all directories, eerhhmmm
teepe [Wed, 12 Dec 2001 23:23:29 +0000 (23:23 +0000)]
it didn't really parse all directories, eerhhmmm

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

22 years agoStrings update
philippe_mingo [Wed, 12 Dec 2001 14:15:51 +0000 (14:15 +0000)]
Strings update

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

22 years agoWorkaround for the "catalan" bug. This leaves blank language
philippe_mingo [Wed, 12 Dec 2001 09:18:00 +0000 (09:18 +0000)]
Workaround for the "catalan" bug. This leaves blank language
when it has not been set. Which is correct in my opinion, and
default language is used (but not set) instead.

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

22 years agoThe bug is not there
philippe_mingo [Wed, 12 Dec 2001 09:15:26 +0000 (09:15 +0000)]
The bug is not there

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

22 years agoSmall html headers fix
philippe_mingo [Wed, 12 Dec 2001 09:10:45 +0000 (09:10 +0000)]
Small html headers fix

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

22 years agoSintax fix plus display_messages usage
philippe_mingo [Wed, 12 Dec 2001 08:59:31 +0000 (08:59 +0000)]
Sintax fix plus display_messages usage

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

22 years agoSintax fix
philippe_mingo [Wed, 12 Dec 2001 08:53:36 +0000 (08:53 +0000)]
Sintax fix

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

22 years agoIMAP server error intercepted before PHP error.
philippe_mingo [Wed, 12 Dec 2001 08:19:28 +0000 (08:19 +0000)]
IMAP server error intercepted before PHP error.

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

22 years agos/"/'/
antipode [Tue, 11 Dec 2001 05:41:32 +0000 (05:41 +0000)]
s/"/'/

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

22 years agoFormatting changes.
antipode [Tue, 11 Dec 2001 05:38:24 +0000 (05:38 +0000)]
Formatting changes.

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

22 years agoadded information regarding the foo_once upgrading issue
teepe [Sun, 9 Dec 2001 21:56:13 +0000 (21:56 +0000)]
added information regarding the foo_once upgrading issue
also updated the examples with more current version numbers

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

22 years agoFixes a possible security threat.
philippe_mingo [Fri, 7 Dec 2001 11:16:50 +0000 (11:16 +0000)]
Fixes a possible security threat.

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

22 years agoUpdated main po strings.
philippe_mingo [Fri, 7 Dec 2001 08:12:21 +0000 (08:12 +0000)]
Updated main po strings.

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

22 years agoReworked paginator code, everyone try it out.
thomppj [Fri, 7 Dec 2001 07:44:21 +0000 (07:44 +0000)]
Reworked paginator code, everyone try it out.

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

22 years agoFirst cleanup pass - indention
bbice [Thu, 6 Dec 2001 02:46:15 +0000 (02:46 +0000)]
First cleanup pass - indention

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

22 years agostyle police step 1 on this file...aarrgghh it's horribly, oh btw: fixed a bug which...
teepe [Tue, 4 Dec 2001 22:37:19 +0000 (22:37 +0000)]
style police step 1 on this file...aarrgghh it's horribly, oh btw: fixed a bug which prohibited editing and adding entries :-) with thanks to Ben Jackson

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

22 years agoFile Formatting
fallas [Tue, 4 Dec 2001 09:46:06 +0000 (09:46 +0000)]
File Formatting

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

22 years agoI have no idea how the first `p' in <?php got capitalized.
antipode [Tue, 4 Dec 2001 02:28:41 +0000 (02:28 +0000)]
I have no idea how the first `p' in <?php got capitalized.

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

22 years agoStyle police again.
antipode [Tue, 4 Dec 2001 02:26:39 +0000 (02:26 +0000)]
Style police again.

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

22 years agoMissed a few.
antipode [Tue, 4 Dec 2001 02:16:42 +0000 (02:16 +0000)]
Missed a few.

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

22 years agoWhooo-oo are the code police?
antipode [Tue, 4 Dec 2001 02:15:02 +0000 (02:15 +0000)]
Whooo-oo are the code police?

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

22 years agoStyle police.
antipode [Tue, 4 Dec 2001 01:55:06 +0000 (01:55 +0000)]
Style police.

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

22 years agoAdded i18n for SpamFilters_YourHop warning
bbice [Mon, 3 Dec 2001 22:09:55 +0000 (22:09 +0000)]
Added i18n for SpamFilters_YourHop warning

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

22 years agosquirrelmail-Bugs-488332
philippe_mingo [Mon, 3 Dec 2001 20:03:58 +0000 (20:03 +0000)]
squirrelmail-Bugs-488332

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

22 years agoAdded All messages display
philippe_mingo [Mon, 3 Dec 2001 19:32:09 +0000 (19:32 +0000)]
Added All messages display

Bunzo, tell me if this is what you want.

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

22 years agoFixed typo.
fallas [Mon, 3 Dec 2001 11:17:26 +0000 (11:17 +0000)]
Fixed typo.
CV:S ----------------------------------------------------------------------

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

22 years agoNow treats drafts folder as a special folder.
fallas [Mon, 3 Dec 2001 10:26:38 +0000 (10:26 +0000)]
Now treats drafts folder as a special folder.

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

22 years agoUsability terminolofy change.
thomppj [Sun, 2 Dec 2001 21:49:34 +0000 (21:49 +0000)]
Usability terminolofy change.

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

22 years agoSet default value of YourHop
thomppj [Sun, 2 Dec 2001 09:46:08 +0000 (09:46 +0000)]
Set default value of YourHop

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

22 years agoFixed dumb bug that I just committed...
thomppj [Sun, 2 Dec 2001 09:37:39 +0000 (09:37 +0000)]
Fixed dumb bug that I just committed...

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

22 years agoCode cleanup brigage...
thomppj [Sun, 2 Dec 2001 09:33:02 +0000 (09:33 +0000)]
Code cleanup brigage...

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

22 years agoChanged default value for SpamFilters_YourHop
bbice [Sun, 2 Dec 2001 09:19:25 +0000 (09:19 +0000)]
Changed default value for SpamFilters_YourHop

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

22 years agoSmall changes to display of filters option page.
thomppj [Sun, 2 Dec 2001 08:20:41 +0000 (08:20 +0000)]
Small changes to display of filters option page.

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

22 years agoSimple fix.
thomppj [Sun, 2 Dec 2001 08:15:57 +0000 (08:15 +0000)]
Simple fix.

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

22 years ago*** empty log message ***
bbice [Sun, 2 Dec 2001 08:08:17 +0000 (08:08 +0000)]
*** empty log message ***

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

22 years agoUpdated changelog.
thomppj [Sun, 2 Dec 2001 06:20:03 +0000 (06:20 +0000)]
Updated changelog.

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

22 years agoCleanup work.
thomppj [Sun, 2 Dec 2001 05:45:34 +0000 (05:45 +0000)]
Cleanup work.

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

22 years agoSome fixup.
philippe_mingo [Fri, 30 Nov 2001 18:39:15 +0000 (18:39 +0000)]
Some fixup.

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

22 years agoTyler: This is not very original but should do the trick
philippe_mingo [Fri, 30 Nov 2001 18:38:21 +0000 (18:38 +0000)]
Tyler: This is not very original but should do the trick

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

22 years agoSplit up Message and SPAM filters options pages
bbice [Fri, 30 Nov 2001 09:10:39 +0000 (09:10 +0000)]
Split up Message and SPAM filters options pages

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

22 years agoInitial checkin of spamoptions.php
bbice [Fri, 30 Nov 2001 09:07:58 +0000 (09:07 +0000)]
Initial checkin of spamoptions.php

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

22 years agoFixed five-ten filters and made Options page edit forms always at top of page
bbice [Thu, 29 Nov 2001 12:26:06 +0000 (12:26 +0000)]
Fixed five-ten filters and made Options page edit forms always at top of page

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

22 years agoAdded a counter pref and a fix for the imapid
philippe_mingo [Wed, 28 Nov 2001 19:48:30 +0000 (19:48 +0000)]
Added a counter pref and a fix for the imapid

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

22 years agoFixed login crash
philippe_mingo [Tue, 27 Nov 2001 19:10:28 +0000 (19:10 +0000)]
Fixed login crash

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

22 years agoUpdated filters - internationalized some more strings
bbice [Tue, 27 Nov 2001 08:49:29 +0000 (08:49 +0000)]
Updated filters - internationalized some more strings

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

22 years agoBrent,
philippe_mingo [Tue, 27 Nov 2001 08:25:00 +0000 (08:25 +0000)]
Brent,

Don't forget to internationalize your strings.

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

22 years agoUpdated filters - added 2 more five-ten filter types
bbice [Tue, 27 Nov 2001 07:51:36 +0000 (07:51 +0000)]
Updated filters - added 2 more five-ten filter types

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

22 years ago** -> *
philippe_mingo [Mon, 26 Nov 2001 19:33:28 +0000 (19:33 +0000)]
** -> *

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

22 years agoFixed parsing of ',', '.', and EOL
jdries3 [Mon, 26 Nov 2001 16:49:47 +0000 (16:49 +0000)]
Fixed parsing of ',', '.', and EOL

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

22 years agoThese fixes were needed in order to make work save stuff from newmail. Please Paul...
philippe_mingo [Mon, 26 Nov 2001 14:17:04 +0000 (14:17 +0000)]
These fixes were needed in order to make work save stuff from newmail. Please Paul, take a look at it.

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

22 years agoAdd check of configuration file.
philippe_mingo [Mon, 26 Nov 2001 13:02:47 +0000 (13:02 +0000)]
Add check of configuration file.

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

22 years agoAdded "User-Agent" to possible headers with the mailer information.
antipode [Sun, 25 Nov 2001 19:14:18 +0000 (19:14 +0000)]
Added "User-Agent" to possible headers with the mailer information.
There might be more...

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

22 years agoVery small cleanup
philippe_mingo [Sun, 25 Nov 2001 18:12:03 +0000 (18:12 +0000)]
Very small cleanup

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

22 years agoRemoval of %> for those with asp on.
philippe_mingo [Sun, 25 Nov 2001 17:46:53 +0000 (17:46 +0000)]
Removal of %> for those with asp on.

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

22 years agoCorrected Line breaks. Main po now work fine.
philippe_mingo [Sat, 24 Nov 2001 19:09:12 +0000 (19:09 +0000)]
Corrected Line breaks. Main po now work fine.

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

22 years agoFixed line breaks that didn't let xgetpo to work
philippe_mingo [Sat, 24 Nov 2001 19:06:52 +0000 (19:06 +0000)]
Fixed line breaks that didn't let xgetpo to work

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

22 years agoFixed line breaks that didn't allow xgetpo to work
philippe_mingo [Sat, 24 Nov 2001 19:04:28 +0000 (19:04 +0000)]
Fixed line breaks that didn't allow xgetpo to work

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

22 years agoSome cleanup.
philippe_mingo [Sat, 24 Nov 2001 18:38:52 +0000 (18:38 +0000)]
Some cleanup.

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

22 years agoRemoved debug echo
philippe_mingo [Sat, 24 Nov 2001 09:11:20 +0000 (09:11 +0000)]
Removed debug echo

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

22 years agomail_fetch adaptation
philippe_mingo [Sat, 24 Nov 2001 09:04:05 +0000 (09:04 +0000)]
mail_fetch adaptation

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

22 years agoOfficial Mail_Fetch version
philippe_mingo [Fri, 23 Nov 2001 19:08:56 +0000 (19:08 +0000)]
Official Mail_Fetch version

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

22 years agoadded mail_fetch strings
philippe_mingo [Fri, 23 Nov 2001 18:57:02 +0000 (18:57 +0000)]
added mail_fetch strings

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

22 years agoWarning removal.
fidian [Fri, 23 Nov 2001 15:02:41 +0000 (15:02 +0000)]
Warning removal.

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

22 years agoModified sqimap_session_id to return something when there is no session ID
fidian [Fri, 23 Nov 2001 15:01:18 +0000 (15:01 +0000)]
Modified sqimap_session_id to return something when there is no session ID
yet.  This lets it work with the login_auth plugin.

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

22 years agoAdded slightly better font colors.
fidian [Fri, 23 Nov 2001 15:00:03 +0000 (15:00 +0000)]
Added slightly better font colors.
Problem:  White background on table made text very unreadable with the
default text color being white (I use the black bean burrito theme).  Adding
the font tag starts to help.

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

22 years agoBugfix in the page selector on/off option
philippe_mingo [Fri, 23 Nov 2001 08:26:40 +0000 (08:26 +0000)]
Bugfix in the page selector on/off option

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

22 years agoNew filters plugin strings
philippe_mingo [Thu, 22 Nov 2001 22:31:20 +0000 (22:31 +0000)]
New filters plugin strings

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

22 years agoFilter modified with Brent Bice instructions.
philippe_mingo [Thu, 22 Nov 2001 22:29:16 +0000 (22:29 +0000)]
Filter modified with Brent Bice instructions.

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

22 years ago(c) stuff
philippe_mingo [Thu, 22 Nov 2001 19:18:27 +0000 (19:18 +0000)]
(c) stuff

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

22 years ago(c) stuff
philippe_mingo [Wed, 21 Nov 2001 18:48:35 +0000 (18:48 +0000)]
(c) stuff

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

22 years agoAdded (c) stuff and some formatting.
philippe_mingo [Wed, 21 Nov 2001 18:38:12 +0000 (18:38 +0000)]
Added (c) stuff and some formatting.

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

22 years agofix bug #481886 with anonymous hint from sourceforge trackers :-)
teepe [Tue, 20 Nov 2001 22:17:01 +0000 (22:17 +0000)]
fix bug #481886 with anonymous hint from sourceforge trackers :-)

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

22 years agobetter default for printer_friendly option
teepe [Tue, 20 Nov 2001 22:08:24 +0000 (22:08 +0000)]
better default for printer_friendly option

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

22 years agoSome fixup:
philippe_mingo [Tue, 20 Nov 2001 20:08:28 +0000 (20:08 +0000)]
Some fixup:

- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.

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

22 years agoAdded the two new themes to the defaul config.
allah03 [Tue, 20 Nov 2001 15:07:58 +0000 (15:07 +0000)]
Added the two new themes to the defaul config.

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

22 years agoAdding Michael Prinsen's Dompie theme and my own re-working of his theme,
allah03 [Mon, 19 Nov 2001 15:32:02 +0000 (15:32 +0000)]
Adding Michael Prinsen's Dompie theme and my own re-working of his theme,
which I'm calling Methodical.

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

22 years agoCorrected a Credits Confusion
philippe_mingo [Mon, 19 Nov 2001 13:21:58 +0000 (13:21 +0000)]
Corrected a Credits Confusion

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

22 years agoRemoving Debug Info
philippe_mingo [Mon, 19 Nov 2001 11:10:14 +0000 (11:10 +0000)]
Removing Debug Info

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

22 years agoMain Strings File Update
philippe_mingo [Mon, 19 Nov 2001 11:08:17 +0000 (11:08 +0000)]
Main Strings File Update

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

22 years agoOops
philippe_mingo [Sun, 18 Nov 2001 20:05:59 +0000 (20:05 +0000)]
Oops

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

22 years agoIntl.
philippe_mingo [Sun, 18 Nov 2001 19:28:02 +0000 (19:28 +0000)]
Intl.

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

22 years agoCleaned up options main for IE and Netscape compatibility. Did major work on the...
thomppj [Sun, 18 Nov 2001 10:42:32 +0000 (10:42 +0000)]
Cleaned up options main for IE and Netscape compatibility. Did major work on the great options rewrite. Cool stuff here, I think... :)

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