Commit graph

854 commits

Author SHA1 Message Date
philippe_mingo
bc6ece97aa Some fixup. 2001-11-30 18:39:15 +00:00
philippe_mingo
7808719aee Tyler: This is not very original but should do the trick 2001-11-30 18:38:21 +00:00
philippe_mingo
9d1cdf9457 Added a counter pref and a fix for the imapid 2001-11-28 19:48:30 +00:00
philippe_mingo
fad6c7dbcd Fixed login crash 2001-11-27 19:10:28 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
jdries3
b0c5cb50f4 Fixed parsing of ',', '.', and EOL 2001-11-26 16:49:47 +00:00
philippe_mingo
db65f45d89 Removal of %> for those with asp on. 2001-11-25 17:46:53 +00:00
philippe_mingo
67826639e1 Some cleanup. 2001-11-24 18:38:52 +00:00
Tyler Akins
ca6637381c Warning removal. 2001-11-23 15:02:41 +00:00
Tyler Akins
495b22fb6f Modified sqimap_session_id to return something when there is no session ID
yet.  This lets it work with the login_auth plugin.
2001-11-23 15:01:18 +00:00
Tyler Akins
f88991ffb3 Added slightly better font colors.
Problem:  White background on table made text very unreadable with the
default text color being white (I use the black bean burrito theme).  Adding
the font tag starts to help.
2001-11-23 15:00:03 +00:00
philippe_mingo
009da0642d Bugfix in the page selector on/off option 2001-11-23 08:26:40 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
teepe
41939d4219 fix bug #481886 with anonymous hint from sourceforge trackers :-) 2001-11-20 22:17:01 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
57908e6d86 Corrected a Credits Confusion 2001-11-19 13:21:58 +00:00
thomppj
be1282b869 Cleaned up options main for IE and Netscape compatibility. Did major work on the great options rewrite. Cool stuff here, I think... :) 2001-11-18 10:42:32 +00:00
Tyler Akins
a79fd0efab Wouter Teepe mentioned that I neglected to add these lines earlier 2001-11-17 19:35:37 +00:00
philippe_mingo
0cb7c2bb2e Internationlization of print header 2001-11-17 13:59:59 +00:00
philippe_mingo
4262819c8a Netscape compatibility 2001-11-16 22:03:04 +00:00
Tyler Akins
9a18eaf092 fopen likely doesn't return === false. It probably returns 0 or something
equivalent (==) false.
2001-11-16 21:05:21 +00:00
philippe_mingo
bf7a149680 Various fixes 2001-11-15 17:05:40 +00:00
Tyler Akins
c3ae0c0163 Fixed one problem with English (which doesn't have a .po file) 2001-11-15 14:20:27 +00:00
philippe_mingo
1d9eabafe8 String fix and chmod 2001-11-15 11:03:50 +00:00
teepe
4039072502 fixed i18n bug reported to -translations by J.I. Kim and forwarded to -devel by Philippe on nov 14th 2001-11-14 16:09:56 +00:00
teepe
c2185d041e cleanup of all code using delimiter 2001-11-14 01:02:37 +00:00
teepe
2507c7c8f1 integrated attachment_common into the core 2001-11-13 23:37:30 +00:00
teepe
9f97b61667 fixed typo 2001-11-13 23:09:15 +00:00
philippe_mingo
edf1a733c6 Added Slovenian 2001-11-13 16:56:12 +00:00
Tyler Akins
37d6ba9a89 Potential gettext emulation speedup for languages without .po files (like
English)
2001-11-12 17:24:29 +00:00
Tyler Akins
21d41eb5e6 SMPREF_OFF and SMPREF_ON were undefined.
(Warning removal)
2001-11-12 14:18:03 +00:00
thomppj
79d396802b Another big chunk of changes to options pages. 2001-11-12 05:30:52 +00:00
thomppj
80495ad1e6 Finished converting folder options page to new options stuff. Moved some options around to make them make more sense. 2001-11-11 21:51:15 +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
thomppj
74b32b5c85 More options updated changes. 2001-11-11 01:42:15 +00:00
thomppj
8759ce0fbb More work done on the options stuff. 2001-11-11 00:09:18 +00:00
thomppj
9118ea8175 Please ignore the red for now :) 2001-11-10 22:03:15 +00:00
Pontus Ullgren
1f4a720adf Fixed bug #431256 - Alias expanded not RFC 821-compatible 2001-11-10 21:22:30 +00:00
Tyler Akins
c3b3fbf763 Removed warnings that were appearing 2001-11-10 14:23:49 +00:00
thomppj
9b432fb579 Working on code that will provide for more standardized code, presentation, etc, of Squirrelmail option pages, etc. Please look into it. I am really excited at where I am going with this. :) 2001-11-09 05:39:16 +00:00
Ondřej Surý
ea0db74186 Add handling case of HTTP_ACCEPT_CHARSET ~= cz (which is incorrent, but may occurr) 2001-11-08 21:07:21 +00:00
Ondřej Surý
d350b9790e We have to know when there is attachment with size 0 and when there is no size ($size is set to -1 now). 2001-11-08 21:05:14 +00:00
Ondřej Surý
bea3582f10 Fixed setting of charset, you have to set sm_notAlias charset and not sm_language charset 2001-11-08 12:28:28 +00:00
teepe
25d033e1c9 reverted formatted-disp to formatted because of some problems 2001-11-07 11:58:12 +00:00
thomppj
dd12f11680 *** empty log message *** 2001-11-07 05:33:42 +00:00
thomppj
30ee3c13bd Fixed the paginator (which I previously broke)... 2001-11-05 02:17:08 +00:00
Pontus Ullgren
87928b66be Added code for priority.
Sysadmins can allow/disallow users to send e-mail messages with priority
using the conf.pl script.
2001-11-04 11:57:08 +00:00
thomppj
a634ff1f28 Some user interface changes.
General cleanup of code all over the place.
Addition of a file to hold constants.
Addition of code to do Javascript autodetection, settings, etc.
2001-11-03 23:49:22 +00:00
teepe
42dae9b993 made more tolerant to malformed from field in message header 2001-11-03 12:24:52 +00:00
philippe_mingo
92583a45c1 Intl. "a la Konstantin" 2001-11-02 23:45:27 +00:00