Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

[Feature Request] Support Subfolders #371

Open
Mosrite opened this issue Jun 4, 2015 · 5 comments
Open

[Feature Request] Support Subfolders #371

Mosrite opened this issue Jun 4, 2015 · 5 comments

Comments

@Mosrite
Copy link

Mosrite commented Jun 4, 2015

Hey, I think it would be great if Whiteout could handle IMAP subfolders. Right now every folder is treated as is was on the same level.
Thanks for considering my suggestion!

@felixhammerl
Copy link
Member

do you have a suggestions how to make this happen for both touch and pointer input?

@Mosrite
Copy link
Author

Mosrite commented Jun 12, 2015

I'm not a programmer so unfortunately I cannot contribute anything on coding level. But every modern email web interface and every andvanced Android email app can handle subfolders. You maybe wanna check out R2Mail2, an Android email app, which can handle PGP encryption, but also most regular email features, i.e. subfolders as well.
I guess the easier approach (actually more like a workaround) would be to name subfolders "main folder/subfolder1/subfolder1.1", instead of just "subfolder1.1".
The more sophisticated approach would be to just showing collapsed folders and expanding them when the user is clicking/tapping on them. I don't see why there should be a difference in the UI between touching and pointing.

Or did I get you completely wrong?

@felixhammerl
Copy link
Member

my 2 cents:

expand collapse subfolders needs a ui element for interaction, which might be really tiny for pointer, but comparatively large for touch. touch also has very limited screen real estate, so that's not an option.

what we could do is visual demarcation of subfolders.

also order them by path, not by name. that is entirely possible, though. i wonder why i didn't do that in the first place 👍

@felixhammerl
Copy link
Member

alright, with 39d19df folders will now be ordered according to their path, not their name. that orders subfolders below their parent folders.

@Mosrite
Copy link
Author

Mosrite commented Jun 12, 2015

R2Mail2 handles collapsing/expanding with a little + or - symbol. I only have a touch device and I find it neither too big or too small. I don't think there would be any issues with a pointer device.
Thanks for implementing a solution so quickly! Maybe a possible approach would be to expand everything (kind of like it is right now) but indent subfolders a bit to the right?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants