GNOME Bugzilla – Bug 478840
Exchange folder size report needs a total
Last modified: 2010-05-24 18:26:19 UTC
Being able to see the size of the folders on the Exchange server is a great help for those of us with restricted folder sizes. However, I have a lot of folders and my size restriction is for all of them combined, so it would be REALLY helpful and a big timesaver for me if the folder size window included at the top or bottom (or wherever) a "total space used" that contained the sum of all the folder sizes. Other information: It would also be nice if this option were more visible, rather than buried away in the Edit -> Preferences -> Account Editor -> Exchange Settings -> View the size of all Exchange folders location. I don't know if plugins like this are allowed to add information, but they should be.
I should point out that I'm using Evo 2.12, but there is no entry for Exchange 2.12 right now in bugzilla.
Created attachment 161888 [details] [review] eex patch for evolution-exchange; Just a "Total size" part, the button is still buried down in preferences. I didn't change it only because eex is going to be replaces with evolution-mapi (not sure when exactly, but there is some progress done in ema already).
Created attachment 161889 [details] [review] ema patch for evolution-mapi; There is a total folder size shown in MAPI, the first node named "Mailbox - USER_NAME", which is returned by exchange itself, but some improvements to a dialog were necessary, like do not do gtk calls in a thread and adding a scrolled window thus the dialog doesn't grew over the screen limits.
Created commit b5462eb in eex master (2.31.3+) Created commit f2665a6 in ema master (0.31.3+)