kink [Thu, 23 Feb 2006 14:13:47 +0000 (14:13 +0000)]
need to keep it 'url', not 'idiocy', because 'url' also matches the regexp
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10818
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 23 Feb 2006 13:50:08 +0000 (13:50 +0000)]
also need to get u\rl outside of style blocks;
do not try to correct them since they are obviously malicious
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10817
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 23 Feb 2006 13:10:58 +0000 (13:10 +0000)]
also parse uppercase U\RL
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10815
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 23 Feb 2006 13:03:20 +0000 (13:03 +0000)]
- Fix MagicHTML fix with respect to parsing of u\rl in IE.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10812
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Wed, 22 Feb 2006 23:39:13 +0000 (23:39 +0000)]
Adding folder icon support to basic template
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10811
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Wed, 22 Feb 2006 23:14:16 +0000 (23:14 +0000)]
Remove "(0)" if there are no unread messages.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10810
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 22 Feb 2006 21:15:49 +0000 (21:15 +0000)]
Change by Chris Hilts.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10809
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 22 Feb 2006 20:08:53 +0000 (20:08 +0000)]
Changing SquirrelMail to "$org_name". Thank's to Michael Long.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10808
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 22 Feb 2006 05:27:05 +0000 (05:27 +0000)]
Fix warning about array_keys requiring an array as an argument when
fontsets are not defined in the config.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10807
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 22:36:09 +0000 (22:36 +0000)]
Adding the 1.5.1 ReleaseNotes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10806
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 22:32:45 +0000 (22:32 +0000)]
Including plugins integrated into 1.5.1 core.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10805
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 21:55:33 +0000 (21:55 +0000)]
Adding comments about obsolete plugins.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10804
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 21:39:45 +0000 (21:39 +0000)]
Typo.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10803
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 21:35:26 +0000 (21:35 +0000)]
Adding more obsolete plugins.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10802
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Tue, 21 Feb 2006 17:49:31 +0000 (17:49 +0000)]
Removed documentation for unused parameter $icon_theme_path. Its actually a global inside the function.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10797
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Tue, 21 Feb 2006 17:05:34 +0000 (17:05 +0000)]
Added "bad plugin" blacklist (currently contains "view_as_html" and "folder_preferences". Plugins known to not work, or known to be already integrated into the core (and thus should not be used as a separate plugin) should be added to this list.
Modified do_err to support the concept of fatal errors and warnings. Fatal errors stop the script. Warnings allow the rest of the script to continue.
do_err(string error-text, boolean fatal=true)
Minor adjustment to php version display, no alteration to actual test.
Minor adjustment to end summary (warnings, or setup looks ok text)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10789
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Tue, 21 Feb 2006 16:15:15 +0000 (16:15 +0000)]
Removed var_dump and fixed notice.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10788
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 05:59:09 +0000 (05:59 +0000)]
Fixing PHP short tag.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10785
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 21 Feb 2006 05:16:44 +0000 (05:16 +0000)]
Reverting to old string.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10783
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Tue, 21 Feb 2006 00:04:56 +0000 (00:04 +0000)]
Changes for new icon theming
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10782
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Tue, 21 Feb 2006 00:02:30 +0000 (00:02 +0000)]
New icon theming. Also added basic template for left_main.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10781
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 20 Feb 2006 19:30:45 +0000 (19:30 +0000)]
one more place with incompatible color code
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10780
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 20 Feb 2006 18:11:01 +0000 (18:11 +0000)]
adding information about version that introduced constants
adding SM_PATH define in order to avoid PHP errors on direct file access.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10778
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 20 Feb 2006 17:50:13 +0000 (17:50 +0000)]
enabled fancy defaults. same as in 1.5.1
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10777
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 20 Feb 2006 17:46:34 +0000 (17:46 +0000)]
same fix as in 1.5.1. Color codes without # does not work in standard compliance mode.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10776
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 20 Feb 2006 08:52:48 +0000 (08:52 +0000)]
Updating text about gettext files (typo).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10774
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 20 Feb 2006 08:46:59 +0000 (08:46 +0000)]
Updating text about gettext files.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10773
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Feb 2006 10:33:49 +0000 (10:33 +0000)]
mailbox caching code added new hook
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10767
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 18 Feb 2006 16:11:46 +0000 (16:11 +0000)]
centering logout_error table
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10765
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 13 Feb 2006 18:21:00 +0000 (18:21 +0000)]
fix right_main checking for right_main's that pass mailbox parameters.
unbreaks some common plugins
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10740
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 13 Feb 2006 17:23:51 +0000 (17:23 +0000)]
restoring globalization of text alignment vars.
moving text alignment setup from $languages to GET request.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10739
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 13 Feb 2006 16:26:45 +0000 (16:26 +0000)]
short open tag
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10737
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sun, 12 Feb 2006 18:24:50 +0000 (18:24 +0000)]
small thread code correction
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10736
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 17:43:01 +0000 (17:43 +0000)]
changes made by Marc before branching
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10734
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 12 Feb 2006 17:05:12 +0000 (17:05 +0000)]
must have functions/i18n.php available to use $squirrelmail_language further
down.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10732
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 16:11:50 +0000 (16:11 +0000)]
Upping HEAD version number. 1.5.1 scripts are stored in SM-1_5_1 branch.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10729
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sun, 12 Feb 2006 15:48:11 +0000 (15:48 +0000)]
array_shift is slowwwww, this approach is faster.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10728
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 15:11:09 +0000 (15:11 +0000)]
added information about header calls in displayHtmlHeader and integration
of view_as_html. extended wrapping in compose chapter.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10727
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sun, 12 Feb 2006 14:41:26 +0000 (14:41 +0000)]
The old thread code caused time outs with a message set of 15000 messages so
I started debugging, found out that preg_split was extremely slow and
started to avoid that call. I ended up in removing a lot of overhead and
working thread code.
Next step is adapting the indent array and add more status info per node in
order to generate nicer trees.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10726
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 09:15:52 +0000 (09:15 +0000)]
newmail_media_enable is used instead of newmail_enable
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10725
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 09:08:11 +0000 (09:08 +0000)]
disable template selection, when only one template is present
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10724
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 09:03:11 +0000 (09:03 +0000)]
using hide_sm_attributions instead of hide_sm_attributes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10723
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 06:48:39 +0000 (06:48 +0000)]
fixed untranslated string. spotted by jam
updated squirrelmail.pot
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10714
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 12 Feb 2006 06:35:55 +0000 (06:35 +0000)]
updating email and name of Georgian translator
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10713
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 18:17:59 +0000 (18:17 +0000)]
Fix for checkall link when js is disabled.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10711
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 11 Feb 2006 17:49:33 +0000 (17:49 +0000)]
duplicate closing tr
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10710
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 11 Feb 2006 17:42:27 +0000 (17:42 +0000)]
css requires more hacks in order to center table correctly. reverting to html alignment.
fixed order of closing select tag
start filters table only when filters exists. removes empty table when filters are
not defined.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10709
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 11 Feb 2006 17:16:37 +0000 (17:16 +0000)]
css centering does not work. reverting to html based table centering.
use different ids for submit buttons
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10708
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 15:24:58 +0000 (15:24 +0000)]
Update documentation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10707
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 15:20:06 +0000 (15:20 +0000)]
removing global
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10706
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 15:14:31 +0000 (15:14 +0000)]
Fix for #
1093360.
The fix also includes the move from manual generated error messages in
imap_general to the central error handler.
In order to catch non fatal error message in compose.php I had to collect
the error messages array before the header redirect and write them to the
session. In read_body.php, compose.php and right_main.php I add the error
messages to the error handler again and clean up the delayed error messages
array.
I also modified the error handler in order to display the page_header in
case it wasn't displayed yet.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10705
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 11:33:46 +0000 (11:33 +0000)]
Fix for #550557
Do not try to set the \Answered flag if PERMANENTFLAGS doesn't advertise
\Answered.
PERMANENTFLAGS contain the flags that can be toggled in the selected mailbox
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10704
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 11:13:05 +0000 (11:13 +0000)]
Fix for from names displayed in the attachment area when the message is a
digest. After opening a digest message the rfc822_header object structure
which resulted we couldn't few the from name anymore when switched back to
the digest message.
We need to fix this later. See the comments.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10703
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 10:06:10 +0000 (10:06 +0000)]
Last small addition, use separate class for mailboxes with recent messages
so you can detect where the recent messages are located if you use the
newmail plugin and only inform about recent messages.
At this moment the unseenstring is bold when the mailbox contains recent
messages.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10702
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Sat, 11 Feb 2006 10:03:46 +0000 (10:03 +0000)]
Added leftrecent in order to detect which folders contain recent messages.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10701
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 23:38:42 +0000 (23:38 +0000)]
it's $sent_folder instead of $send_folder
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10700
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 23:15:48 +0000 (23:15 +0000)]
Added Michael More to the significant contributions area.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10699
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 23:06:50 +0000 (23:06 +0000)]
Adapted patch from Michael Long
* respect imap continuation request
* Added new error handling calls
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10698
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 22:16:07 +0000 (22:16 +0000)]
Patches from Michael Long
* implementing imap status cache in order to reduce
the amount of status calls generated from the newmail and filter plugin.
* enable the cumulative message account in left_main.php again
Patches reviewed by me. I fixed a few small things in newmail and I added RECENT status
calls in imap_mailbox.php in order to make the "only check recent mail"
option work.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10697
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 10 Feb 2006 21:20:42 +0000 (21:20 +0000)]
adding information about Georgian translator.
adding myself as Translation Team leader.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10696
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 10 Feb 2006 21:17:42 +0000 (21:17 +0000)]
updating strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10695
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 19:02:28 +0000 (19:02 +0000)]
UW response will now be detected too
[BADCHARSET (US-ASCII ,,,, )]
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10687
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Fri, 10 Feb 2006 19:00:11 +0000 (19:00 +0000)]
detecting character in a NO response propably means:
Unrecognized character set or
character set is not supported
In other words, it's very certain the NO is caused by an unsupported
charset.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10686
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Fri, 10 Feb 2006 04:58:13 +0000 (04:58 +0000)]
Small gramatical correction.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10685
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Thu, 9 Feb 2006 22:04:38 +0000 (22:04 +0000)]
Proofreading.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10684
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Thu, 9 Feb 2006 21:44:21 +0000 (21:44 +0000)]
Merged View as HTML support into the SquirrelMail core
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10683
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Thu, 9 Feb 2006 21:09:44 +0000 (21:09 +0000)]
Adding myself.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10682
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 9 Feb 2006 20:30:36 +0000 (20:30 +0000)]
More work on the release notes. Please look at it carefully because both
Tomas and me created it. As non native English speakers we could have made
some mistakes ;-)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10681
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Feb 2006 19:38:50 +0000 (19:38 +0000)]
adding new options to plugin defines.
undoing centering changes in plugin. align attribute is deprecated, but
css does not provide options for table alignment.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10680
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Feb 2006 19:07:14 +0000 (19:07 +0000)]
style changes in server sorting option descriptions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10679
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Thu, 9 Feb 2006 19:03:28 +0000 (19:03 +0000)]
Corrected charset to iso-8859-1
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10678
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Feb 2006 19:00:15 +0000 (19:00 +0000)]
documenting sorting options with @since tags
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10677
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Thu, 9 Feb 2006 18:43:07 +0000 (18:43 +0000)]
Fixed my poor American-only editor. :o
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10676
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stevetruckstuff [Thu, 9 Feb 2006 18:21:48 +0000 (18:21 +0000)]
Added myself. :)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10675
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Feb 2006 17:56:20 +0000 (17:56 +0000)]
unseen string used different color before I've moved it colors to css.
confused color[15] with color[11]
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10674
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Feb 2006 17:54:45 +0000 (17:54 +0000)]
reverting sqm_leftMain style changes.
adding leftunseen style for unseen strings
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10673
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 22:04:20 +0000 (22:04 +0000)]
Steve Brown's work for the login.tpl template
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10672
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 22:03:21 +0000 (22:03 +0000)]
Steve Brown work for the login.tpl template
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10671
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 22:02:46 +0000 (22:02 +0000)]
Steve Brown login.tpl work.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10670
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Wed, 8 Feb 2006 20:04:34 +0000 (20:04 +0000)]
Fix unknown variable message when the user has never logged in before (tested with dovecot).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10669
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 17:59:25 +0000 (17:59 +0000)]
mailbox cache fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10668
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 17:56:25 +0000 (17:56 +0000)]
Headers fetch from read_body triggered by using the prev/next links didn't
add sufficient info for displaying the correct header in the messages list.
The extra check detects if the header is complete and add the specific uid
to the array with headers to be fetched.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10667
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 17:54:24 +0000 (17:54 +0000)]
Incorrect columns were passed through calcfetchColumns with as result the
wrong column headers were fetched in case of updating the MSG_HEADERS cache
caused by using the prev/next links.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10666
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 10:07:37 +0000 (10:07 +0000)]
error reporting / disable thread and server sort
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10661
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 8 Feb 2006 08:37:24 +0000 (08:37 +0000)]
make the login box be centered again on firefox/linux
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10660
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 08:00:10 +0000 (08:00 +0000)]
Better error reporting
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10659
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 07:59:19 +0000 (07:59 +0000)]
made the code work for triggering imap related errors.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10658
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 07:58:18 +0000 (07:58 +0000)]
disable server sort/thread option
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10657
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 8 Feb 2006 07:57:14 +0000 (07:57 +0000)]
make it possible again to disable thread sort and server sort.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10656
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 7 Feb 2006 02:54:08 +0000 (02:54 +0000)]
Moving the links "Download this as a file" and "View Unsafe Images" to the "Options" field, where they belong. This has also been requested at the mailing lists.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10655
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Feb 2006 19:27:22 +0000 (19:27 +0000)]
adding information about changes/removed functions and hooks
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10654
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Feb 2006 18:55:39 +0000 (18:55 +0000)]
adding my PGP key id and fingerprint.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10653
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 6 Feb 2006 07:19:15 +0000 (07:19 +0000)]
adding sm-1.4 version
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10652
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 5 Feb 2006 12:36:40 +0000 (12:36 +0000)]
Replacing deprecated HTML "center" element (second try).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10651
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 5 Feb 2006 12:23:04 +0000 (12:23 +0000)]
Replacing deprecated HTML "center" element (second try).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10650
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 5 Feb 2006 11:43:43 +0000 (11:43 +0000)]
Double quoting needed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10649
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 5 Feb 2006 11:32:35 +0000 (11:32 +0000)]
Replacing HTML "script" element deprecated attribute "language".
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10648
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 5 Feb 2006 11:31:22 +0000 (11:31 +0000)]
rebuild mailbox cache when trash is emptied. cleans cached trash subfolders
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10647
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 5 Feb 2006 11:29:41 +0000 (11:29 +0000)]
replacing obsolate function calls with current ones
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10646
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 5 Feb 2006 11:18:50 +0000 (11:18 +0000)]
Replacing deprecated HTML "center" element.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10645
7612ce4b-ef26-0410-bec9-
ea0150e637f0