citadel.git
15 years ago* Committed feivel's patch for multi day all day events
Art Cancro [Tue, 17 Mar 2009 21:29:11 +0000 (21:29 +0000)]
* Committed feivel's patch for multi day all day events

15 years ago* Updated credits
Art Cancro [Tue, 17 Mar 2009 15:50:18 +0000 (15:50 +0000)]
* Updated credits

15 years ago* Applied dtx patch for receiving second level headers in Sieve module
Art Cancro [Tue, 17 Mar 2009 15:08:56 +0000 (15:08 +0000)]
* Applied dtx patch for receiving second level headers in Sieve module

15 years ago* THIS IS 7.43 (BETA VERSION)
Art Cancro [Tue, 17 Mar 2009 03:22:44 +0000 (03:22 +0000)]
* THIS IS 7.43 (BETA VERSION)

15 years ago* foolproof the hex-decoder
Wilfried Göesgens [Mon, 16 Mar 2009 21:25:19 +0000 (21:25 +0000)]
* foolproof the hex-decoder
* some inline handling to fixup mips

15 years ago* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply...
Wilfried Göesgens [Mon, 16 Mar 2009 20:46:27 +0000 (20:46 +0000)]
* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply buttons

15 years ago* add conditional to check room-types
Wilfried Göesgens [Mon, 16 Mar 2009 19:50:49 +0000 (19:50 +0000)]
* add conditional to check room-types
* use hide 'delete' button if we're not allowed to
* check for room type BBS whether we show the one or the other button group

15 years ago* suport lower case hex digits too
Wilfried Göesgens [Fri, 13 Mar 2009 21:37:35 +0000 (21:37 +0000)]
* suport lower case hex digits too
* return ? on error.
* de-inline...

15 years ago* Be more intelligent about the way we load vCard fields into the on-screen editor...
Art Cancro [Fri, 13 Mar 2009 18:14:44 +0000 (18:14 +0000)]
* Be more intelligent about the way we load vCard fields into the on-screen editor.  Properties and parameters are now treated as separate variables.  Properties are matched strictly (such as 'email') but parameters are handled with a fuzzy match.  For example, we identify an 'email' property as an Internet address if the string 'internet' appears anywhere within the parameter string.  This will allow it to match on 'email;internet' as well as 'email;type=internet' and 'email;type=internet,pref' or even 'email;not_the_internet'.  There are so many different variations out there that we can't count on a strict match.

15 years ago* Minor overhaul of modules/serv_vcard.c
Art Cancro [Fri, 13 Mar 2009 02:19:05 +0000 (02:19 +0000)]
* Minor overhaul of modules/serv_vcard.c
  Be less strict about properties and parameters.  For example, when searching for Internet email addresses, it no longer has to be 'email;internet', it will also accept things like 'email;type=internet' or 'email;type=internet,pref' or even 'email;foo=bar,type=internet'.
  Note that this is strictly server side stuff; we have a lot of work to do on the webcit side.

15 years ago* use the hex-decoder instead of scanf
Wilfried Göesgens [Thu, 12 Mar 2009 22:56:24 +0000 (22:56 +0000)]
* use the hex-decoder instead of scanf

15 years ago* add function decode_hex() that interprets 2 chars as hexdigits representing an...
Wilfried Göesgens [Thu, 12 Mar 2009 22:54:48 +0000 (22:54 +0000)]
* add function decode_hex() that interprets 2 chars as hexdigits representing an encoded char like scanf("%02X") would do.
* use it in the QP decoder.

15 years ago* Removed userspace buffering. Everyone has TCP_CORK or TCP_NOPUSH nowadays.
Art Cancro [Thu, 12 Mar 2009 15:12:32 +0000 (15:12 +0000)]
* Removed userspace buffering.  Everyone has TCP_CORK or TCP_NOPUSH nowadays.

15 years ago* Fixed a bug that caused the default recurrence for a new yearly event to be 'day...
Art Cancro [Thu, 12 Mar 2009 14:44:47 +0000 (14:44 +0000)]
* Fixed a bug that caused the default recurrence for a new yearly event to be 'day/week/month' instead of 'day/month'.  Needed to check for 0 values.

15 years ago* Fixed problems related to saving vCards in config rooms. For starters, we were...
Art Cancro [Thu, 12 Mar 2009 02:49:59 +0000 (02:49 +0000)]
* Fixed problems related to saving vCards in config rooms.  For starters, we were looking at the room name contained in the message rather than the name of the session's current room, which might actually be correct 100% of the time, but it's still the wrong place to look.  We also needed to add code to distinguish between saving your own vCard and administratively saving someone else's vCard.  We only reload the cs_inet_* caches when it's our own.

15 years ago* make another string translateable.
Wilfried Göesgens [Wed, 11 Mar 2009 18:09:41 +0000 (18:09 +0000)]
* make another string translateable.

15 years ago* Implemented the first of several steps required to fix the bug that causes mailing...
Art Cancro [Wed, 11 Mar 2009 16:57:36 +0000 (16:57 +0000)]
* Implemented the first of several steps required to fix the bug that causes mailing list bounces to be misdirected.  This commit adds a new field in the SMTP delivery instructions to force a particular envelope sender.

15 years ago* citadel.schema: declared GPL v3
Art Cancro [Wed, 11 Mar 2009 16:30:21 +0000 (16:30 +0000)]
* citadel.schema: declared GPL v3
* rfc2739.schema: declared license identical to Kolab's distribution of this file

15 years ago* when db->truncate() fails with ENOMEM, refer the user to http://www.citadel.org...
Art Cancro [Wed, 11 Mar 2009 15:00:20 +0000 (15:00 +0000)]
* when db->truncate() fails with ENOMEM, refer the user to citadel.org/doku.php/faq:troubleshooting:out_of_lock_entries

15 years ago+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.
Wilfried Göesgens [Mon, 9 Mar 2009 18:54:53 +0000 (18:54 +0000)]
+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.

15 years ago* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead...
Art Cancro [Mon, 9 Mar 2009 16:45:21 +0000 (16:45 +0000)]
* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead.  This will cause most of WebCit to be rendered in the user's preferred Sans Serif font, which will hopefully fix any remaining weird font issues.

15 years ago* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
Art Cancro [Mon, 9 Mar 2009 04:00:43 +0000 (04:00 +0000)]
* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
* Rewrote any comments in the IMAP module sources that may have been copied directly out of various RFC's, in order to satisfy the license police.

15 years ago* Resorted copying, updated daterange
Wilfried Göesgens [Sun, 8 Mar 2009 16:03:03 +0000 (16:03 +0000)]
* Resorted copying, updated daterange

15 years ago* moved CRC16 to the fulltextindexer module since its just used in that module
Wilfried Göesgens [Sun, 8 Mar 2009 15:04:06 +0000 (15:04 +0000)]
* moved CRC16 to the fulltextindexer module since its just used in that module

15 years ago* we moved to COPYING instead of copyright.txt due to the request of debian; these...
Wilfried Göesgens [Sun, 8 Mar 2009 14:40:47 +0000 (14:40 +0000)]
* we moved to COPYING instead of copyright.txt due to the request of debian; these files need to point there too.

15 years ago* adjust copyright holders
Wilfried Göesgens [Sun, 8 Mar 2009 14:36:18 +0000 (14:36 +0000)]
* adjust copyright holders

15 years ago* more missing authors of JS components
Wilfried Göesgens [Sun, 8 Mar 2009 14:30:03 +0000 (14:30 +0000)]
* more missing authors of JS components

15 years ago* streamline copyright statements; add Conclusion of included components; flip to...
Wilfried Göesgens [Sun, 8 Mar 2009 13:46:58 +0000 (13:46 +0000)]
* streamline copyright statements; add Conclusion of included components; flip to unix linefeeds where needed.

15 years ago* streamline licenses and infos for po files; spanish outstanding.
Wilfried Göesgens [Sun, 8 Mar 2009 12:34:59 +0000 (12:34 +0000)]
* streamline licenses and infos for po files; spanish outstanding.

15 years ago* When translating the input from a REGI command into a vCard, set the telephone...
Art Cancro [Sat, 7 Mar 2009 20:52:27 +0000 (20:52 +0000)]
* When translating the input from a REGI command into a vCard, set the telephone number using 'tel' rather than 'tel;home'

15 years ago* add Michael Meskes patch: make time in task due dates optional
Wilfried Göesgens [Sat, 7 Mar 2009 17:24:58 +0000 (17:24 +0000)]
* add Michael Meskes patch: make time in task due dates optional
* make time format a define: FULL/BRIEF/RAWDATE

15 years ago* Fix subject/from descending sort regression
Matt [Sat, 7 Mar 2009 09:58:05 +0000 (09:58 +0000)]
* Fix subject/from descending sort regression
* Where the room prefs have given us a sort mode to use in mailbox, actually use it

15 years ago* Corrected the 'walking timestamp' problem in the Tasks view by converting to UTC...
Art Cancro [Thu, 5 Mar 2009 21:28:24 +0000 (21:28 +0000)]
* Corrected the 'walking timestamp' problem in the Tasks view by converting to UTC while loading a task into WebCit.  This is not a problem for Tasks because there are no calculations or recurrences being performed on task dates.  Thanks to feivel for reporting this.

15 years ago* flag the mailview; add all recipients
Wilfried Göesgens [Thu, 5 Mar 2009 21:28:01 +0000 (21:28 +0000)]
* flag the mailview; add all recipients

15 years ago* add libcitadel private header.
Wilfried Göesgens [Wed, 4 Mar 2009 19:06:36 +0000 (19:06 +0000)]
* add libcitadel private header.

15 years ago* fix wrong 'u's
Wilfried Göesgens [Wed, 4 Mar 2009 18:58:18 +0000 (18:58 +0000)]
* fix wrong 'u's

15 years ago* shutdown libcitadel and xdgmime properly
Wilfried Göesgens [Wed, 4 Mar 2009 18:54:51 +0000 (18:54 +0000)]
* shutdown libcitadel and xdgmime properly

15 years ago* Updated the wording of the output of a DOWN command ued to restart the server.
Art Cancro [Wed, 4 Mar 2009 03:18:55 +0000 (03:18 +0000)]
* Updated the wording of the output of a DOWN command ued to restart the server.

15 years ago* Changed 'rooms and floors' box title in the server restart dialog to 'Server Restart'
Art Cancro [Wed, 4 Mar 2009 03:10:06 +0000 (03:10 +0000)]
* Changed 'rooms and floors' box title in the server restart dialog to 'Server Restart'

15 years ago* Reduced iconbar button size to 90% because it looked obtuse on a smaller screen
Art Cancro [Wed, 4 Mar 2009 02:55:37 +0000 (02:55 +0000)]
* Reduced iconbar button size to 90% because it looked obtuse on a smaller screen

15 years ago* distinguish between mbox displayed message and bbsview for printing their buttons.
Wilfried Göesgens [Tue, 3 Mar 2009 23:29:29 +0000 (23:29 +0000)]
* distinguish between mbox displayed message and bbsview for printing their buttons.

15 years ago* implement U escaper in StrBufAppendTemplate it was missing (*ups*)
Wilfried Göesgens [Tue, 3 Mar 2009 22:39:20 +0000 (22:39 +0000)]
* implement U escaper in StrBufAppendTemplate it was missing (*ups*)
* use right escaper for subjects in editors

15 years ago* When converting cid: URL's in to /webcit/mimepart... URL's, prefix the inserted...
Art Cancro [Tue, 3 Mar 2009 03:42:29 +0000 (03:42 +0000)]
* When converting cid: URL's in to /webcit/mimepart... URL's, prefix the inserted 'src=' with an additional space.  Sometimes it's needed when other parameters such as alt text appear prior to the src= declaration, and in cases where it's not needed, the extra space won't hurt anything.

15 years ago* fix display of quoted-printable names in addressbook views
Wilfried Göesgens [Mon, 2 Mar 2009 22:24:09 +0000 (22:24 +0000)]
* fix display of quoted-printable names in addressbook views

15 years ago* Added some comments next to portions of the code which are obsoleted by the final...
Art Cancro [Mon, 2 Mar 2009 04:11:04 +0000 (04:11 +0000)]
* Added some comments next to portions of the code which are obsoleted by the final form of RFC 5464 (IMAP METADATA extension).  The dependency on LIST-EXTENDED has been removed, and the Bynari Connector never needed it in the first place.  After the code freeze is over we will remove the portions of our unfinished LIST-EXTENDED implementation which were to provide metadata, *or* we may simply remove the unfinished LIST-EXTENDED implementation altogether.

15 years ago* depend on ical >= 0.43
Wilfried Göesgens [Sun, 1 Mar 2009 22:46:20 +0000 (22:46 +0000)]
* depend on ical >= 0.43
* resync with pkg-citadel where possible

15 years ago* depend on ical >= 0.43
Wilfried Göesgens [Sun, 1 Mar 2009 22:45:22 +0000 (22:45 +0000)]
* depend on ical >= 0.43
* remove unneded files from source deb

15 years ago* resync with pkg-citadel
Wilfried Göesgens [Sun, 1 Mar 2009 20:39:53 +0000 (20:39 +0000)]
* resync with pkg-citadel

15 years ago* fmout class different depending o input
Matt [Sun, 1 Mar 2009 01:27:28 +0000 (01:27 +0000)]
* fmout class different depending o input
* text-overflow: ellpisis will truncate text in listview table in every browser but Firefox (argh)

15 years ago* resync with pkg-citadel, fix package build
Wilfried Göesgens [Sat, 28 Feb 2009 10:41:32 +0000 (10:41 +0000)]
* resync with pkg-citadel, fix package build

15 years ago* re-apply the build-stamp
Wilfried Göesgens [Fri, 27 Feb 2009 08:26:48 +0000 (08:26 +0000)]
* re-apply the build-stamp

15 years ago* THIS IS 7.42 BETA
Wilfried Göesgens [Fri, 27 Feb 2009 08:16:35 +0000 (08:16 +0000)]
* THIS IS 7.42 BETA

15 years ago* THIS IS 7.42 BETA
Wilfried Göesgens [Fri, 27 Feb 2009 08:15:57 +0000 (08:15 +0000)]
* THIS IS 7.42 BETA

15 years ago* add .vcf to our static file extensions list, so we can surpass xdgmime untill its...
Wilfried Göesgens [Thu, 26 Feb 2009 23:49:05 +0000 (23:49 +0000)]
* add .vcf to our static file extensions list, so we can surpass xdgmime untill its fixed.

15 years ago* cleanup
Wilfried Göesgens [Thu, 26 Feb 2009 22:55:28 +0000 (22:55 +0000)]
* cleanup
* fix BSD non-preset locale case to C

15 years ago* add <p> arround the signature so editing messages doesn't behave that weird
Wilfried Göesgens [Thu, 26 Feb 2009 22:09:40 +0000 (22:09 +0000)]
* add <p> arround the signature so editing messages doesn't behave that weird

15 years agoUpdate of the French translation
Thierry Pasqualier [Thu, 26 Feb 2009 20:52:28 +0000 (20:52 +0000)]
Update of the French translation

15 years ago* make WEBCIT_LANG persistantly working through xgettext and bsd locale
Wilfried Göesgens [Thu, 26 Feb 2009 20:07:30 +0000 (20:07 +0000)]
* make WEBCIT_LANG persistantly working through xgettext and bsd locale

15 years ago* fix memleaks
Wilfried Göesgens [Wed, 25 Feb 2009 23:12:11 +0000 (23:12 +0000)]
* fix memleaks

15 years ago+ add non-TP-Related Wildfire enabled error logging function
Wilfried Göesgens [Wed, 25 Feb 2009 22:13:48 +0000 (22:13 +0000)]
+ add non-TP-Related Wildfire enabled error logging function
* use that when reporting weird message headers

15 years ago* remove duplicate code
Wilfried Göesgens [Wed, 25 Feb 2009 22:12:21 +0000 (22:12 +0000)]
* remove duplicate code

15 years ago+ correct FS-flags on citadel.co* on startup
Wilfried Göesgens [Wed, 25 Feb 2009 22:06:38 +0000 (22:06 +0000)]
+ correct FS-flags on citadel.co* on startup
+ separate automatical generated config files
* move these automatic generated files to /var/lib/citadel/data in the debian build
* move citadel.control and citadel.config on upgrade if we find them in the old location.

15 years ago* Attempting to add a smart host in webcit was instead adding it as an RBL host....
Art Cancro [Wed, 25 Feb 2009 17:21:04 +0000 (17:21 +0000)]
* Attempting to add a smart host in webcit was instead adding it as an RBL host.  Changed etype in template to correct value.

15 years ago* Added a null pointer check to the 'language' variable to prevent crash
Art Cancro [Wed, 25 Feb 2009 17:06:23 +0000 (17:06 +0000)]
* Added a null pointer check to the 'language' variable to prevent crash

15 years ago* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead...
Wilfried Göesgens [Wed, 25 Feb 2009 00:03:02 +0000 (00:03 +0000)]
* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead of a commonly used environment variable.

15 years ago* add Michael Meskes patch to the timezone guessing.
Wilfried Göesgens [Tue, 24 Feb 2009 23:07:06 +0000 (23:07 +0000)]
* add Michael Meskes patch to the timezone guessing.

15 years ago* remove temporary debian file
Wilfried Göesgens [Tue, 24 Feb 2009 23:02:30 +0000 (23:02 +0000)]
* remove temporary debian file
* switch filter to unsigned char so the Hex-Numbers provided as borders work properly
* Bump library version, THIS IS libcitadel api V2
* Bump version number, THIS IS libcitadel 7.42

15 years ago* fixed some typos in german localization
Wilfried Göesgens [Mon, 23 Feb 2009 23:11:43 +0000 (23:11 +0000)]
* fixed some typos in german localization

15 years ago* resynced some functionality with pkg-citadel
Wilfried Göesgens [Mon, 23 Feb 2009 23:10:47 +0000 (23:10 +0000)]
* resynced some functionality with pkg-citadel
* added choose force-locale dialog.

15 years ago* correct bad html
Wilfried Göesgens [Sun, 22 Feb 2009 16:46:30 +0000 (16:46 +0000)]
* correct bad html

15 years ago* fix file upload
Wilfried Göesgens [Sun, 22 Feb 2009 16:37:00 +0000 (16:37 +0000)]
* fix file upload
* add file delete

15 years ago* bail on no templates found
Wilfried Göesgens [Sun, 22 Feb 2009 12:26:55 +0000 (12:26 +0000)]
* bail on no templates found
* make errormessage _BIG_ so one can see it...

15 years ago* refresh german translation.
Wilfried Göesgens [Sun, 22 Feb 2009 12:13:37 +0000 (12:13 +0000)]
* refresh german translation.

15 years ago* rename dummy function from foo to templatestrings since xgettext will put it into...
Wilfried Göesgens [Sun, 22 Feb 2009 11:44:42 +0000 (11:44 +0000)]
* rename dummy function from foo to templatestrings since xgettext will put it into the po's
* add 'i18n' target to buildpackages to call webcit with -G and invoke create-pot.sh
* refresh .po's, some new strings in the funnambol section, some strings weren't detected in the templates, but many of them still were in the tail of the po's so hopefully they're re-used.

15 years ago* remove spurious linebreaks
Wilfried Göesgens [Sun, 22 Feb 2009 11:41:25 +0000 (11:41 +0000)]
* remove spurious linebreaks
* add _() to not yet i18n'ed texts

15 years ago* remove linewrap
Wilfried Göesgens [Sun, 22 Feb 2009 11:12:02 +0000 (11:12 +0000)]
* remove linewrap
+ add I18N Dumpmode; with -G we will parse all templates, and output all i18n strings in a c-like syntax into the given file.

15 years ago* make shure we don't buffer underrun while searching for extensions
Wilfried Göesgens [Sat, 21 Feb 2009 15:09:28 +0000 (15:09 +0000)]
* make shure we don't buffer underrun while searching for extensions

15 years ago! the used arguments point out that fprintf is meant not printf.
Wilfried Göesgens [Sat, 21 Feb 2009 14:53:01 +0000 (14:53 +0000)]
! the used arguments point out that fprintf is meant not printf.

15 years ago* remove unneeded var
Wilfried Göesgens [Sat, 21 Feb 2009 14:50:31 +0000 (14:50 +0000)]
* remove unneeded var

15 years agoreset errorflag after reporting the error
Wilfried Göesgens [Sat, 21 Feb 2009 14:41:50 +0000 (14:41 +0000)]
reset errorflag after reporting the error

15 years ago* check whether serv_info is present before dereferencing its pointer.
Wilfried Göesgens [Sat, 21 Feb 2009 14:12:43 +0000 (14:12 +0000)]
* check whether serv_info is present before dereferencing its pointer.

15 years ago* don't loop endless if the server dissappears in midaction.
Wilfried Göesgens [Sat, 21 Feb 2009 14:11:58 +0000 (14:11 +0000)]
* don't loop endless if the server dissappears in midaction.

15 years ago* silence some warnings. Why do 'may be used uninitialized' ones just show up in...
Wilfried Göesgens [Fri, 20 Feb 2009 22:14:54 +0000 (22:14 +0000)]
* silence some warnings. Why do 'may be used uninitialized' ones just show up in -O2?

15 years ago* remove pedantic for now.
Wilfried Göesgens [Fri, 20 Feb 2009 21:54:10 +0000 (21:54 +0000)]
* remove pedantic for now.

15 years ago* 'Check Attendee Availability' button is now enabled or disabled depending upon...
Art Cancro [Fri, 20 Feb 2009 21:47:01 +0000 (21:47 +0000)]
* 'Check Attendee Availability' button is now enabled or disabled depending upon whether the attendees list has a nonzero length.

15 years ago* add our module loader generator to the list of executables
Wilfried Göesgens [Fri, 20 Feb 2009 21:02:47 +0000 (21:02 +0000)]
* add our module loader generator to the list of executables

15 years ago+ add beta tag to debs
Wilfried Göesgens [Fri, 20 Feb 2009 18:22:52 +0000 (18:22 +0000)]
+ add beta tag to debs

15 years ago+ add beta tag to debs
Wilfried Göesgens [Fri, 20 Feb 2009 18:22:19 +0000 (18:22 +0000)]
+ add beta tag to debs

15 years ago+ add beta tag to debs
Wilfried Göesgens [Fri, 20 Feb 2009 18:20:58 +0000 (18:20 +0000)]
+ add beta tag to debs

15 years ago* Set all version numbers to 7.41 for upcoming beta.
Art Cancro [Fri, 20 Feb 2009 18:18:29 +0000 (18:18 +0000)]
* Set all version numbers to 7.41 for upcoming beta.

15 years ago* add a strcmp function, use for mailbox subject/sender compare
Matt [Fri, 20 Feb 2009 13:24:25 +0000 (13:24 +0000)]
* add a strcmp function, use for mailbox subject/sender compare

15 years ago* The message which warns about deprecation of the old LDAP module now contains a...
Art Cancro [Thu, 19 Feb 2009 19:55:19 +0000 (19:55 +0000)]
* The message which warns about deprecation of the old LDAP module now contains a link to a page on citadel.org explaining it in further detail.

15 years ago* make some phrases shorter so the navbar becomes less overflowed
Wilfried Göesgens [Wed, 18 Feb 2009 22:18:43 +0000 (22:18 +0000)]
* make some phrases shorter so the navbar becomes less overflowed

15 years ago* 'day hours' labels are now 150% of the size of 'off hours' labels, but no larger...
Art Cancro [Wed, 18 Feb 2009 19:21:45 +0000 (19:21 +0000)]
* 'day hours' labels are now 150% of the size of 'off hours' labels, but no larger than the containing row minus 2px

15 years ago* Calendar day view: in am/pm mode, display midnight as 12:00am, not 0:00am
Art Cancro [Wed, 18 Feb 2009 19:11:25 +0000 (19:11 +0000)]
* Calendar day view: in am/pm mode, display midnight as 12:00am, not 0:00am

15 years ago* Minor fix to previous commit
Art Cancro [Wed, 18 Feb 2009 19:07:17 +0000 (19:07 +0000)]
* Minor fix to previous commit
* Found some strings 'Untitled Event' and 'Untitled Task' that were not localized

15 years ago* Font sizes for the hour markers in the calendar day view are now set to the height...
Art Cancro [Wed, 18 Feb 2009 18:41:46 +0000 (18:41 +0000)]
* Font sizes for the hour markers in the calendar day view are now set to the height of the containing row minus 2px.
* Also changed the height of the rows for 'off hours' from 1/3 of the day hours to 1/2 of the day hours.  Things were just too squashed.

15 years ago* free the new 4th url fragment
Wilfried Göesgens [Tue, 17 Feb 2009 23:06:15 +0000 (23:06 +0000)]
* free the new 4th url fragment

15 years ago* while loading a message guess mimetype by filename too with xdgmime.
Wilfried Göesgens [Tue, 17 Feb 2009 22:34:12 +0000 (22:34 +0000)]
* while loading a message guess mimetype by filename too with xdgmime.

15 years ago* if the mail doesn't give us a mimetype (..or just application/octetstream) use...
Wilfried Göesgens [Tue, 17 Feb 2009 22:02:27 +0000 (22:02 +0000)]
* if the mail doesn't give us a mimetype (..or just application/octetstream) use xdgmime to try to find out.