Commit graph

153 commits

Author SHA1 Message Date
Jimmy Conner
6bfd0f1168 Remove unused globals 2004-10-31 23:24:09 +00:00
tokul
3d9074966b option contains html encoded spaces 2004-10-09 12:36:55 +00:00
tokul
de3c2a5f00 language names and alternative names are html encoded in order to be able to
display them in unsupported charsets
2004-10-09 09:13:18 +00:00
Fredrik Jervfors
2a672412df Unifying STABLE and DEVEL where possible 2004-09-30 07:25:30 +00:00
jangliss
d9afd48bea Received is a better word in this instance. 2004-08-15 20:34:53 +00:00
jangliss
3f007ee8d6 Bad grammar 2004-08-15 20:33:47 +00:00
Fredrik Jervfors
303d308968 XHTML fixes 2004-08-15 01:02:58 +00:00
pdontthink
4517827b5e Added 'no focus' option for compose screen 2004-07-30 13:04:52 +00:00
stekkel
6a1e6bffcc code dumping 2004-06-29 21:50:59 +00:00
pdontthink
33f8c5af29 Reinserting configurable body quote 2004-05-23 06:59:39 +00:00
Fredrik Jervfors
5534ff479f Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-22 23:46:57 +00:00
jangliss
ffa02cd866 You should check you can read a dir, and it exists before attempting to use
it... Also don't display the options for the Message icons if there isn't
any available.
2004-05-10 04:20:45 +00:00
tokul
19ddb3e7d4 adds international date/time support. am/pm thing is not standard, but I want
to follow user's hour_format preference. Time zone can be displayed as numbers.
O key instead of T.

mm/dd/yy and dd/mm/yy names replaced with human readable description.
2004-04-05 11:48:16 +00:00
Erin Schnabel
f3a24d0463 updates to make javascript actually behave correctly for real.
Autodetection is fixed, load of JS dependent items (like address book and
search) will be set to false if javascript_on session var is false/0.

javascript_on will ONLY be true if:
  javascript_setting = 1 (ALWAYS)
  javascript_setting = 2 (Autodetect, and test works)

If you change your javascript settings, javascript_on will change
immediately.

We might actually want to DISABLE Always, and have it be either Never, or autodetect.
Since Always might not always work.. :-P
2004-03-28 22:47:11 +00:00
Erin Schnabel
c072809def finish "buttonizing" read_body header.
Correct some mistakes (compose_in_new, resume draft, edit as new)
Centralize javascript detection in prefs.php - checkForJavascript
Move javascript_on from prefs to session - have just javascript_setting in prefs.
2004-03-28 20:45:20 +00:00
pdontthink
1e2de27518 Added Flag/Unflag buttons. I have been up for 2 days straight. Please check for mistakes. :) 2004-02-25 10:43:33 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
pdontthink
e2d64eb4ec Whoops, forgot debug code. Thaks Jonathan. 2004-02-24 15:17:07 +00:00
pdontthink
e809e3c445 Corified Msg_Flags plugin, along with Jimmy's icon themes 2004-02-24 13:23:33 +00:00
pdontthink
7ff016b53d Made compose textarea height configurable 2004-02-21 06:11:06 +00:00
jangliss
7a22752e52 New Reply citation to include date, and author. 2004-02-05 03:45:08 +00:00
Brian G. Peterson
ead40a7059 added new save replies with original message option 2004-01-31 17:45:39 +00:00
Erin Schnabel
5c770f0099 Move over the options for DMN.
I cheated here - I took away all the top bottom crap and just said
yes or no do you want Delete & Prev and Delete & Next links.

To the translation team - spank me with a paddle, I changed a string.
I tried to avoid it, but the option string just wasn't right for core..
2004-01-28 04:10:26 +00:00
Thijs Kinkhorst
336662934c Add some basic documentation, and remove some long-obsolete functions. 2003-10-29 19:58:06 +00:00
tassium
46e4bd65a4 phpdocumentor basic preparation, continued 2003-10-28 21:30:57 +00:00
tokul
ee32dc8c55 Using human readable names of time formats. option 1 and 2 still has to be
fixed.
2003-10-24 16:03:02 +00:00
tokul
3fb1f4585c Adds language options in config.
Allows limiting number of available languages.
Two fixes in administrator plugin (global $version and colcpan=2i)
2003-10-13 16:56:34 +00:00
tokul
f2b03c9411 Alternative language name support. Currently $show_alternative_names
should be set in config/config_local.php. See http://www.topolis.lt/squirrelmail/patches/pending/alt-lang/
if you don't want to be a guinea pig. Will put this setting in main config
option in a week.
2003-10-05 08:09:57 +00:00
pdontthink
700f3af6d5 Preference that lets the whiners set cursor focus as needed when replying. :) 2003-10-02 01:43:20 +00:00
alex-brainstorm
76f6254cd4 Add an option for showing recipient name instead of default identity. (Default: false, since people may be annoyed or confused) 2003-09-18 23:03:44 +00:00
pdontthink
1bb593e100 Fix javascript error 2003-09-14 05:59:17 +00:00
alex-brainstorm
d42fee728b Added Length of Subject as Display Option (default 50, as before). 2003-08-30 23:40:38 +00:00
alex-brainstorm
e863a78035 Internationalized Folder/Subfolder in Selection List Style option 2003-08-27 15:57:10 +00:00
pdontthink
7b85c0a3eb Fix javascript errors in some browsers by moving autodetect script into onLoad handler 2003-08-27 05:56:46 +00:00
Erin Schnabel
25e9ce3acc add option to shorten the length of the From field. 2003-08-21 00:57:45 +00:00
Thijs Kinkhorst
bee01fb7de Configure sigstripping 2003-07-27 20:21:10 +00:00
Jimmy Conner
664a67babf Small fix, Custom CSS option should work properly now 2003-07-18 03:17:30 +00:00
jangliss
e03ab2b9b8 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.
2003-07-14 05:58:54 +00:00
pdontthink
93dfdc63ce minor update for options api 2003-07-06 02:14:37 +00:00
Thijs Kinkhorst
1b2eb45ea6 Remove unused pref. 2003-01-15 15:15:17 +00:00
tassium
984adca7a4 Squelching errors feels wrong, although in this case it's probably harmless.
Reworked timezone file code to be E_ALL clean without the use of @
2003-01-08 14:49:59 +00:00
Thijs Kinkhorst
ad6eef9bfb Supress PHP errors because we catch them ourselves. 2003-01-08 08:20:34 +00:00
Thijs Kinkhorst
ff5c115d57 Catch error if timezone file not present. Thanks Joshua Colson for the tip. 2003-01-07 08:48:37 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
bc654ad1e2 Obsolete array.php 2002-10-26 17:10:21 +00:00
stekkel
f8a9f2f0d8 sqimap_get_delimiter needs imap_stream 2002-10-24 09:26:51 +00:00
sizzlingmercury
a55cce3a7a Folder Selection changes integrated from sizzle-ui stream..
Options for how folder selection list is displayed is on Folder Options page
Folder lists on Search, Folders, and Folder Options Pages, as well
as Folder selection lists used by the Message Index and the
Delete_move_next plugin all modified to use new Option list
creation method in imap_mailbox.
2002-10-24 05:45:48 +00:00
Pontus Ullgren
bedc803405 #612148: Enable TZ in safe_mode if safe_mode_allowed_env_vars permits this bug 2002-10-23 20:44:48 +00:00
stekkel
d200899320 Added option to disable cumalative unseen count because status request are
slow. This will improve the speed of the mailbox generation proces
2002-10-17 19:14:50 +00:00
stekkel
218a672d48 fix warning: remove define SM_PATH because it's already defined 2002-09-25 14:00:42 +00:00