citadel.git
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.

16 years ago* add hint to restart menu to our 'unable to bind port' - errormail.
Wilfried Göesgens [Mon, 29 Oct 2007 20:50:45 +0000 (20:50 +0000)]
* add hint to restart menu to our 'unable to bind port' - errormail.

16 years agoSieve GETENVELOPE - fill in a bogus envelope from
Art Cancro [Mon, 29 Oct 2007 20:24:30 +0000 (20:24 +0000)]
Sieve GETENVELOPE - fill in a bogus envelope from
or to address if the supplied one is null, missing, or bogus.
Doesn't deliver a vacation message but it's better than
crashing.

16 years agoSieve GETENVELOPE - fill in a bogus envelope from
Art Cancro [Mon, 29 Oct 2007 20:14:48 +0000 (20:14 +0000)]
Sieve GETENVELOPE - fill in a bogus envelope from
or to address if the supplied one is null, missing, or bogus.
Doesn't deliver a vacation message but it's better than
crashing.

16 years agoAdd keep/delete config to pop3 client
Art Cancro [Mon, 29 Oct 2007 17:12:35 +0000 (17:12 +0000)]
Add keep/delete config to pop3 client

16 years agoChanged the format of UIDL's stored in S_USETABLE
Art Cancro [Mon, 29 Oct 2007 16:16:14 +0000 (16:16 +0000)]
Changed the format of UIDL's stored in S_USETABLE

16 years agoFound a MUCH better way to store the UIDL's of
Art Cancro [Mon, 29 Oct 2007 16:02:58 +0000 (16:02 +0000)]
Found a MUCH better way to store the UIDL's of
previously seen remote POP3 messages.  The first attempt
involved another directory full of crap, lots of reading,
writing, and parsing of yet another file format, and a bunch
of extra code involving linked lists and string comparisons
and after several days it still didn't work.  This new version
leverages the S_USETABLE database, uses about 50 lines of new
code, and I got it working in about 20 minutes.  Sometimes
you've just got to take a couple of steps back and rethink
things.

16 years ago* Reverted the code I checked in last week that created a
Art Cancro [Mon, 29 Oct 2007 15:23:19 +0000 (15:23 +0000)]
* Reverted the code I checked in last week that created a
  new directory full of files for POP3 UIDL maps.  It was
  getting ugly and I realized that we could instead extend
  the S_NETCONFIGS database to perform the same function.
* Performed a few minor cleanups to code that was generating
  compiler warnings

16 years agoFixed the last instance where the time format doesn't follow the user
Dave West [Sun, 28 Oct 2007 23:40:44 +0000 (23:40 +0000)]
Fixed the last instance where the time format doesn't follow the user
preferances flag.

16 years ago* read line-buffered, not char by char.
Wilfried Göesgens [Sun, 28 Oct 2007 23:24:47 +0000 (23:24 +0000)]
* read line-buffered, not char by char.

16 years agoAdded an address book popup to the access controls of rooms.
Dave West [Sun, 28 Oct 2007 21:31:48 +0000 (21:31 +0000)]
Added an address book popup to the access controls of rooms.
Now you can select a user to invite into the room.
This needs further attention since in this case we should only allow
selecting from actual users and prevent the option of selecting from
other address book rooms.
Unfortunately that is beyond me, I can not for the life of me see how
this Ajax stuff works.

16 years ago* typo in translation.
Wilfried Göesgens [Sun, 28 Oct 2007 14:08:23 +0000 (14:08 +0000)]
* typo in translation.

16 years agoSolution to bug no. 258 (forging of from headers with IMAP move)
Dave West [Sun, 28 Oct 2007 11:48:04 +0000 (11:48 +0000)]
Solution to bug no. 258 (forging of from headers with IMAP move)
I have implimented a configuration option in the site wide
configuration.
It is now possible to have Citadel keep the original from headers for
the message.

16 years agocome back to transparent buttons for messages, use the same way for display messages...
Thierry Pasqualier [Sun, 28 Oct 2007 07:31:24 +0000 (07:31 +0000)]
come back to transparent buttons for messages, use the same way for display messages actions, login and log off buttons

16 years agoical_putics() now calls ical_write_to_cal() with
Art Cancro [Sun, 28 Oct 2007 04:38:08 +0000 (04:38 +0000)]
ical_putics() now calls ical_write_to_cal() with
a NULL user.  ical_write_to_cal() has been modified so that
if it is called with a NULL user, it saves the supplied
calendar item to the currently selected room instead of
the user's default calendar.  RESOLVES BUG #255

16 years agoFixed the bug that results in non update of existing LDAP entries when
Dave West [Sat, 27 Oct 2007 23:57:36 +0000 (23:57 +0000)]
Fixed the bug that results in non update of existing LDAP entries when
detail is removed.

16 years agoReduced the timeout for LDAP disconnect to 1 minute due to granularity
Dave West [Sat, 27 Oct 2007 23:28:20 +0000 (23:28 +0000)]
Reduced the timeout for LDAP disconnect to 1 minute due to granularity
of the time this is 1 minute + 0-59 seconds.

16 years agoFixed bug No. 252. Changing the room settings of a personal mail box no
Dave West [Sat, 27 Oct 2007 22:53:32 +0000 (22:53 +0000)]
Fixed bug No. 252. Changing the room settings of a personal mail box no
longer makes the room public.
Also it is now possible to change a room to have it become a personal
mailbox.
Also copied the code from the create room stuff to disable the floor
combo box.

16 years agoUser can now choose to hide or display floors that contain no rooms
Dave West [Sat, 27 Oct 2007 20:43:31 +0000 (20:43 +0000)]
User can now choose to hide or display floors that contain no rooms
visible to them.

16 years agoAdded support for mobile phone number and fax number to the LDAP module.
Dave West [Sat, 27 Oct 2007 15:35:55 +0000 (15:35 +0000)]
Added support for mobile phone number and fax number to the LDAP module.

16 years agoFixed the mobile phone number in the vCard so it has the correct
Dave West [Sat, 27 Oct 2007 15:15:57 +0000 (15:15 +0000)]
Fixed the mobile phone number in the vCard so it has the correct
attribute name.

16 years agoAdded mobile phone number to vCard
Dave West [Sat, 27 Oct 2007 14:47:05 +0000 (14:47 +0000)]
Added mobile phone number to vCard

16 years agoAdded a fax number to the vCard.
Dave West [Sat, 27 Oct 2007 14:20:31 +0000 (14:20 +0000)]
Added a fax number to the vCard.

16 years agoUpdated the mime parser in webcit
Art Cancro [Fri, 26 Oct 2007 21:13:07 +0000 (21:13 +0000)]
Updated the mime parser in webcit

16 years agoreduction of spacing between boxes on advanced screen
Thierry Pasqualier [Fri, 26 Oct 2007 21:07:12 +0000 (21:07 +0000)]
reduction of spacing between boxes on advanced screen

16 years ago* some minor CSS changes
Thierry Pasqualier [Fri, 26 Oct 2007 20:40:13 +0000 (20:40 +0000)]
* some minor CSS changes
* the buttons of messages are now displayed as the other buttons