Commit graph

521 commits

Author SHA1 Message Date
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
philippe_mingo
498f2e0531 Modified default width and height logo image. 2002-03-17 11:07:35 +00:00
jmunro
4c7560708a fixed bug 529327 (only occurs when not using conf.pl) 2002-03-13 16:49:38 +00:00
simond
c2547c2b89 Fix to show errors if the plugin dirs can't be found 2002-03-07 20:38:03 +00:00
Bron Gondwana
c9682a177a No need to write org_logo twice (Doh!) 2002-03-06 02:55:21 +00:00
Bron Gondwana
f48ff168d6 Added WIDTH and HEIGHT options to the logo image. Also added ALT tag
on the image, requires new i18n string sprintf(_("%s Logo"), $org_name)
2002-03-05 03:04:07 +00:00
simond
e8a23e0ab1 Add support for renaming db prefs fieldnames (this doesn't add postgres support, but that's on it's way next 2002-03-01 09:01:35 +00:00
simond
d5664e3834 Fix conf.pl (reported by Marc Groot Koerkamp 2002-02-19 12:58:04 +00:00
simond
ffc127a1e4 Tidy up indenting, etc using perltidy 2002-02-14 17:25:29 +00:00
simond
7292b2060d Allow admin to choose whether to enable the changing of full name and email address 2002-02-13 14:15:16 +00:00
simond
e97d645888 Make case insensitive string comparisons for boolean options as the admin plugin saves them in uppercase 2002-02-13 13:00:02 +00:00
simond
60844a36a4 Some cleanup and proper default for frame_top 2002-02-13 11:24:45 +00:00
Pontus Ullgren
cb1636b9d1 Added support for requesting on delivery reciepts 2002-02-09 21:38:21 +00:00
philippe_mingo
d501492a86 MDN Support. First approach. 2002-02-09 17:12:44 +00:00
simond
791fda6dd2 Remove output of globals from conf.pl as the administrator plugin does 2002-02-06 14:33:10 +00:00
philippe_mingo
390baed87a Bugfix 2002-02-04 19:27:29 +00:00
simond
e1441717dc Make moving folders into Trash optional 2002-02-04 15:09:59 +00:00
simond
1cc3050f4c Allow easy selection of database backed prefs 2002-02-04 12:53:26 +00:00
Thijs Kinkhorst
5e8f75bf4f Fix typo 2002-02-02 17:29:52 +00:00
simond
1b4e725a27 Make sure no invalid value gets assigned to frame_top on writing config 2002-01-31 14:06:29 +00:00
simond
389e53fa0c conf.pl and administration plugin can now edit the table name too 2002-01-31 11:43:08 +00:00
simond
b9ab6b1869 Allow easy editing of address book DSN 2002-01-30 18:43:14 +00:00
simond
2dd0bc1b0c Should've remembered the quotes 2002-01-30 11:46:05 +00:00
philippe_mingo
dfa0292c16 $special_folders[] have been discontinued. 2002-01-29 17:45:42 +00:00
simond
80d6a927a8 Change conf.pl to not overwrite $addrbook_dsn every time its run 2002-01-29 12:41:32 +00:00
teepe
e4b09fa02b allow sm to be in an embedded frame 2002-01-25 17:15:57 +00:00
Thijs Kinkhorst
3efd91a8f3 - Added options to add/remove plugins from the commandline (#467108):
./conf.pl --install-plugin <plugin>
  ./conf.pl --remove-plugin <plugin>
- Now reports error when saving fails. (#503942)
2002-01-23 17:08:18 +00:00
teepe
7c81c15d71 fixed bug #500497 2002-01-15 18:27:39 +00:00
Bron Gondwana
196ac5bdc4 use File::Basename if it exists to determine config directory
(closes #467107)
2002-01-15 14:04:20 +00:00
Tyler Akins
8031003eae Added $color[15] for the "unselectable folders" color.
Made left_main.php use $color[15] and fall back on $color[6] if not specified.
Added a $color[15] for all themes.  If you don't like the new color, just
change it.  :-)
Fixed a bug in prefs.php.
Updated themes.txt documentation.
2001-12-28 20:16:19 +00:00
Tyler Akins
babde100d1 Added theme from Jim Riffle
Fixed cut and paste error
2001-12-28 16:32:24 +00:00