After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 201157 - improved folder tree behavior for IMAP servers
improved folder tree behavior for IMAP servers
Status: RESOLVED DUPLICATE of bug 216783
Product: evolution
Classification: Applications
Component: Shell
unspecified
Other All
: Normal minor
: ---
Assigned To: Dan Winship
Evolution QA team
: 205644 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-01-16 20:56 UTC by Dan Winship
Modified: 2013-09-10 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2001-01-16 20:56:26 UTC
ETree emits a node opened signal (not sure of the name), so it's possible to
insert a dummy node into the tree, catch the signal, then remove the dummy
node and fill in the real tree contents before allowing the ETree to display
the contents. So, we should use this functionality for disconnected IMAP
servers, because it would be more intuitive than how it is now.

This will require IDL.
Comment 1 Dan Winship 2001-01-17 00:29:56 UTC
oops. misfiled this.
Comment 2 Dan Winship 2001-07-26 19:54:59 UTC
OK, peterw points out that this makes no sense unless you
know what it means.

It's not obvious currently that clicking on the IMAP server
will connect to it. What we want is to have it appear as a
collapsed tree before you connect to it, and then, when you
open the tree, it connects, fills in the content, and opens
it. Rather than the current hack where clicking on it selects
a view that as a side effect fills in the tree.
Comment 3 Peter Williams 2001-07-27 14:56:15 UTC
*** bug 205644 has been marked as a duplicate of this bug. ***
Comment 4 Ettore Perazzoli 2001-08-24 23:00:47 UTC
Post-1.0 at this point.
Comment 5 Dan Winship 2002-03-05 21:19:58 UTC
Need this for Exchange public folder support too
Comment 6 Dan Winship 2002-03-05 21:31:41 UTC

*** This bug has been marked as a duplicate of 216783 ***