Commit graph

521 commits

Author SHA1 Message Date
philippe_mingo
ccb1c2314c Default to en_US now 2001-12-27 10:57:34 +00:00
thomppj
ffafa8e139 Fixed bugs #496752 and #496753.
http://sf.net/tracker/?func=detail&atid=100311&aid=496752&group_id=311
http://sf.net/tracker/?func=detail&atid=100311&aid=496753&group_id=311
2001-12-26 21:45:33 +00:00
teepe
b9b594aff7 squashed bug #496616 2001-12-25 16:40:34 +00:00
Tyler Akins
745da484d4 Added Darkness and Random to the list. 2001-12-24 15:47:39 +00:00
thomppj
f3e4253848 Added optional_folder_delimiter to default imap server stuff.
----------------------------------------------------------------------
2001-12-24 06:51:22 +00:00
thomppj
07131c4a11 Fixing several small bugs...
----------------------------------------------------------------------
2001-12-24 06:45:37 +00:00
thomppj
09e7797da5 Various fixes.
----------------------------------------------------------------------
2001-12-23 21:01:40 +00:00
thomppj
ab36a2f7c3 Fixed a couple of small bugs. 2001-12-23 17:26:30 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
fab2b3dba0 Added sent_subfolders plugin, tweaked config stuff, other stuff. 2001-12-23 06:08:34 +00:00
philippe_mingo
b2027798c8 Forgot that one 2001-12-22 00:18:20 +00:00
philippe_mingo
4e118400f0 Fixed check of hashing level 2001-12-21 20:11:00 +00:00
Tyler Akins
75285a3550 Added a few cool themes from Jorey Bump 2001-12-20 19:50:21 +00:00
thomppj
4dce83020c Fixed config_version for config_default.php 2001-12-19 18:04:00 +00:00
philippe_mingo
bda5674212 GIF files changed to PNG 2001-12-14 09:08:17 +00:00
thomppj
d5288195fc 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.
2001-12-13 07:00:56 +00:00
teepe
7699aec8ef it didn't really parse all directories, eerhhmmm 2001-12-12 23:23:29 +00:00
allah03
c96bde7b35 Added the two new themes to the defaul config. 2001-11-20 15:07:58 +00:00
antipode
2e41bdb5aa This closes my feature request #474658
- Added option 7 under "General Options" in conf.pl
- In the login screen, this option hides attribution to the SM development
  team.
- In every page's header, this option hides the link to SM's website.
- By default, this option ($hide_sm_attributions) is set to FALSE,
  so the attributions *are* displayed by default.
2001-11-11 19:31:18 +00:00
teepe
8f32efb192 added automagically sanitizing for foo_once into the conf.pl script 2001-11-11 01:43:08 +00:00
teepe
cce1f76ac9 added file for sanitizing plugins w.r.t. the foo_once issue 2001-11-08 23:04:56 +00:00
Pontus Ullgren
cbabf638dc Added option to disable/enable the use of priority under "General Options" 2001-11-04 12:00:34 +00:00
centaurix
06e0091f4c fixed bug #429144 wrong number in text for trash 2001-11-03 00:25:16 +00:00
fallas
315f7862ab Added default settings for save_as_draft & draft_folder. 2001-10-29 15:20:05 +00:00
thomppj
0e0192b790 Lots of changes to get closer to having save as draft working. Please, keep working hard on this!!! 2001-10-29 04:33:47 +00:00
Tyler Akins
2c0919485c 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.
2001-07-27 21:08:05 +00:00
Tyler Akins
f9adf2b7da Added Deep Ocean 2 theme from M.J. Prinsen from May 22, 2001 2001-06-25 17:41:57 +00:00
Tyler Akins
495ffd2953 * Saves the language setting 2001-05-24 16:57:12 +00:00
Tyler Akins
e5d9a17244 * The conf.pl script can't parse 'str', so I changed this to be "str" 2001-05-21 13:28:11 +00:00
Tyler Akins
cb384b1399 * Added the new option to the default config 2001-05-20 15:33:35 +00:00
Luke Ehresman
cf935d6dcd auto create sent/trash folders 2001-05-20 14:51:01 +00:00
Tyler Akins
be2db9dbd6 * Added 'other' to the list, since it is a viable option 2001-05-17 13:58:42 +00:00
Tyler Akins
a968c8de5f * Added default language option to config script
* Added default language option to sample config file
* Added default language (last resort) to i18n.php
2001-05-17 13:57:36 +00:00
Tyler Akins
b0d0d2db7c * Gotta have that global line 2001-05-08 02:33:18 +00:00
pallo
11761ea027 Made it easier to configure personal addressbooks in a database.
Also included some rough documentation on how to install it and
on the tables you need in the database.
2001-05-07 20:29:14 +00:00
Tyler Akins
9437396325 * Avoid parsing errors with config.php by removing the ?> at the end 2001-04-26 13:25:03 +00:00
Tyler Akins
61987ae4dc * Added the "global" stuff
Reason behind "global" stuff:
  Since we now can include("../dir/any_file.php") at any time, we need to
make sure that all global variables are truly registered as globals.  If I
didn't have them, and within a function, I included a file that was supposed
to set globals, it would not and errors would be generated and improper
execution of the program would result.
2001-04-23 19:17:11 +00:00
Luke Ehresman
b234c2de49 * added signout_page option to redirect after signout
* added hook in compose
2001-04-22 05:16:45 +00:00
Tyler Akins
bf44fa1062 * Made everything here global too to work with new include system 2001-04-19 18:11:50 +00:00
Tyler Akins
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
Luke Ehresman
e7d68b547d added authenticated smtp server support 2001-04-13 15:25:01 +00:00
Luke Ehresman
1b6463b99f fixed default setting for Exhcnage 2001-02-02 20:28:19 +00:00
Luke Ehresman
cd371ecca9 fixed warnings and fixed broken part of my updated sqimap_read_data() 2001-02-02 15:43:28 +00:00
Tyler Akins
e9881430bd Removed line, plugin.php now handles this properly. 2001-01-30 17:40:13 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Luke Ehresman
7db7bcba51 * added attachment_common plugin to distribution
* added $plugins variable to config_default.php
2001-01-29 13:51:35 +00:00
Luke Ehresman
02508d318b Finally fixed the IE/SSL download problem. 2001-01-17 01:06:57 +00:00
Luke Ehresman
4a6ff6d6d7 added config option to specify the IMAP folder delimiter, rather than
autodetecting all the time (which doesn't work on some servers, apparently)
2000-12-06 15:01:52 +00:00
Luke Ehresman
83123540e4 - fixed bug in conf.pl where no default was set for $force_username_lowercase
- fixed bug in download.php that didn't display rtf correctly
2000-12-06 13:22:42 +00:00
Luke Ehresman
3d73002fa2 fixed bug that added index.php as a theme when autodetecting 2000-11-01 21:53:46 +00:00