citadel.git
16 years agoHUGE PATCH. This moves all of mime_parser.c and all
Art Cancro [Fri, 16 Nov 2007 05:52:26 +0000 (05:52 +0000)]
HUGE PATCH.  This moves all of mime_parser.c and all
of tools.c into libcitadel.  It compiles cleanly, and seems to work, but I'm sure
I broke *something* so let's give this lots of testing.

16 years ago* tiny tool for message retrieval, first draft.
Wilfried Göesgens [Thu, 15 Nov 2007 23:27:12 +0000 (23:27 +0000)]
* tiny tool for message retrieval, first draft.

16 years ago* this is 7.24
Wilfried Göesgens [Thu, 15 Nov 2007 23:08:48 +0000 (23:08 +0000)]
* this is 7.24

16 years ago* msgnum is a long. format it like that.
Wilfried Göesgens [Thu, 15 Nov 2007 22:55:33 +0000 (22:55 +0000)]
* msgnum is a long. format it like that.

16 years agoUpdated version number to 7.24
Art Cancro [Thu, 15 Nov 2007 16:19:24 +0000 (16:19 +0000)]
Updated version number to 7.24

16 years agoFixed a bug introduced in r5517 that was causing
Art Cancro [Thu, 15 Nov 2007 16:15:09 +0000 (16:15 +0000)]
Fixed a bug introduced in r5517 that was causing
incoming network messages to simply be thrown away most of
the time.  r5517 replaced a call to /bin/mv with a copy file
loop, but the loop operated in line-by-line text mode.
Network spool contains architecture-independent binary data,
so this was failing.

16 years agoforce_room variable needs to be output using
Art Cancro [Wed, 14 Nov 2007 14:50:51 +0000 (14:50 +0000)]
force_room variable needs to be output using
escputs() not urlescputs() otherwise Bad Things Happen.

16 years agoAdded a 'force_room'
Art Cancro [Wed, 14 Nov 2007 05:24:03 +0000 (05:24 +0000)]
Added a 'force_room'
to the enter message form, to ensure that the room the message
gets posted in is the same room the user started entering it in.

16 years ago* cleanup with variable substitution. cleaner replacing function and string variables.
Wilfried Göesgens [Tue, 13 Nov 2007 22:21:24 +0000 (22:21 +0000)]
* cleanup with variable substitution. cleaner replacing function and string variables.

16 years ago* to much c-coding spoilz bash-sk1lz
Wilfried Göesgens [Tue, 13 Nov 2007 17:43:10 +0000 (17:43 +0000)]
* to much c-coding spoilz bash-sk1lz

16 years agoRemoved '#define CHUNKED_READ' from citadel_ipc.c
Art Cancro [Tue, 13 Nov 2007 17:19:53 +0000 (17:19 +0000)]
Removed '#define CHUNKED_READ' from citadel_ipc.c
It is still broken and should not be defined by default.

16 years agoA little bit of speed up in the wordbreaker for full text indexing.
Dave West [Tue, 13 Nov 2007 02:37:45 +0000 (02:37 +0000)]
A little bit of speed up in the wordbreaker for full text indexing.
Also fixed a small bug that made some of our index tokens bad.
Maybe this will fix some of the text search problems some people are
seeing.
We also need to alter the indexer to index the message headers as well
as the body, at the moment we only index the body.

16 years agoAmended the 'Corrupt message' error with more detail
Art Cancro [Mon, 12 Nov 2007 17:15:59 +0000 (17:15 +0000)]
Amended the 'Corrupt message' error with more detail

16 years ago* buffered read next try; recv might give the solution?
Wilfried Göesgens [Sun, 11 Nov 2007 18:58:39 +0000 (18:58 +0000)]
* buffered read next try; recv might give the solution?

16 years ago* do non-blocking accept()
Wilfried Göesgens [Sun, 11 Nov 2007 16:09:45 +0000 (16:09 +0000)]
* do non-blocking accept()
* shut down on HUP instead of TERM; easier to debug.
* kill & free our running sessions on shutdown

16 years agoAmended the MSGP command to provide a way for the client to
Art Cancro [Sun, 11 Nov 2007 05:35:30 +0000 (05:35 +0000)]
Amended the MSGP command to provide a way for the client to
indicate to the server that it prefers to decode Base64 and quoted-printable
on the client side when reading MIME parts with the MSG4 command.
Resolves bug 289.

16 years ago* moved CtdlDecodeQuotedPrintable() into tools.c
Art Cancro [Sun, 11 Nov 2007 04:46:40 +0000 (04:46 +0000)]
* moved CtdlDecodeQuotedPrintable() into tools.c
  (later we will move most or all of tools.c into libcitadel)
* amended citadel_ipc.c message reading loop.  When using MSG4 (nearly
  always), parse base64 and quoted-printable encodings, and decode them.
  MSG4 does not *yet* send these, instead performing the decoding on
  the server side.  During experimentation I told the server not to
  decode, and this will resolve Bug #289.  All that's left to do is to
  add something to the protocol so that the client can tell the server
  that it wants non-decoded message text.  I'll do that tomorrow.

16 years agoExperimented with 'struct CitContext *CCC = CC;' for performance
Art Cancro [Sun, 11 Nov 2007 04:17:41 +0000 (04:17 +0000)]
Experimented with 'struct CitContext *CCC = CC;' for performance

16 years ago* if -D added, citserver will print out the Directories.
Wilfried Göesgens [Sat, 10 Nov 2007 23:12:19 +0000 (23:12 +0000)]
* if -D added, citserver will print out the Directories.

16 years ago* this might be the try to free a null-pointer.
Wilfried Göesgens [Sat, 10 Nov 2007 23:11:32 +0000 (23:11 +0000)]
* this might be the try to free a null-pointer.

16 years agoWhen populating the address book popup with the contents of
Art Cancro [Sat, 10 Nov 2007 05:32:30 +0000 (05:32 +0000)]
When populating the address book popup with the contents of
an address book room (such as the Global Address Book), save the name of the room
we came from and go back there after fetching the address book.  Fixes bug #227.

16 years agoDon't crash on RSS feed items without descriptions
Art Cancro [Fri, 9 Nov 2007 22:57:45 +0000 (22:57 +0000)]
Don't crash on RSS feed items without descriptions

16 years agoFix bug which appears when multiple feeds in one room
Art Cancro [Fri, 9 Nov 2007 22:50:32 +0000 (22:50 +0000)]
Fix bug which appears when multiple feeds in one room

16 years agoAdded the MIME parser to libcitadel.
Art Cancro [Fri, 9 Nov 2007 20:12:20 +0000 (20:12 +0000)]
Added the MIME parser to libcitadel.

16 years agoAdded 'bootstrap' command. It just calls
Art Cancro [Fri, 9 Nov 2007 20:04:26 +0000 (20:04 +0000)]
Added 'bootstrap' command.  It just calls
autoconf, but let's be consistent.

16 years agoNew build system for libcitadel, with autoconf and libtool
Art Cancro [Fri, 9 Nov 2007 20:03:46 +0000 (20:03 +0000)]
New build system for libcitadel, with autoconf and libtool

16 years agoTesting some gnu type build stuff
Art Cancro [Fri, 9 Nov 2007 19:33:22 +0000 (19:33 +0000)]
Testing some gnu type build stuff

16 years agoadded sample makefile
Art Cancro [Fri, 9 Nov 2007 17:50:29 +0000 (17:50 +0000)]
added sample makefile

16 years agorandom foo
Art Cancro [Fri, 9 Nov 2007 17:20:49 +0000 (17:20 +0000)]
random foo

16 years agoInitial checkin of libcitadel files. Do not use this yet.
Art Cancro [Fri, 9 Nov 2007 17:18:44 +0000 (17:18 +0000)]
Initial checkin of libcitadel files.  Do not use this yet.

16 years ago* set basedir to ctdldir on startup for bin/sbin calculation in non-fssnd
Wilfried Göesgens [Fri, 9 Nov 2007 17:17:07 +0000 (17:17 +0000)]
* set basedir to ctdldir on startup for bin/sbin calculation in non-fssnd

16 years agoFixed the problem dave reported yesterday, where a
Art Cancro [Thu, 8 Nov 2007 23:05:25 +0000 (23:05 +0000)]
Fixed the problem dave reported yesterday, where a
large calendar hung the webcit renderer while displaying.
This turned out to have nothing to do with the size of the
calendar, but with a specific event that had no newline
at the end and caused the 000 terminator to appear at the
end of a line instead of on its own line.  Switched from
MSG0 to MSG4 in webcit to both work around this problem and
save over-the-wire chatter.   Dave's work from last night
plus this commit, resolve bug #284.

16 years ago* ubuntu doesn't have localepurge
Wilfried Göesgens [Thu, 8 Nov 2007 23:04:32 +0000 (23:04 +0000)]
* ubuntu doesn't have localepurge

16 years ago* since we changed the versioning, we need to detect it right.
Wilfried Göesgens [Thu, 8 Nov 2007 22:12:52 +0000 (22:12 +0000)]
* since we changed the versioning, we need to detect it right.

16 years agoThis commit marks the 7.23 releases of both Citadel and WebCit.
Art Cancro [Thu, 8 Nov 2007 21:56:36 +0000 (21:56 +0000)]
This commit marks the 7.23 releases of both Citadel and WebCit.

16 years ago* free the ical struct after using it.
Wilfried Göesgens [Thu, 8 Nov 2007 21:35:29 +0000 (21:35 +0000)]
* free the ical struct after using it.

16 years ago- fix the IE7 bug to display the message buttons
Thierry Pasqualier [Thu, 8 Nov 2007 20:25:28 +0000 (20:25 +0000)]
- fix the IE7 bug to display the message buttons
- centering of the image of login screen

16 years agoAdded the User-Agent: and Accept: headers to our
Art Cancro [Thu, 8 Nov 2007 15:22:01 +0000 (15:22 +0000)]
Added the User-Agent: and Accept: headers to our
HTTP client requests.  Some HTTP servers (such as www.digg.com)
simply disconnect without any response if they are not present.

16 years agoAnd nox ICAL putics works properly.
Dave West [Thu, 8 Nov 2007 00:15:44 +0000 (00:15 +0000)]
And nox ICAL putics works properly.

16 years ago* make the files number a link
Wilfried Göesgens [Wed, 7 Nov 2007 19:33:20 +0000 (19:33 +0000)]
* make the files number a link
* make the string gettextable

16 years ago* missing blank
Wilfried Göesgens [Wed, 7 Nov 2007 18:34:52 +0000 (18:34 +0000)]
* missing blank

16 years ago* if citadel doesn't come down by sendcommand in 10 seconds, send it a TERM, after...
Wilfried Göesgens [Wed, 7 Nov 2007 18:11:45 +0000 (18:11 +0000)]
* if citadel doesn't come down by sendcommand in 10 seconds, send it a TERM, after another 10 seconds be rude and send it KILL

16 years ago- removed an extra </select> on message selector on the top
Thierry Pasqualier [Wed, 7 Nov 2007 15:56:58 +0000 (15:56 +0000)]
- removed an extra </select> on message selector on the top
- removed font bold on messages buttons

16 years agoI correct the errors which are found by Firefox Tiny Validator.
Thierry Pasqualier [Wed, 7 Nov 2007 09:17:25 +0000 (09:17 +0000)]
I correct the errors which are found by Firefox Tiny Validator.
- a div tag in excess at the foot of the all pages (there remains one
  about it)
- a td tag which must be a th tag in the monthly view of the calendar

16 years agoI added the name of the current user running in the title of the page. It
Thierry Pasqualier [Wed, 7 Nov 2007 08:21:45 +0000 (08:21 +0000)]
I added the name of the current user running in the title of the page. It
appears with the name of the site and that of the navigator in the bar
in top of the window.

16 years agoFile counting for directory rooms now checks both QR_DIRECTORY and
Dave West [Tue, 6 Nov 2007 23:09:33 +0000 (23:09 +0000)]
File counting for directory rooms now checks both QR_DIRECTORY and
QR_VISDIR before displaying the count of files.

16 years agoRemoved a stray </select> tag which appeared
Art Cancro [Tue, 6 Nov 2007 22:57:53 +0000 (22:57 +0000)]
Removed a stray </select> tag which appeared
after the Search: input box.  This seems to have made the Reply/Move/Print
buttons reappear in IE 7, resolving Bug 262.

16 years agoRemoved an extra <div> and also fixed a <td> tag with
Art Cancro [Tue, 6 Nov 2007 22:49:41 +0000 (22:49 +0000)]
Removed an extra <div> and also fixed a <td> tag with
a missing right angle bracket.  This fixes the problem with the
address book popup that I mentioned in Bug 262, but it does not
fix the entire bug.  We are looking at two different problems
after all.

16 years agoMoved files count to be on same line as message count as per IG's
Dave West [Tue, 6 Nov 2007 20:14:10 +0000 (20:14 +0000)]
Moved files count to be on same line as message count as per IG's
suggestion.

16 years agoCentering text in button only, not in other input field
Thierry Pasqualier [Tue, 6 Nov 2007 19:57:19 +0000 (19:57 +0000)]
Centering text in button only, not in other input field

16 years agoAdd #include <stdarg.h>
Dave West [Tue, 6 Nov 2007 19:40:39 +0000 (19:40 +0000)]
Add #include <stdarg.h>
Needed for the prototype of vlprintf, at least on the system I'm trying
to use Easy Install on anyway.
Why did this not show up any where else?
More to the point why did it not show up on my dev system, should be
practically identical to the system I'm trying to use Easy Install on.

16 years agouse the same way to display all buttons.
Thierry Pasqualier [Tue, 6 Nov 2007 19:37:03 +0000 (19:37 +0000)]
use the same way to display all buttons.

16 years agoApplied Matt's nov. 4 pager cleanup patch
Art Cancro [Tue, 6 Nov 2007 18:35:33 +0000 (18:35 +0000)]
Applied Matt's nov. 4 pager cleanup patch

16 years agoUpdated stylesheet
Thierry Pasqualier [Tue, 6 Nov 2007 18:01:00 +0000 (18:01 +0000)]
Updated stylesheet

16 years agoI had forgotten a >. Sorry. Fix the bug where the edition area doesn't appear to...
Thierry Pasqualier [Tue, 6 Nov 2007 16:07:55 +0000 (16:07 +0000)]
I had forgotten a >. Sorry. Fix the bug where the edition area doesn't appear to post a message.

16 years agoChanged this initialisation line 142
Thierry Pasqualier [Tue, 6 Nov 2007 09:12:02 +0000 (09:12 +0000)]
Changed this initialisation line 142
ptr = msg ;  to  ptr = msg + 1;
seems to fix the body bug.
We have to test it.
It is possible that the dysfunctions of the messages displays
of Firefox and IE result from this useless body tag.

16 years agoFix the bug #279
Thierry Pasqualier [Tue, 6 Nov 2007 08:13:06 +0000 (08:13 +0000)]
Fix the bug #279
if one creates a new event, its length defaults is set to an hour.
The bug at the origin of the problem - if one creates an event but
doesn't change the times from the defaut values it doesn't show up in
the day view - does not exist any more...
Uptated french translation

16 years agoDisabled client chunked reads by default.
Art Cancro [Mon, 5 Nov 2007 22:09:07 +0000 (22:09 +0000)]
Disabled client chunked reads by default.
Compile with -DCHUNKED_READ in order to enable.

16 years agoHandle X31 response code from server
Art Cancro [Mon, 5 Nov 2007 18:34:00 +0000 (18:34 +0000)]
Handle X31 response code from server

16 years agoCorrect parsing of c_rbl_at_greeting site config parameter.
Art Cancro [Mon, 5 Nov 2007 17:16:01 +0000 (17:16 +0000)]
Correct parsing of c_rbl_at_greeting site config parameter.
Fixes bug #275.

16 years agoNew 231 response code (SERVER_SHUTTING_DOWN)
Art Cancro [Mon, 5 Nov 2007 17:06:45 +0000 (17:06 +0000)]
New 231 response code (SERVER_SHUTTING_DOWN)

16 years agoChanges to make notes deleteable... INCOMPLETE..
Dave West [Mon, 5 Nov 2007 00:03:07 +0000 (00:03 +0000)]
Changes to make notes deleteable... INCOMPLETE..
Note icon is now draggable.
Added a bit of text to act as a place holder for a trashcan object.
If a note is dragged to the trash object the note icon is hidden but the
note is not yet deleted.

16 years agoBack out my change to add a delete button. Totally the wrong way to do
Dave West [Sun, 4 Nov 2007 23:59:12 +0000 (23:59 +0000)]
Back out my change to add a delete button. Totally the wrong way to do
it.

16 years ago* dump message headers on artv dump
Wilfried Göesgens [Sun, 4 Nov 2007 23:19:17 +0000 (23:19 +0000)]
* dump message headers on artv dump
* some more tweaking on buffered reading.

16 years ago* init some numbers.
Wilfried Göesgens [Sun, 4 Nov 2007 23:17:51 +0000 (23:17 +0000)]
* init some numbers.

16 years ago* initializing strings empty faster.
Wilfried Göesgens [Sun, 4 Nov 2007 23:11:40 +0000 (23:11 +0000)]
* initializing strings empty faster.

16 years agoAdded an indication that this is a room with files and how many files it
Dave West [Sun, 4 Nov 2007 19:39:32 +0000 (19:39 +0000)]
Added an indication that this is a room with files and how many files it
contains.
Enhancement from Bugzilla #264

16 years ago Added a delete button to the Notes in place editor.
Dave West [Sun, 4 Nov 2007 16:46:15 +0000 (16:46 +0000)]
 Added a delete button to the Notes in place editor.
Can't for the life of me figure out how to pass a delete/save option
though.
Any help much appreciated.

16 years agoPrevent spurious chars getting onto front of a note.
Dave West [Sun, 4 Nov 2007 16:01:13 +0000 (16:01 +0000)]
Prevent spurious chars getting onto front of a note.

16 years agoRemoved rss2ctdl from svn trunk, as this utility is now obsolete.
Art Cancro [Sun, 4 Nov 2007 04:08:41 +0000 (04:08 +0000)]
Removed rss2ctdl from svn trunk, as this utility is now obsolete.

16 years agoHandle NULL data from XML parser in order to cope
Art Cancro [Sun, 4 Nov 2007 03:55:10 +0000 (03:55 +0000)]
Handle NULL data from XML parser in order to cope
with the Homeland Stupidity RSS feed, which IO deliberately
configured in such a way to crash Citadel and prove that our
parser wasn't yet ready for prime time.   :)

16 years agoRemoved some dead projects from the trunk.
Art Cancro [Sun, 4 Nov 2007 03:18:52 +0000 (03:18 +0000)]
Removed some dead projects from the trunk.

16 years agoRemoved some dead projects from the trunk.
Art Cancro [Sun, 4 Nov 2007 03:14:14 +0000 (03:14 +0000)]
Removed some dead projects from the trunk.

16 years agoRemoved some dead projects from the trunk.
Art Cancro [Sun, 4 Nov 2007 03:10:44 +0000 (03:10 +0000)]
Removed some dead projects from the trunk.

16 years agoFix the thirty second delay properly.
Dave West [Sat, 3 Nov 2007 23:13:23 +0000 (23:13 +0000)]
Fix the thirty second delay properly.
Also added a watchdog timer to kill send command if it hangs at some
point due to a dodgy server.
This will prevent bug #231.

16 years agoFix thirty second delay in sendcommand when downing the server.
Dave West [Sat, 3 Nov 2007 22:57:56 +0000 (22:57 +0000)]
Fix thirty second delay in sendcommand when downing the server.
We can not call cleanup() as it uses CtdlIPCQuit which sends a QUIT to
the server that is no longer there and can't respond so it hangs.
If downing the server just do nq_cleanup() instead.

16 years agoFix bug in text client that causes parts of listings to be lost.
Dave West [Sat, 3 Nov 2007 22:22:51 +0000 (22:22 +0000)]
Fix bug in text client that causes parts of listings to be lost.
Most noticeable in .Z command.

16 years ago* build depend on expat too.
Wilfried Göesgens [Sat, 3 Nov 2007 13:49:12 +0000 (13:49 +0000)]
* build depend on expat too.

16 years agoUsed altern table to display remote POP3 accounts and RSS feeds in room
Thierry Pasqualier [Fri, 2 Nov 2007 21:29:11 +0000 (21:29 +0000)]
Used altern table to display remote POP3 accounts and RSS feeds in room
configuration:  Remote retrieval tab

16 years agotuiconfig for RSS feed reader
Art Cancro [Fri, 2 Nov 2007 20:35:53 +0000 (20:35 +0000)]
tuiconfig for RSS feed reader

16 years agoBetter logic to detect channel title
Art Cancro [Fri, 2 Nov 2007 19:41:54 +0000 (19:41 +0000)]
Better logic to detect channel title

16 years agoUse RSS feed title as room name for saved messages
Art Cancro [Fri, 2 Nov 2007 19:11:10 +0000 (19:11 +0000)]
Use RSS feed title as room name for saved messages

16 years agoAdd the universal RSS icon to our feed config screen.
Art Cancro [Fri, 2 Nov 2007 16:08:54 +0000 (16:08 +0000)]
Add the universal RSS icon to our feed config screen.
We've earned it.  :)

16 years ago* Updated internal version number of citadel and webcit to 7.23
Art Cancro [Fri, 2 Nov 2007 14:54:36 +0000 (14:54 +0000)]
* Updated internal version number of citadel and webcit to 7.23
* Implement RSS feed reader config screen in webcit

16 years agoHandle 30X redirects when requesting RSS
Art Cancro [Fri, 2 Nov 2007 13:54:36 +0000 (13:54 +0000)]
Handle 30X redirects when requesting RSS
feeds via HTTP.  Also fixed a mistake in the request
headers, I had it using 'Server:' instead of 'Host:'.  That's
what I get for staying up too late programming, I guess.

16 years agoChecked in an RSS feed reader to replace the
Art Cancro [Fri, 2 Nov 2007 04:17:45 +0000 (04:17 +0000)]
Checked in an RSS feed reader to replace the
standalone 'rss2ctdl' utility.  It works.  Still need
to add code to handle 302 redirects, and configuration screens.

16 years ago* sanitize parameters, check pointers for NULL
Wilfried Göesgens [Thu, 1 Nov 2007 23:31:05 +0000 (23:31 +0000)]
* sanitize parameters, check pointers for NULL

16 years ago* have an ARTV DUMP to do eyeball and grep analysis of data-structures.
Wilfried Göesgens [Thu, 1 Nov 2007 22:40:41 +0000 (22:40 +0000)]
* have an ARTV DUMP to do eyeball and grep analysis of data-structures.

16 years agoStylesheet : fix some minor bugs
Thierry Pasqualier [Thu, 1 Nov 2007 22:14:05 +0000 (22:14 +0000)]
Stylesheet : fix some minor bugs

16 years agoNocturn Bug 254 : I finally used table - not CSS - to fix the bad
Thierry Pasqualier [Thu, 1 Nov 2007 21:40:38 +0000 (21:40 +0000)]
Nocturn Bug 254 : I finally used table - not CSS - to fix the bad
shifted to the right of the fields during the edition of messages.
Dothebard : I corrected the stylesheet to avoid the complaints of the
errors console of Firefox

16 years agoThe list of existing MTA's to disable has been reduced
Art Cancro [Thu, 1 Nov 2007 19:08:25 +0000 (19:08 +0000)]
The list of existing MTA's to disable has been reduced
to include only software which is likely to have been included
as part of the operating system's default installation.  We
really should not use this space as free advertisement for the
competition, especially one project in particular who is trying
to copy our ideas.  I hope that particular project crashes and
burns, and the developers stranded on a deserted island with no
Internet access.

16 years ago* alloc the right amount, and zero everything.
Wilfried Göesgens [Thu, 1 Nov 2007 18:28:10 +0000 (18:28 +0000)]
* alloc the right amount, and zero everything.

16 years agoadded some vertical space between the boxes
Art Cancro [Thu, 1 Nov 2007 16:16:18 +0000 (16:16 +0000)]
added some vertical space between the boxes

16 years ago* map floor id's to list id's.
Wilfried Göesgens [Thu, 1 Nov 2007 16:11:52 +0000 (16:11 +0000)]
* map floor id's to list id's.

16 years agoHandle the '+' character in urlesc()
Art Cancro [Thu, 1 Nov 2007 14:14:20 +0000 (14:14 +0000)]
Handle the '+' character in urlesc()

16 years ago* use the configured key dir
Wilfried Göesgens [Tue, 30 Oct 2007 20:52:09 +0000 (20:52 +0000)]
* use the configured key dir
* if we can't write there, exit.

16 years agoMinor cleanup of previous commit
Art Cancro [Tue, 30 Oct 2007 19:11:22 +0000 (19:11 +0000)]
Minor cleanup of previous commit

16 years agoRemoved an 'if' statement that appears to fix Bug #220.
Art Cancro [Tue, 30 Oct 2007 16:20:30 +0000 (16:20 +0000)]
Removed an 'if' statement that appears to fix Bug #220.
I don't know if it creates any side effects!
In my testing it doesn't appear to, but I'd like everyone
to look at lots of different messages, particularly ones with
oddball MIME structure such as multipart within multipart,
encapsulated rfc822, etc. and see if I broke antthing.

16 years agoFixed bug no.207.
Dave West [Mon, 29 Oct 2007 23:35:38 +0000 (23:35 +0000)]
Fixed bug no.207.
Don't show non regular files for download.
Sub directories are not supported.

16 years ago* added isee's new strings.
Wilfried Göesgens [Mon, 29 Oct 2007 22:58:28 +0000 (22:58 +0000)]
* added isee's new strings.