[Citadel Development] (no subject)

2008-12-18 Thread dothebart
Mi Dez 17 2008 14:13:23 EST von IGnatius T foo...@uncnsrd 

Better now, but I see a different problem: on a fresh install, for a new
user, the preferences screen is missing a bunch of fields.  
  



hm, yes, once you said it its total clear to me that this had to happen ;)

when heading out on that again... what would be the appropriate place to save
a global config in?

[Citadel Development] Citadel commit log: revision 6846

2008-12-18 Thread matt

r6846 | matt | 2008-12-18 05:04:22 -0500 (Thu, 18 Dec 2008) | 1 line
Changed paths:
   M /branches/webcit-newsummaryview/iconbar.c
   M /branches/webcit-newsummaryview/messages.c
   A /branches/webcit-newsummaryview/static/ctdldragdrop.js
   M /branches/webcit-newsummaryview/static/dragdrop.js
   A /branches/webcit-newsummaryview/static/roomops.js
   M /branches/webcit-newsummaryview/static/summaryview.js
   M /branches/webcit-newsummaryview/static/t/head.html
   M /branches/webcit-newsummaryview/static/t/msg_listview.html
   M /branches/webcit-newsummaryview/static/wclib.js
   M /branches/webcit-newsummaryview/static/webcit.css
   M /branches/webcit-newsummaryview/subst.c

Sidebar room list now entirely client side :) single message drag and drop 
restored, multiple message todo..



[Citadel Development] (no subject)

2008-12-18 Thread IGnatius T Foobar
 when heading out on that again... what would be the appropriate place to 
save   
 a global config in?   
   
 The room name is Local System Configuration but don't talk to it 
directly, use the handy API functions:  
   
 CONF GETSYS|application/x-citadel-foo-config  
   
 and  
   
 CONF PUTSYS|application/x-citadel-foo-config  
  


[Citadel Development] Citadel commit log: revision 6848

2008-12-18 Thread dothebart

r6848 | dothebart | 2008-12-18 17:34:10 -0500 (Thu, 18 Dec 2008) | 2 lines
Changed paths:
   M /trunk/webcit/static/t/edit_message.html

* fix signature attachig in message composing




[Citadel Development] Citadel commit log: revision 6850

2008-12-18 Thread ajc

r6850 | ajc | 2008-12-18 22:45:02 -0500 (Thu, 18 Dec 2008) | 1 line
Changed paths:
   M /trunk/citadel/database.c

* Suppress display of zero-length Berkeley DB log messages



[Citadel Development] Citadel commit log: revision 6851

2008-12-18 Thread ajc

r6851 | ajc | 2008-12-18 23:05:49 -0500 (Thu, 18 Dec 2008) | 3 lines
Changed paths:
   M /trunk/citadel/modules/calendar/serv_calendar.c

* ICAL 'getics' mode (which is used for downloading the
  entire calendar, e.g. when doing a WebCal fetch) now suppresses
  duplicate VTIMEZONE components which carry the same TZID.