tokul [Sun, 27 Jul 2003 09:42:42 +0000 (09:42 +0000)]
Default theme is set in config/config.php. Setting it here makes SM
ignore default theme set by config/config.php.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5437
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 27 Jul 2003 09:13:29 +0000 (09:13 +0000)]
preg_match('/iso-8859-/'.. covered all iso-8859 charsets (iso-8859-1,
iso-8859-2, iso-8859-13 etc). stristr does not do that.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5436
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Sun, 27 Jul 2003 03:45:25 +0000 (03:45 +0000)]
I should have probably added this many months ago when I first found out
about the $_SESSION/$HTTP_SESSION_VAR not being available until a session
was explicitly started. 99% of the time, this shouldn't be needed, but
this function checks for an active session, and starts one if there isn't
an active one. This should fix the following references for the $_ vars.
Tested, and doesn't seem to break anything
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5435
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 27 Jul 2003 02:50:25 +0000 (02:50 +0000)]
Reworked optional charset management.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5433
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 27 Jul 2003 01:50:11 +0000 (01:50 +0000)]
Check for empty default_charset in imap_utf7_decode_local() too. Duplicate code is bad :(.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5432
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 27 Jul 2003 00:44:15 +0000 (00:44 +0000)]
Replace None mailbox with first available mailbox (eg INBOX)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5431
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 27 Jul 2003 00:32:34 +0000 (00:32 +0000)]
Fix autodetect-delimiter-no-namespace code for devel sqimap_read_data(). Was breaking Mercury/32.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5430
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sat, 26 Jul 2003 19:42:58 +0000 (19:42 +0000)]
Create a [Missing] option in mailbox select if mailbox doesn't exist, like when loaded from saved/recent.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5429
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sat, 26 Jul 2003 18:59:54 +0000 (18:59 +0000)]
Use sm_print_r() only if it exists, so the code can be backported.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5428
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sat, 26 Jul 2003 18:54:44 +0000 (18:54 +0000)]
Check for empty default_charset. RCS tag string fixed ;)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5427
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 26 Jul 2003 10:15:14 +0000 (10:15 +0000)]
Use mail_sent in stead of passing whole message in url var.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5426
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 26 Jul 2003 10:13:35 +0000 (10:13 +0000)]
*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5425
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sat, 26 Jul 2003 02:06:32 +0000 (02:06 +0000)]
Dump debug info for mailbox select before it may fail
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5424
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 25 Jul 2003 23:42:19 +0000 (23:42 +0000)]
Add a confirmation that message has been sent for users who do not
use compose_in_new. I think this is more clear than just presenting them
with the message list again without any notice whatsoever.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5423
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 25 Jul 2003 22:10:22 +0000 (22:10 +0000)]
Some small HTML fixes/improvements
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5422
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 25 Jul 2003 21:02:32 +0000 (21:02 +0000)]
Add support for Mail-Followup-To to devel. In short, Reply To All will
set To to the value of this header if set.
http://cr.yp.to/proto/replyto.html
http://www.ietf.org/proceedings/98dec/I-D/draft-ietf-drums-mail-followup-to-00.txt
I'm not a real DJB-enthousiast, but reportedly quite some software uses
this header; no harm in supporting it if it's present.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5421
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 25 Jul 2003 01:02:17 +0000 (01:02 +0000)]
sqimap_encode_mailbox_name() calls added
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5420
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 24 Jul 2003 21:23:18 +0000 (21:23 +0000)]
Due to changed behaviour of fread (see php bug 24033) we cannot use large
buffersizes anymore because we cannot trust fread if the requested buffer is
actually returned.
blocking socket connections do not work anymore like they supposed to work
:(
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5418
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Thu, 24 Jul 2003 18:51:59 +0000 (18:51 +0000)]
Imap error management and 8bit chars encoding ;)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5417
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Thu, 24 Jul 2003 18:49:28 +0000 (18:49 +0000)]
Extracted error_box() calling code into sqimap_error_box() for unified imap error display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5416
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 24 Jul 2003 18:08:10 +0000 (18:08 +0000)]
Correct on the fly base64 decode algoritm in case the returned data does not
have "proper" lines with the same length. With an old uw server I discovered
that lines were split in the middle by \n. This fix will correct it.
The rfc about base64 decoding does not mention anything about line length.
rfc2045 does mention that lines should not be longer then 78 characters but
does not say all the lines (excluding the last of course) must be of the same
size.
There for i could not ignore it and fixed it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5415
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Thu, 24 Jul 2003 08:32:05 +0000 (08:32 +0000)]
HTTP/1.1-compliant redirecting
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5406
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Wed, 23 Jul 2003 12:12:14 +0000 (12:12 +0000)]
removed encode_mailbox_name() and changed calls since it is now in imap_general. removed INBOX name encoding. removed folder_prefix from forged LSUB INBOX response.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5404
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 23 Jul 2003 11:27:36 +0000 (11:27 +0000)]
off-by-one: when strlen == trim_at, we also don't want to print ...
make code a little cleaner and get default trim_at value out of the fct
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5402
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Wed, 23 Jul 2003 11:23:53 +0000 (11:23 +0000)]
Extend sm_print_r so you can do:
sm_print_r($a, $b, $c);
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5401
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Wed, 23 Jul 2003 03:02:08 +0000 (03:02 +0000)]
Fix more literal mailbox names
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5400
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Wed, 23 Jul 2003 01:52:15 +0000 (01:52 +0000)]
Corrected English
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5399
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Tue, 22 Jul 2003 17:46:03 +0000 (17:46 +0000)]
advanced_tree: moved Purge after trash link, and bumped font size by 0.2
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5395
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 22 Jul 2003 16:30:13 +0000 (16:30 +0000)]
Make listcommands plugin work again w.r.t. smaction
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5393
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 22 Jul 2003 13:29:00 +0000 (13:29 +0000)]
ChangeLog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5392
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 22 Jul 2003 13:28:09 +0000 (13:28 +0000)]
Updated 'action' to be 'smaction' so that plugins can modify the action of
forms. This was suggested for the gpg plugin, but might be useful elsewhere.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5391
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 22 Jul 2003 10:00:26 +0000 (10:00 +0000)]
Changed to iso-8859-4
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5390
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 22 Jul 2003 09:55:41 +0000 (09:55 +0000)]
Changed Lithuanian encoding in order to make it mbstring compatible.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5389
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 22 Jul 2003 09:54:18 +0000 (09:54 +0000)]
Updated translation with strings from locales cvs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5388
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 22 Jul 2003 09:17:42 +0000 (09:17 +0000)]
Fix bug that after sending reply user was returned to the first page of
the message list, which should be te last-active page (use startMessage).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5384
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 22 Jul 2003 08:46:54 +0000 (08:46 +0000)]
when falling back to the default theme, set $chosen_theme to the path
of default to make functions that depend on $chosen_theme work
correctly (most notably the select list under display preferences which
would have Alien Glow selected when user has no theme set). Thanks Tim Craig
for the bugreport.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5382
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 21 Jul 2003 18:31:53 +0000 (18:31 +0000)]
Updated main squirrelmail.po in case translator update devel strings.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5376
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 21 Jul 2003 18:30:08 +0000 (18:30 +0000)]
Translation updates from M.J.Prinsen
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5375
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 15:38:30 +0000 (15:38 +0000)]
Small cleanup: whitespace, simplification
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5374
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 15:21:42 +0000 (15:21 +0000)]
Fix that frequently subjects were displayed ending in ... even though nothing
was trimmed.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5373
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 15:04:16 +0000 (15:04 +0000)]
logchanges
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5371
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 15:01:23 +0000 (15:01 +0000)]
Fetching the subject for the messages-to-be-attached went wrong. $i
and $start_message have no relation to the indices of the $msg array. Fix
this by looping the $msgs array until we find the message with the right
id and take that subject. Closes #772371. Is it possible given an ID to fetch the
subject of a message in a more efficient way?
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5370
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 13:23:44 +0000 (13:23 +0000)]
Fix on previous commit
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5369
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 13:12:43 +0000 (13:12 +0000)]
ChangeLog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5367
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 21 Jul 2003 13:10:41 +0000 (13:10 +0000)]
Fix problem with javascript when user has other plugins that include a
form before this form (eg Menu Buttons plugin). Using the name of the
compose form solves this.
Plus, use SquirrelMail standard copyright notice.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5366
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 21 Jul 2003 12:47:06 +0000 (12:47 +0000)]
Call set_my_charset() before actually using , and fix variable name in case != iso-8859-1, all pointed out by Tomas ;)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5365
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 21 Jul 2003 09:16:53 +0000 (09:16 +0000)]
changes links of images in advanced_tree=true to .png
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5361
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 21 Jul 2003 09:12:24 +0000 (09:12 +0000)]
Added images used for $advanced_tree=true in src/left_main.php
used png instead of gif due to patent issues
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5360
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 20 Jul 2003 22:43:15 +0000 (22:43 +0000)]
Charset spec test should be case-insensitive
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5359
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sun, 20 Jul 2003 21:52:56 +0000 (21:52 +0000)]
Fixed Tomas' problem skipping iso-8859-1
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5358
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 20 Jul 2003 17:23:26 +0000 (17:23 +0000)]
iso-8859-1 test in imap_utf7_decode_local does not work
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5356
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 20 Jul 2003 16:17:08 +0000 (16:17 +0000)]
Added optional mbstring functions to deal with i18n folder names
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5355
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 20 Jul 2003 07:45:17 +0000 (07:45 +0000)]
Updated list of servers
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5337
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 18 Jul 2003 11:24:32 +0000 (11:24 +0000)]
Complete Marc's fix for untagged [PARSE] response to THREAD
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5335
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Fri, 18 Jul 2003 03:38:37 +0000 (03:38 +0000)]
Add hooks to Changelog and plugins file
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5334
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Fri, 18 Jul 2003 03:17:30 +0000 (03:17 +0000)]
Small fix, Custom CSS option should work properly now
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5332
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Fri, 18 Jul 2003 03:03:11 +0000 (03:03 +0000)]
Revert this part back, funny thing is that I never changed it in my local copy...
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5331
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Fri, 18 Jul 2003 02:53:37 +0000 (02:53 +0000)]
Added 4 hooks (internal_link, mailbox_display_buttons, move_messages_button_action, create_collapse_link)
These are very useful for several plugins (Msg Flags, Archive Mail, Link Buttons to name a few) and allow for a more pretty/graphical display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5330
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ebullient [Thu, 17 Jul 2003 06:42:30 +0000 (06:42 +0000)]
Change that darn dratted auto-purge folders when you delete 'em thing with
Courier. Sometimes it works with Courier, but it seems that more often than
not, Courier complains if you try to delete a folder and send it to Trash
(seems like we don't close or unselect the folder after copying the contents
to Trash but before we try to delete it).
In any case, since subfolders of trash Will technically work, my safety
don't shoot yourself comments aren't really appropriate.
Also flipped the question on it's head, so it will hopefully make more sense
(value stored is the same, just turned the question upside-down).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5329
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Thu, 17 Jul 2003 06:32:50 +0000 (06:32 +0000)]
Should have checked in further details what the possible side effects could
be... for now just mark them as Special Folders. That should take care of
it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5328
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Thu, 17 Jul 2003 06:29:38 +0000 (06:29 +0000)]
When using sent subfolders, the special folder option is overruled because
the parent isn't marked as a special folder. This code forces the parents
of the special folders to also be marked as special. The rest of the subs
for the parent special should follow the movement of the parent in left_main
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5327
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Thu, 17 Jul 2003 04:16:12 +0000 (04:16 +0000)]
Update ChangeLog
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5326
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Thu, 17 Jul 2003 04:15:16 +0000 (04:15 +0000)]
Finally sort out this unseen notifications thing. It now behaves as 1.2.x
did, when selecting "unseen & total" it displays the data for all folders
if you request it, instead of just the folders with new mail (although
based on description, the 1.4.0 behaviour was technically correct).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5325
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Wed, 16 Jul 2003 16:37:44 +0000 (16:37 +0000)]
fix for BAD response during thread view. The problem was the availability of
untagged OK responses before the actual thread response
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5323
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 16 Jul 2003 14:30:18 +0000 (14:30 +0000)]
Apparently my fix for hiding the unread count of 0 when in certain modes
made the count disappear completely. This should work better :)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5322
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 16 Jul 2003 06:36:07 +0000 (06:36 +0000)]
Fixed bug that would cause e-mails dated in the future to be displayed with
only the time.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5321
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 16 Jul 2003 04:57:00 +0000 (04:57 +0000)]
Shouldn't display unseen count when it's 0 me thinks.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5320
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Tue, 15 Jul 2003 03:24:29 +0000 (03:24 +0000)]
Remove end of array. Otherwise we attach the closing paren from the FETCH result.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5319
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Mon, 14 Jul 2003 16:30:23 +0000 (16:30 +0000)]
theme issue caused by validate.php not being first
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5318
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 14 Jul 2003 05:58:54 +0000 (05:58 +0000)]
Provide user with ability to change date/time display in mailboxes. This was
requested on IRC, and I think it should have always been optional.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5317
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 13 Jul 2003 10:45:45 +0000 (10:45 +0000)]
Added translate.ru online translator. Changed strings. Now it is possible
to change number of available languages or language pairs without
squirrelmail.po update. Different string used for InterTran is not mistake.
It looks better when string says "Number of supported languages = 28"
instead of "Number of supported language pairs = 28^2"
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5316
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 13 Jul 2003 10:41:33 +0000 (10:41 +0000)]
Translation options in Display prefs won't be displayed if translation
directory is not present in locale/
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5315
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Sat, 12 Jul 2003 23:10:42 +0000 (23:10 +0000)]
INBOX is not case-insensitive
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5268
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sat, 12 Jul 2003 22:27:38 +0000 (22:27 +0000)]
Get a little extra room for internal links when attributions are off
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5267
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 12 Jul 2003 10:51:45 +0000 (10:51 +0000)]
New layout AUTHORS file
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5266
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sat, 12 Jul 2003 09:01:49 +0000 (09:01 +0000)]
Bug. 765828. Rewrote patch in order to process locales correctly. If locale
is processed incorrectly, it is enough to add $languages['xx_XX']['LOCALE']
variable with full locale name. Fixed only ru_RU and lt_LT. Tested on
Linux Debian Woody and php 4.1.2, 4.2.3, 4.3.0, 4.3.2
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5265
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Fri, 11 Jul 2003 17:51:34 +0000 (17:51 +0000)]
Fix message highlighting for text with spaces in it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5264
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 11 Jul 2003 13:01:09 +0000 (13:01 +0000)]
oldway=false : Fix forged LSUB response triggered by new regexp, and internationalized INBOX display
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5263
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 11 Jul 2003 10:51:54 +0000 (10:51 +0000)]
Fix literal and duplicate mailbox names
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5262
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Fri, 11 Jul 2003 09:53:35 +0000 (09:53 +0000)]
2 notices, \ needs literal
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5261
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 10 Jul 2003 20:20:05 +0000 (20:20 +0000)]
Remove check for INBOX. If inbox isn't in the LSUB response then it's
unsubscribed and we just add it to the list. No reason to check specificly
for LSUB "" "INBOX" or LIST "" "INBOX"
If there is no inbox then a select will produce an error message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5260
7612ce4b-ef26-0410-bec9-
ea0150e637f0
ullgren [Thu, 10 Jul 2003 19:27:55 +0000 (19:27 +0000)]
Plugins can now change messages again
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5259
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Thu, 10 Jul 2003 16:04:26 +0000 (16:04 +0000)]
This will add the default domain again if the email address does not contain
it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5257
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 9 Jul 2003 14:11:03 +0000 (14:11 +0000)]
Alex, onetimepad is the encryption key, we might need it later on.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5252
7612ce4b-ef26-0410-bec9-
ea0150e637f0
alex-brainstorm [Tue, 8 Jul 2003 18:22:02 +0000 (18:22 +0000)]
Reget the global since it seems we need it
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5251
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tassium [Tue, 8 Jul 2003 15:13:43 +0000 (15:13 +0000)]
When displaying the folder pane, treat Inbox as if it is selectable, ALWAYS.
This should work around the problem with Cyrus and Inbox being unsubscribed. (What a mess)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5250
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Mon, 7 Jul 2003 22:10:40 +0000 (22:10 +0000)]
Oops, global addressbook wasn't working
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5244
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 19:10:12 +0000 (19:10 +0000)]
Use get_identities()
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5242
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 18:58:29 +0000 (18:58 +0000)]
default becomes 0
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5241
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 18:57:18 +0000 (18:57 +0000)]
Make use of get_identities function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5240
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 18:55:48 +0000 (18:55 +0000)]
Make the default element called 0 again in preparation of my next commit
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5239
7612ce4b-ef26-0410-bec9-
ea0150e637f0
stekkel [Mon, 7 Jul 2003 18:35:41 +0000 (18:35 +0000)]
<SPACE> isn't allowed after MAIL FROM: and RCPT TO: (RFC2821)
Thnx Thomas Skyt for spotting this.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5238
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 13:57:09 +0000 (13:57 +0000)]
Use new get_identities() function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5236
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 13:47:02 +0000 (13:47 +0000)]
The first entry has to be called 'default'.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5235
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 07:29:53 +0000 (07:29 +0000)]
LogChanges
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5234
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 7 Jul 2003 07:22:18 +0000 (07:22 +0000)]
config_default should also use SM_PATH (especially for those people editing
it by hand). Change the default IMAP server to other (seems a more reasonable
default to me than cyrus). Change the default domain to "example.com".
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5232
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 6 Jul 2003 08:32:11 +0000 (08:32 +0000)]
Duplicate strings. "Modify Server" and "Modify a Server". Leaving only
"Modify Server". This way does not require fixing any translations in
SM-STABLE14 before 1.4.1 release.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5228
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 6 Jul 2003 02:31:06 +0000 (02:31 +0000)]
new api changes explained
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5227
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 6 Jul 2003 02:14:37 +0000 (02:14 +0000)]
minor update for options api
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5226
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Sun, 6 Jul 2003 02:13:21 +0000 (02:13 +0000)]
Added initial_value and post_script options for widgets
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5225
7612ce4b-ef26-0410-bec9-
ea0150e637f0