<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>DIMP should honor Horde&#039;s sidebar_width preference</title> 
  <pubDate>Fri, 10 Apr 2026 06:14:13 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6793</link> 
  <atom:link rel="self" type="application/rss+xml" title="DIMP should honor Horde&#039;s sidebar_width preference" href="https://bugs.horde.org/ticket/6793/rss" /> 
  <description>DIMP should honor Horde&#039;s sidebar_width preference</description> 
 
   
   
  <item> 
   <title>Is it possible that either

- DIMP sidebar uses the global p</title> 
   <description>Is it possible that either

- DIMP sidebar uses the global pref sidebar_width?

- DIMP&#039;s sidebar auto increses its width (folders with long names or big tree) instead of having a horizontal scroll bar at the bottom of the sidebar ?



thanks.

</description> 
   <pubDate>Fri, 30 May 2008 10:37:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45692</link> 
  </item> 
   
  <item> 
   <title>&gt; - DIMP sidebar uses the global pref sidebar_width?



DIMP</title> 
   <description>&gt; - DIMP sidebar uses the global pref sidebar_width?



DIMP&#039;s sidebar width is defined in CSS as opposed to Horde&#039;s sidebar width which is the width of the frame.  It would require javascript to dynamically change the size of the sidebar in DIMP.  Other devs: do we want to use sidebar_width pref to do this?



&gt; - DIMP&#039;s sidebar auto increses its width (folders with long names or 

&gt; big tree) instead of having a horizontal scroll bar at the bottom of 

&gt; the sidebar ?



#1 - there should be no horizontal scrollbar in the sidebar - if the folder is too large, the excess should run off the end of the sideabr (overflow: hidden in CSS terms)

#2 - I don&#039;t think we should be expanding the sidebar.  I think a tooltip/mouseover title for long mailbox names should suffice.</description> 
   <pubDate>Wed, 04 Jun 2008 18:18:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45923</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; - DIMP sidebar uses the global pref sidebar_width?

&gt;

&gt; </title> 
   <description>&gt;&gt; - DIMP sidebar uses the global pref sidebar_width?

&gt;

&gt; DIMP&#039;s sidebar width is defined in CSS as opposed to Horde&#039;s sidebar 

&gt; width which is the width of the frame.  It would require javascript 

&gt; to dynamically change the size of the sidebar in DIMP.  Other devs: 

&gt; do we want to use sidebar_width pref to do this?



I like the simplicity of this being a CSS rule, but it probably makes sense to use the preference, for more consistency with the &quot;normal&quot; Horde layout, and more flexibility to users&#039; demands.



&gt;&gt; - DIMP&#039;s sidebar auto increses its width (folders with long names or

&gt;&gt; big tree) instead of having a horizontal scroll bar at the bottom of

&gt;&gt; the sidebar ?

&gt;

&gt; #1 - there should be no horizontal scrollbar in the sidebar - if the 

&gt; folder is too large, the excess should run off the end of the sideabr 

&gt; (overflow: hidden in CSS terms)

&gt; #2 - I don&#039;t think we should be expanding the sidebar.  I think a 

&gt; tooltip/mouseover title for long mailbox names should suffice.



And we would have to cut it off at some point anyway, otherwise users are going to kill their screen layout if they have very long folder names. A tooltip would great.</description> 
   <pubDate>Wed, 04 Jun 2008 21:29:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45930</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt;&gt; - DIMP sidebar uses the global pref sidebar_width?

&gt;&gt;

</title> 
   <description>&gt;&gt;&gt; - DIMP sidebar uses the global pref sidebar_width?

&gt;&gt;

&gt;&gt; DIMP&#039;s sidebar width is defined in CSS as opposed to Horde&#039;s sidebar

&gt;&gt; width which is the width of the frame.  It would require javascript

&gt;&gt; to dynamically change the size of the sidebar in DIMP.  Other devs:

&gt;&gt; do we want to use sidebar_width pref to do this?

&gt;

&gt; I like the simplicity of this being a CSS rule, but it probably makes 

&gt; sense to use the preference, for more consistency with the &quot;normal&quot; 

&gt; Horde layout, and more flexibility to users&#039; demands.

I agree that some users will want to customize the width of their sidebar which makes sense when they use long folder names and if the depth of their folder tree is big, eg 

folder a

+-- folder b

      +-- folder c

           +-- folder d

...

  

Is it possible to allow the frame to be resize dynamically: removing  noresize=&quot;noresize&quot; ?



&gt;&gt;&gt; - DIMP&#039;s sidebar auto increses its width (folders with long names or

&gt;&gt;&gt; big tree) instead of having a horizontal scroll bar at the bottom of

&gt;&gt;&gt; the sidebar ?

&gt;&gt;

&gt;&gt; #1 - there should be no horizontal scrollbar in the sidebar - if the

&gt;&gt; folder is too large, the excess should run off the end of the sideabr

&gt;&gt; (overflow: hidden in CSS terms)

There isn&#039;t an horizontal scrollbar in the sidebar. I probably was tired when I check that. Sorry.



&gt;&gt; #2 - I don&#039;t think we should be expanding the sidebar.  I think a

&gt;&gt; tooltip/mouseover title for long mailbox names should suffice.

&gt;

&gt; And we would have to cut it off at some point anyway, otherwise users 

&gt; are going to kill their screen layout if they have very long folder 

&gt; names. A tooltip would great.

I don&#039;t think you should cut it off. If the user can&#039;t see the folder&#039;s full name in the sidebar and the tooltip doesn&#039;t show the full name ether, then is there a point in having a tooltip?



The mouseover thing sounds good, but will it work when doing drag&amp;drop emails?

</description> 
   <pubDate>Thu, 05 Jun 2008 07:58:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45976</link> 
  </item> 
   
  <item> 
   <title>&gt; Is it possible to allow the frame to be resize dynamically</title> 
   <description>&gt; Is it possible to allow the frame to be resize dynamically: removing  

&gt; noresize=&quot;noresize&quot; ?



This is not a frame, so no.



&gt;&gt;&gt; #2 - I don&#039;t think we should be expanding the sidebar.  I think a

&gt;&gt;&gt; tooltip/mouseover title for long mailbox names should suffice.

&gt;&gt;

&gt;&gt; And we would have to cut it off at some point anyway, otherwise users

&gt;&gt; are going to kill their screen layout if they have very long folder

&gt;&gt; names. A tooltip would great.

&gt; I don&#039;t think you should cut it off. If the user can&#039;t see the 

&gt; folder&#039;s full name in the sidebar and the tooltip doesn&#039;t show the 

&gt; full name ether, then is there a point in having a tooltip?

&gt;

&gt; The mouseover thing sounds good, but will it work when doing 

&gt; drag&amp;drop emails?



The tooltip *is* a mouseover effect, and no, it won&#039;t work while dragging, if I&#039;m not wrong.</description> 
   <pubDate>Thu, 05 Jun 2008 09:10:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45987</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Is it possible to allow the frame to be resize dynamicall</title> 
   <description>&gt;&gt; Is it possible to allow the frame to be resize dynamically: removing

&gt;&gt; noresize=&quot;noresize&quot; ?

&gt;

&gt; This is not a frame, so no.

&gt;



Is it possible to resize the div sidebarPanel (or is it an other element?) the same way as it is working for the div element previewPane (or may be it is splitBar) ?



&gt;&gt;&gt;&gt; #2 - I don&#039;t think we should be expanding the sidebar.  I think a

&gt;&gt;&gt;&gt; tooltip/mouseover title for long mailbox names should suffice.

&gt;&gt;&gt;

&gt;&gt;&gt; And we would have to cut it off at some point anyway, otherwise users

&gt;&gt;&gt; are going to kill their screen layout if they have very long folder

&gt;&gt;&gt; names. A tooltip would great.

&gt;&gt; I don&#039;t think you should cut it off. If the user can&#039;t see the

&gt;&gt; folder&#039;s full name in the sidebar and the tooltip doesn&#039;t show the

&gt;&gt; full name ether, then is there a point in having a tooltip?

&gt;&gt;

&gt;&gt; The mouseover thing sounds good, but will it work when doing

&gt;&gt; drag&amp;drop emails?

&gt;

&gt; The tooltip *is* a mouseover effect, and no, it won&#039;t work while 

&gt; dragging, if I&#039;m not wrong.



Then I gess this easier way to solve this is to allow user to customize the size of their sidebar?

</description> 
   <pubDate>Thu, 05 Jun 2008 12:52:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t45994</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

  http://cvs</title> 
   <description>Changes have been made in CVS for this ticket:

  http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.97&amp;r2=1.98&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/index.php?r1=1.65&amp;r2=1.66&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.74&amp;r2=1.75&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.74&amp;r2=1.75&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/lib/DIMP.php?r1=1.131&amp;r2=1.132&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.192&amp;r2=1.193&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/themes/screen.css?r1=1.257&amp;r2=1.258&amp;ty=u</description> 
   <pubDate>Fri, 06 Jun 2008 07:22:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46035</link> 
  </item> 
   
  <item> 
   <title>I&#039;ve fixed the tooltip/title for the folders (we were settin</title> 
   <description>I&#039;ve fixed the tooltip/title for the folders (we were setting the wrong attribute name) so now the full folder name will appear on a mouseover.  I&#039;ve gone ahead and added some code to honor Horde&#039;s sidebar_width pref in DIMP by dynamically setting widths/positions of various elements.  Please test with various browsers to make sure this works properly.</description> 
   <pubDate>Fri, 06 Jun 2008 07:23:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46036</link> 
  </item> 
   
  <item> 
   <title>Why is the width set through JS and not through hardcoding t</title> 
   <description>Why is the width set through JS and not through hardcoding the width: style in index.inc per PHP? With the current implementation, the sidebar &quot;jumps&quot; from the default width to the user-selected width.

We should also consider setting the width smaller then the user preference. With Horde&#039;s sidebar, there are usually two icon columns left of the folder names, due to the tree structure. This is 32 pixels of screen estate.</description> 
   <pubDate>Fri, 06 Jun 2008 09:14:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46043</link> 
  </item> 
   
  <item> 
   <title>&gt; I&#039;ve fixed the tooltip/title for the folders (we were sett</title> 
   <description>&gt; I&#039;ve fixed the tooltip/title for the folders (we were setting the 

&gt; wrong attribute name) so now the full folder name will appear on a 

&gt; mouseover.  I&#039;ve gone ahead and added some code to honor Horde&#039;s 

&gt; sidebar_width pref in DIMP by dynamically setting widths/positions of 

&gt; various elements.  Please test with various browsers to make sure 

&gt; this works properly.



tooltip not showing special chars properly, eg from the generated HTML code :

&quot;Computer Associates&quot; -&gt; &quot;Computer%20Associates&quot;

&quot;testé&quot; -&gt; &quot;test%26AOk-&quot;



</description> 
   <pubDate>Fri, 06 Jun 2008 12:17:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46047</link> 
  </item> 
   
  <item> 
   <title>&gt; Why is the width set through JS and not through hardcoding</title> 
   <description>&gt; Why is the width set through JS and not through hardcoding the width: 

&gt; style in index.inc per PHP? With the current implementation, the 

&gt; sidebar &quot;jumps&quot; from the default width to the user-selected width.



Because I didn&#039;t think about this last night :)  Makes sense and have changed to do this.



&gt; We should also consider setting the width smaller then the user 

&gt; preference. With Horde&#039;s sidebar, there are usually two icon columns 

&gt; left of the folder names, due to the tree structure. This is 32 

&gt; pixels of screen estate.



We can play with this but FYI, as it stands now the default width in Horde (150) is *less* than the width in DIMP (160).</description> 
   <pubDate>Fri, 06 Jun 2008 16:35:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46057</link> 
  </item> 
   
  <item> 
   <title>&gt; tooltip not showing special chars properly, eg from the ge</title> 
   <description>&gt; tooltip not showing special chars properly, eg from the generated HTML code :

&gt; &quot;Computer Associates&quot; -&gt; &quot;Computer%20Associates&quot;

&gt; &quot;testé&quot; -&gt; &quot;test%26AOk-&quot;



Fixed.</description> 
   <pubDate>Fri, 06 Jun 2008 16:36:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46058</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

  http://cvs</title> 
   <description>Changes have been made in CVS for this ticket:

  http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.69.2.29&amp;r2=1.69.2.30&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/index.php?r1=1.59.2.6&amp;r2=1.59.2.7&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.1.2.50&amp;r2=1.1.2.51&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.1.2.50&amp;r2=1.1.2.51&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/lib/DIMP.php?r1=1.110.2.19&amp;r2=1.110.2.20&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.152.2.39&amp;r2=1.152.2.40&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/themes/screen.css?r1=1.221.2.34&amp;r2=1.221.2.35&amp;ty=u</description> 
   <pubDate>Fri, 06 Jun 2008 16:38:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46059</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; We should also consider setting the width smaller then th</title> 
   <description>&gt;&gt; We should also consider setting the width smaller then the user

&gt;&gt; preference. With Horde&#039;s sidebar, there are usually two icon columns

&gt;&gt; left of the folder names, due to the tree structure. This is 32

&gt;&gt; pixels of screen estate.

&gt;

&gt; We can play with this but FYI, as it stands now the default width in 

&gt; Horde (150) is *less* than the width in DIMP (160).



Well, I didn&#039;t measure the widths, but I noticed that there is much more space right of the folders in DIMP because of the two icon columns.</description> 
   <pubDate>Fri, 06 Jun 2008 16:40:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46060</link> 
  </item> 
   
  <item> 
   <title>This still doesn&#039;t work properly.  IE7 contains a &#039;#sidebarP</title> 
   <description>This still doesn&#039;t work properly.  IE7 contains a &#039;#sidebarPanel li&#039; declaration that prevents overflow from causing horizontal scrolling - this needs to be changed depending on the sidebar width.  And IE6 will automatically expand the sidebar for large folders, which causes the sidebar to overlap the message list.</description> 
   <pubDate>Mon, 09 Jun 2008 05:14:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46102</link> 
  </item> 
   
  <item> 
   <title>&gt; This still doesn&#039;t work properly.  IE7 contains a &#039;#sideba</title> 
   <description>&gt; This still doesn&#039;t work properly.  IE7 contains a &#039;#sidebarPanel li&#039; 

&gt; declaration that prevents overflow from causing horizontal scrolling 

&gt; - this needs to be changed depending on the sidebar width.  And IE6 

&gt; will automatically expand the sidebar for large folders, which causes 

&gt; the sidebar to overlap the message list.



it works here with 

- firefox 2.0.0.14 (win/linux)

- IE 6.0.2900.2180 on win XP

- IE 6.0.2800.1106 on win 2k



but it doesn&#039;t work with IE 6.0.3790.3959 on win2k3 SP2. In fact nothing works. Connecting to DIMP gives me a blank screen (&#039;Loading...&#039;), and connecting to horde, I don&#039;t even get the side panel.

</description> 
   <pubDate>Mon, 09 Jun 2008 10:05:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46111</link> 
  </item> 
   
  <item> 
   <title>We can&#039;t dynamically set the size of dimpmain because this o</title> 
   <description>We can&#039;t dynamically set the size of dimpmain because this overwrites the value of &#039;left&#039; set in print.css when we are printing the message - thus we get printed messages with a &#039;sidebar_width&#039; amount of whitespace at the left of the printed message.



This is becoming more trouble than it is worth.  I think that we need to back this out.  Doing this via CSS just doesn&#039;t seem to be viable at the present time.

</description> 
   <pubDate>Tue, 17 Jun 2008 00:02:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46591</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/dimp/themes/print.css?r1=1.21&amp;r2=1.22&amp;ty=u</description> 
   <pubDate>Tue, 17 Jun 2008 16:05:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46607</link> 
  </item> 
   
  <item> 
   <title>&gt; Changes have been made in CVS for this ticket:

&gt;

&gt; http:</title> 
   <description>&gt; Changes have been made in CVS for this ticket:

&gt;

&gt; http://cvs.horde.org/diff.php/dimp/themes/print.css?r1=1.21&amp;r2=1.22&amp;ty=u



works great here with firefox 2.0.0.14.

</description> 
   <pubDate>Tue, 17 Jun 2008 16:12:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46608</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Changes have been made in CVS for this ticket:

&gt;&gt;

&gt;&gt; ht</title> 
   <description>&gt;&gt; Changes have been made in CVS for this ticket:

&gt;&gt;

&gt;&gt; http://cvs.horde.org/diff.php/dimp/themes/print.css?r1=1.21&amp;r2=1.22&amp;ty=u

&gt;

&gt; works great here with firefox 2.0.0.14.



But not so good in IE, it seems. But the sidebar positioning is broken for me in IE anyway at the moment, so I&#039;m not sure if this is related.</description> 
   <pubDate>Tue, 17 Jun 2008 16:35:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46610</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Changes have been made in CVS for this ticket:

&gt;&gt;

&gt;&gt; ht</title> 
   <description>&gt;&gt; Changes have been made in CVS for this ticket:

&gt;&gt;

&gt;&gt; http://cvs.horde.org/diff.php/dimp/themes/print.css?r1=1.21&amp;r2=1.22&amp;ty=u

&gt;

&gt; works great here with firefox 2.0.0.14.

&gt;



looks ok with firefox 3.0 as well.</description> 
   <pubDate>Wed, 18 Jun 2008 07:41:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t46625</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/dimp/themes/print.css?r1=1.23&amp;r2=1.24&amp;ty=u</description> 
   <pubDate>Fri, 11 Jul 2008 17:07:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47461</link> 
  </item> 
   
  <item> 
   <title>Looks fine in IE now too, resolving.</title> 
   <description>Looks fine in IE now too, resolving.</description> 
   <pubDate>Fri, 11 Jul 2008 17:08:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47462</link> 
  </item> 
   
  <item> 
   <title>Still doesn&#039;t work properly on IE6.  Increasing the sidebar </title> 
   <description>Still doesn&#039;t work properly on IE6.  Increasing the sidebar size above a certain point causes a horizontal scroll in the browser window.</description> 
   <pubDate>Fri, 11 Jul 2008 17:35:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47467</link> 
  </item> 
   
  <item> 
   <title>How is that a problem? The user have the freedom to choose a</title> 
   <description>How is that a problem? The user have the freedom to choose a width, so if they want it huge, they have to deal with the consequences.</description> 
   <pubDate>Fri, 11 Jul 2008 20:36:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47469</link> 
  </item> 
   
  <item> 
   <title>&gt; How is that a problem? The user have the freedom to choose</title> 
   <description>&gt; How is that a problem? The user have the freedom to choose a width, 

&gt; so if they want it huge, they have to deal with the consequences.



It&#039;s a problem because the width is dynamically adjusted in all other browsers.  IIRC the problem is that IE 6 doesn&#039;t support min-width so our workaround needs to be adjusted to take into account the sidebar_width value.</description> 
   <pubDate>Fri, 11 Jul 2008 20:50:18 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47470</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.115&amp;r2=1.116&amp;ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.115&amp;r2=1.116&amp;ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.113&amp;r2=1.114&amp;ty=u
http://cvs.horde.org/diff.php/dimp/themes/ie6_or_less.css?r1=1.34&amp;r2=1.35&amp;ty=u</description> 
   <pubDate>Tue, 15 Jul 2008 06:09:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47531</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.69.2.41&amp;r2=1.69.2.42&amp;ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.1.2.76&amp;r2=1.1.2.77&amp;ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.1.2.76&amp;r2=1.1.2.77&amp;ty=u
http://cvs.horde.org/diff.php/dimp/themes/ie6_or_less.css?r1=1.20.2.13&amp;r2=1.20.2.14&amp;ty=u</description> 
   <pubDate>Tue, 15 Jul 2008 06:13:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47532</link> 
  </item> 
   
  <item> 
   <title>IE6 handling has been fixed.</title> 
   <description>IE6 handling has been fixed.</description> 
   <pubDate>Tue, 15 Jul 2008 06:13:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6793#t47533</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
