On 09/11/2017 11:07 AM, sebb wrote: > On 11 September 2017 at 09:27, Daniel Gruno <[email protected]> wrote: >> Hi folks, >> there was a discussion elsewhere which touched on Pony Mail and >> following threads...which made me wonder if we should look into some >> sort of "My Inbox" kind of thing, where you could see the latest emails >> to your favorite lists as a unified stream, and thus follow discussions >> more easily. >> >> The idea would be, that you get a flat list view of all your lists >> combined, sorted by latest email first, thus enabling you to see what's >> going on in your favorite places. The view would look like a multi-list >> search, with sender, list, subject, date, preview, so you'd get the >> activity you wanna check in a unified result. >> >> WDYT? > > Seems like a good idea. > > But presumably this would only work once logged in? > If so, then I think it will be necessary to implement > https://github.com/apache/incubator-ponymail/issues/82 >
Agreed - What I'm working on currently (in my python branch) is separating accounts from sessions. Allowing you to be logged on with more than one computer, and instead setting a timeout on sessions (after N hours/days of not being used, invalidate it). Could probably be ported to the Lua version as well.
