View Single Post
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#10
Originally Posted by tso View Post
...
now i wonder, could you do something a bit more radical, like say:
https://bugs.maemo.org/show_bug.cgi?id=2583
I would like this too. Aparently, to do this you just need to change one line in the code. But the option was never given a way to toggle it in the gui. And, without the gui option I am out of luck!

Comment By: Sergio Villar Senin (svillar)
Date: 2008-05-29 10:44

Message:
Well the reason not to show all the accounts is that the screen is really small if you have to show several accounts with some folders.

Anyway if you want to change it, you can go to the source code and edit src/maemo/modest-platform.c

and in modest_platform_create_folder_view () replace the call to

modest_folder_view_set_style (MODEST_FOLDER_VIEW (widget), MODEST_FOLDER_VIEW_STYLE_SHOW_ONE);

by

modest_folder_view_set_style (MODEST_FOLDER_VIEW (widget), MODEST_FOLDER_VIEW_STYLE_SHOW_ALL);
 

The Following User Says Thank You to Tabster For This Useful Post: