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 660530 - Improve folder Subscription interface
Improve folder Subscription interface
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other Linux
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-09-30 02:11 UTC by Ian B. MacDonald
Modified: 2011-10-14 20:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (28.40 KB, patch)
2011-10-14 12:57 UTC, Milan Crha
committed Details | Review

Description Ian B. MacDonald 2011-09-30 02:11:29 UTC
I have *a lot* of IMAP folders after decades of email.  Today in evolution a number of my folders were unsubscribed (I have not yet figured out why).  As a result I had to re-select a number of folders through the Subscriptions... dialogue. 

All I wanted to do was subscribe to ALL my folders, and this proved to be more difficult than I would have expected.  I had to manually scroll, tree-expand and mouse-click an individual check box for each folder (some hundred or so).

It would have been easier if I could do one or more of the following:
1) Use space bar to select (arrow keys worked, but not space bar ..argh)
2) Subscribe unchecked for current view (could be used with expand-all to get everything)
3) A "Subscribe All" button

Basically I just gave up after subscribing the folder I needed for my session, as I expect that I might have a bug that caused this, and expecting it to happen again I do not want to repeat the process.
Comment 1 Milan Crha 2011-10-14 12:57:35 UTC
Created attachment 199002 [details] [review]
evo patch

for evolution;

This adds:
   Subscribe
   Subscribe to shown
   Subscribe to all
and 
   Unsubscribe
   Unsubscribe from hidden
   Unsubscribe from all
as additional options for Subscribe and Unsubscribe buttons.
There were couple other bugs, like with the space you should move to the columns with the checkbox, after that the space-bar works, though when you click it the folder tree lost focus, thus it was kinda unusable.
Comment 2 Milan Crha 2011-10-14 12:58:39 UTC
Created commit cff3d74 in evo master (3.3.1+)
Comment 3 Ian B. MacDonald 2011-10-14 20:08:46 UTC
Works well now, thanks