[cvs] commit: imp/lib tree.php

Chuck Hagenbuch chuck@horde.org
Mon, 30 Oct 2000 16:36:07 -0500


Quoting chuck@horde.org <chuck@horde.org>:

>   minor check for whether "unseen" is set - it doesn't seem to be in all
>   cases, for some reason.

Also, after I updated cvs and applied this, the problem I mentioned went
away. Jon, when you get a chance, can you trie the navigator with the latest
CVS?

-chuck

--
Hockey means never having to say you're sorry.


>From chuck@horde.org Date: 31 Oct 2000 16:44:53 -0000
Return-Path: <chuck@horde.org>
Mailing-List: contact cvs-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list cvs@lists.horde.org
Received: (qmail 3313 invoked by uid 1000); 31 Oct 2000 16:44:53 -0000
Date: 31 Oct 2000 16:44:53 -0000
Message-ID: <20001031164453.3312.qmail@horde.org>
From: chuck@horde.org
To: cvs@lists.horde.org
X-Horde-CVS-Branch: HEAD
Subject: commit: imp message.php

chuck       2000/10/31 08:44:53 PST

  Modified files:
    .                    message.php 
  Log:
  set is_deleted to false by default, so that pop3 doesn't break.
  
  Revision  Changes    Path
  2.162     +4 -5      imp/message.php



>From chuck@horde.org Date: 31 Oct 2000 19:31:38 -0000
Return-Path: <chuck@horde.org>
Mailing-List: contact cvs-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list cvs@lists.horde.org
Received: (qmail 8675 invoked by uid 1000); 31 Oct 2000 19:31:38 -0000
Date: 31 Oct 2000 19:31:38 -0000
Message-ID: <20001031193138.8674.qmail@horde.org>
From: chuck@horde.org
To: cvs@lists.horde.org
X-Horde-CVS-Branch: HEAD
Subject: commit: imp navigator.php imp/docs CHANGES imp/lib tree.php

chuck       2000/10/31 11:31:38 PST

  Modified files:
    .                    navigator.php 
    docs                 CHANGES 
    lib                  tree.php 
  Log:
  This fixes (I hope) the navigator for cases like Jon's. I've made sure that
  the INBOX shows up all the time, and I've made sure that if you have a
  folder prefix, you see that folder prefix in the tree as the parent element
  of all of your other folders (it had to be there logically; we can discuss
  whether or not that's really wanted, but I kind of like it, and it's _so_
  much nicer than having to shift everything up to the next level, from a code
  point of view, at any rate. Also, that prefix folder is auto-expanded, so it
  doesn't cause users an extra click or anything.
  
  Revision  Changes    Path
  1.73      +3 -3      imp/navigator.php
  1.198     +2 -0      imp/docs/CHANGES
  1.19      +85 -51    imp/lib/tree.php