[GH-ISSUE #2] Can only view emails in 'INBOX' #2

Closed
opened 2026-02-25 21:33:52 +03:00 by kerem · 3 comments
Owner

Originally created by @tomershvueli on GitHub (Apr 22, 2015).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/2

Originally assigned to: @jasonmunro on GitHub.

Even when I have multiple accounts added, I can only view the emails under their direct inbox. 'Email => All', 'Main => Everything', and 'Main => Unread' all tell me I'm 'so alone'....

Originally created by @tomershvueli on GitHub (Apr 22, 2015). Original GitHub issue: https://github.com/cypht-org/cypht/issues/2 Originally assigned to: @jasonmunro on GitHub. Even when I have multiple accounts added, I can only view the emails under their direct inbox. 'Email => All', 'Main => Everything', and 'Main => Unread' all tell me I'm 'so alone'....
kerem 2026-02-25 21:33:52 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jasonmunro commented on GitHub (Apr 23, 2015):

Combined views use a system to aggregate data sources that we should be able to track down pretty easily to determine what is broken here.

  1. On a combined view page (any of the above are fine), look at the HTML source and search for the js function name hm_data_sources. It should be returning a list of all your accounts.
  2. In the upper right hand corner of the display for combined views are 3 icons. The middle one should display a div with the sources for this view. Do your sources show up here?
  3. When you load a combined view, one AJAX request per data source should fire on page load. Do you see these AJAX requests in the console?

Let me know and I'm sure we can track this down and get if fixed in no time!

<!-- gh-comment-id:95636192 --> @jasonmunro commented on GitHub (Apr 23, 2015): Combined views use a system to aggregate data sources that we should be able to track down pretty easily to determine what is broken here. 1. On a combined view page (any of the above are fine), look at the HTML source and search for the js function name hm_data_sources. It should be returning a list of all your accounts. 2. In the upper right hand corner of the display for combined views are 3 icons. The middle one should display a div with the sources for this view. Do your sources show up here? 3. When you load a combined view, one AJAX request per data source should fire on page load. Do you see these AJAX requests in the console? Let me know and I'm sure we can track this down and get if fixed in no time!
Author
Owner

@jasonmunro commented on GitHub (Apr 23, 2015):

I re-tested in Firefox to see if this was browser related but still could not reproduce. Combined views are time limited per data source (you can see this in the message list heading area). You can configure that for a view by clicking the cog icon in the upper right which will take you to that view's settings section.

So it's possible this is working, but there are no messages within the default time range (the default is 1 day, and if your timezone is not setup, it might result in no matches). Try bumping that range out to 2 weeks for a combined view and see if it makes a difference. Also be sure to setup your timezone in the "general" area of the settings page.

<!-- gh-comment-id:95649471 --> @jasonmunro commented on GitHub (Apr 23, 2015): I re-tested in Firefox to see if this was browser related but still could not reproduce. Combined views are time limited per data source (you can see this in the message list heading area). You can configure that for a view by clicking the cog icon in the upper right which will take you to that view's settings section. So it's possible this is working, but there are no messages within the default time range (the default is 1 day, and if your timezone is not setup, it might result in no matches). Try bumping that range out to 2 weeks for a combined view and see if it makes a difference. Also be sure to setup your timezone in the "general" area of the settings page.
Author
Owner

@tomershvueli commented on GitHub (Apr 24, 2015):

Yep, you're totally right. I didn't realize that it was based on a time range. Once adjusted, messages show up just as they should!

<!-- gh-comment-id:95915400 --> @tomershvueli commented on GitHub (Apr 24, 2015): Yep, you're totally right. I didn't realize that it was based on a time range. Once adjusted, messages show up just as they should!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#2
No description provided.