Commit graph

347 commits

Author SHA1 Message Date
Erin Schnabel
aee9d3e1cb fixes for the admin plugin for 1.4.0 RC1 2003-01-03 00:12:07 +00:00
Erin Schnabel
6a955a51d9 little teeny typo 2003-01-02 21:18:39 +00:00
Erin Schnabel
a0c2cd30df Updates to comments for setting data/attach paths.
Also caught an inconsistency in my SM_PATH
manipulations, which has been corrected.
2003-01-02 19:47:07 +00:00
Erin Schnabel
1420ce6b40 comments for behavior of $ in org_name and org_title 2002-12-31 22:26:38 +00:00
Erin Schnabel
acaa7f3d0f skip http: paths for SM_PATH mods 2002-12-31 16:08:42 +00:00
Thijs Kinkhorst
df5d7ec478 Small fix to tassium code, if you chomp something it can never match
"\n" after that. And add standard (c) message, and upgrade the conf.pl
version number.
2002-12-31 11:32:48 +00:00
tassium
1175742d21 Quick adjustment to conf.pl adding option for PHP session name.
Also partial reformatting of Option #4 so everything lines up nicely.
Not heavily debugged - if other developers get a chance, please review sub command316.
2002-12-30 23:16:18 +00:00
tassium
78084bafd4 Minor changes.
* renamed auth.php/hmac() to hmac_md5()
* polished descriptions and helper text in conf.pl
* fixed minor bug with smtp auth mech default value in conf.pl
* minor documentation additions to authentication.txt
* added myself to AUTHORS.
2002-12-09 16:28:23 +00:00
tassium
1fc6f1eced With a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require the mhash extension. If present, mhash will be used. 2002-12-07 04:02:05 +00:00
tassium
f51d8a5e7a Added (optional) detection of IMAP and SMTP support for different authentication mechanisms.
This of course depends upon having the server & port set correctly before trying to detect, it doesn't prompt for server & port.
2002-12-02 14:56:18 +00:00
tassium
0fa19ee2bf The local override solution I put into conf.pl was completely (and poorly) over-engineered. Thijs suggested an alternate method, which I have used here instead. Thanks Thijs.
This will let you edit the override file without having to re-run conf.pl.
2002-11-12 16:10:05 +00:00
tassium
3468230a74 Added support for local override file (config_local.php) which gets appended to the end of config.php when conf.pl saves it. 2002-11-11 16:40:29 +00:00
tassium
d698527ab3 Merging in the tassium-auth branch. 2002-11-06 18:55:13 +00:00
Thijs Kinkhorst
2708584fd9 Remove Sanitize Plugins functionality since that's not relevant anymore to 1.3 2002-10-23 10:46:04 +00:00
stekkel
201f156184 return the new vars! 2002-10-11 07:38:41 +00:00
stekkel
af00a41864 added provider_name option [default SquirrelMail]
added provider_uri option  [default http://www.squirrelmail.org/]
2002-10-11 07:30:20 +00:00
jmunro
0360e33e7b make sure $no_list_for_subscribe gets set 2002-10-07 00:23:25 +00:00
jmunro
45c78218b4 if boolean vars are quoted they become strings 2002-10-06 22:50:37 +00:00
sizzlingmercury
857c227d54 Fix for data_dir relative path location (also corrects relative paths for themes, attach_dir, signature_page, and org_logo). Similar fix is still required in administration plugin in order for relative paths to be completely resolved.
This change to conf.pl does not create any incompatibility with previous versions, so I did not change the level - let me know if we should.
2002-09-17 15:12:14 +00:00
Thijs Kinkhorst
4dcad3b964 Remove unused graphics file. 2002-09-11 15:57:20 +00:00
stekkel
6ff2f61819 set uid_support to true so we can track down errors quicker if SM-1.3.0 is
released. Maybe it's not very nice for the users but we only release devel
to stabilize it quicker.
2002-08-16 16:36:38 +00:00
Thijs Kinkhorst
7e299ed4f5 Assign a default value to theme_default if not set. 2002-08-14 11:20:14 +00:00
Thijs Kinkhorst
680fcac682 Make default theme actually work. #557313 2002-08-09 13:09:32 +00:00
Thijs Kinkhorst
b0e5b2456f maxrows and port can be integers, so don't require them to have quotes.
Fix bug [ 575952 ] conf.pl bug when saving/reading ldap
2002-07-28 18:01:57 +00:00
thomppj
072fc8552f Renamed class/*.class files to class/*.class.php and made modifications
throughout the SquirrelMail code to represent these changes.
2002-07-25 13:57:18 +00:00
centaurix
5b1df31077 fixed missing '' quoting (again..) 2002-07-24 06:29:39 +00:00
robsiemb
0a331297ee add $no_list_for_subscribe configure option to turn off generation of
the list of available folders in the subscription dialog
2002-07-22 18:37:39 +00:00
stekkel
1f8ef0aa15 added uid_support option 2002-07-05 13:04:57 +00:00
jmunro
264d6989a4 Added predefined settings option for 'macosx' imap server 2002-06-18 05:07:07 +00:00
jmunro
6a3893a4f0 this is a fix for the LSUB with a % when getting the folder list. This makes the % argument an option in conf.pl, menu 3 option 18. The default is to not use the "%". See patch #452178 for more info. 2002-06-11 14:52:54 +00:00
Pontus Ullgren
6786ec6b9a Added TZ-fix for cyrus and mac os x mailserver aswell since these have been reported. 2002-05-23 09:33:40 +00:00
jmunro
0b692147e6 fix for bug #551310. The $optional_delimiter is now only added to the $default_folder_prefix if autodetect is selected or if $optional_delimiter is set to detect. 2002-05-14 14:50:12 +00:00
jmunro
19b6dd657d $allow_charset_search var needs a default value, otherwise config.php gets a parse error. 2002-05-10 16:59:32 +00:00
Ondřej Surý
a8c1c80685 Added new config flag 'allow_charset_search' for those unfortunate using
other charset than US-ASCII with server which doesn't support it.
2002-05-10 12:50:41 +00:00
Thijs Kinkhorst
6be21ff5d5 Fix another small typo in conf.pl (#550565) 2002-04-30 14:12:48 +00:00
Thijs Kinkhorst
b239172255 Small cosmetic/text fixes. 2002-04-30 10:47:23 +00:00
graf25
f86a1c1886 Fix for [ 545779 ] Configure Script Problem with Quotes. 2002-04-19 04:18:46 +00:00
graf25
5a1a9147a3 Fixing boolean and ingeger values that were saved as string and hence always
evaluating as true by the code.
2002-04-17 18:46:28 +00:00
graf25
8d83166eda Fix for: [ 543805 ] config sets $invert_time as a string 2002-04-15 01:10:52 +00:00
simond
f03540e91d Missed attachment_dir to 2002-04-05 18:03:05 +00:00
simond
a78054b8d4 Allow org_title to contain variables (as it does by default) 2002-04-05 18:01:22 +00:00
centaurix
c44846d4da fixed many missing 's around values (gives you parse error if its empty) 2002-04-04 20:20:26 +00:00
Bron Gondwana
065b6dc090 Added support for POP before SMTP - note: I haven't actually tested this
against a real POP before SMTP server - just locally against a POP server
to make sure it was doing the check.
2002-04-03 09:38:43 +00:00
thomppj
b8804c965f small aesthetic fix 2002-04-02 05:59:28 +00:00
Thijs Kinkhorst
d39a3febb8 Fix bug #534795 concerning logo height broken 2002-04-01 11:11:32 +00:00
jmunro
cead1432ff added a server-side sorting option. set gloablly in conf.pl
IMAP server does the sorting with the SORT extension. Defaults
to disabled.
2002-04-01 06:47:47 +00:00
jmunro
b84c03194d Added a server-side thread sort option. disabled by default (site wide)
uses IMAP THREAD command to sort mailboxes. Also does indenting of replys
2002-03-28 21:07:41 +00:00
simond
18d4237db2 Remove tabs and fix org height/width (thanks to Craig Kelley) 2002-03-21 17:51:30 +00:00
Bron Gondwana
1f367079a7 Fix for bug #505216 - Folder Prefix always getting a '/' appended.
The logic is now much nicer :)
2002-03-18 05:35:55 +00:00
philippe_mingo
e709e697f9 Corrected default value for width and height of logo 2002-03-17 11:12:22 +00:00