[GH-ISSUE #1045] There is no pagination in this view #558

Closed
opened 2026-02-25 21:35:21 +03:00 by kerem · 11 comments
Owner

Originally created by @truthsword on GitHub (May 24, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1045

Originally assigned to: @josaphatim on GitHub.

💬 Question

When selecting Everything, 7 messages appear, although the setting is for 4 weeks. Under the messages I see:

There is no pagination in this view, please visit the individual mail boxes.

What am I missing here? What do I do?

Originally created by @truthsword on GitHub (May 24, 2024). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1045 Originally assigned to: @josaphatim on GitHub. ## 💬 Question When selecting Everything, 7 messages appear, although the setting is for 4 weeks. Under the messages I see: **There is no pagination in this view, please visit the individual mail boxes.** What am I missing here? What do I do?
kerem 2026-02-25 21:35:21 +03:00
Author
Owner

@marclaporte commented on GitHub (May 24, 2024):

Lower on the left, you should see all your email accounts.

<!-- gh-comment-id:2130421203 --> @marclaporte commented on GitHub (May 24, 2024): Lower on the left, you should see all your email accounts.
Author
Owner

@truthsword commented on GitHub (May 24, 2024):

Yes, but why aren't the full 20 messages populated in the Everything view.

<!-- gh-comment-id:2130435188 --> @truthsword commented on GitHub (May 24, 2024): Yes, but why aren't the full 20 messages populated in the Everything view.
Author
Owner

@marclaporte commented on GitHub (May 24, 2024):

Looks like a bug. Sorry about that. Let's fix it.

  • Which version of Cypht?
  • How was it installed (manual, Docker, YunoHost, part of Tiki)? It should not matter but it's best when devs replicate the environment.
  • What is the time range of messages that are appearing OK vs missing?

Thanks!

<!-- gh-comment-id:2130494752 --> @marclaporte commented on GitHub (May 24, 2024): Looks like a bug. Sorry about that. Let's fix it. - Which version of Cypht? - How was it installed (manual, Docker, YunoHost, part of Tiki)? It should not matter but it's best when devs replicate the environment. - What is the time range of messages that are appearing OK vs missing? Thanks!
Author
Owner

@truthsword commented on GitHub (May 24, 2024):

OK... Let’s start in small steps as I've redone server accounts and profiles. The combined folders seem off (I'll eventually get to Everything). Let's look at “Junk”. I have 3 accounts. It looks as though the Junk view is drawing from the drafts folder from each account.

I'm unsure how to change this. The Trash view also shows these same 3 draft folders, but not the trash folders.

Presently I have ~15 junk messages across the 3 accounts. But they do not appear as the resource for the Junk folder appears to be “drafts”. If I've caused this, I don't recognize where.

This is a docker container (“latest”).

<!-- gh-comment-id:2130519591 --> @truthsword commented on GitHub (May 24, 2024): OK... Let’s start in small steps as I've redone server accounts and profiles. The combined folders seem off (I'll eventually get to Everything). Let's look at “Junk”. I have 3 accounts. It looks as though the Junk view is drawing from the drafts folder from each account. ![](https://i.imgur.com/txeM8HK.png) I'm unsure how to change this. The Trash view also shows these same 3 draft folders, but not the trash folders. Presently I have ~15 junk messages across the 3 accounts. But they do not appear as the resource for the Junk folder appears to be “drafts”. If I've caused this, I don't recognize where. This is a docker container (“latest”).
Author
Owner

@marclaporte commented on GitHub (May 25, 2024):

It looks as though the Junk view is drawing from the drafts folder from each account.

Yes, I have seen this before and it's fixed. I think by @josaphatim.

@truthsword: We want you on latest 2.0.x or master (which are almost identical at the moment. Until https://hub.docker.com/u/cypht is operational, can you use https://hub.docker.com/r/jonocodes/cypht to test https://github.com/cypht-org/cypht/pull/1001?

<!-- gh-comment-id:2130555415 --> @marclaporte commented on GitHub (May 25, 2024): > It looks as though the Junk view is drawing from the drafts folder from each account. Yes, I have seen this before and it's fixed. I think by @josaphatim. @truthsword: We want you on latest 2.0.x or master (which are almost identical at the moment. Until https://hub.docker.com/u/cypht is operational, can you use https://hub.docker.com/r/jonocodes/cypht to test https://github.com/cypht-org/cypht/pull/1001?
Author
Owner

@marclaporte commented on GitHub (May 25, 2024):

This is a docker container (“latest”).

https://github.com/cypht-org/cypht/issues/1047

<!-- gh-comment-id:2130560364 --> @marclaporte commented on GitHub (May 25, 2024): > This is a docker container (“latest”). https://github.com/cypht-org/cypht/issues/1047
Author
Owner

@truthsword commented on GitHub (May 25, 2024):

OK… The new container is up using image: jonocodes/cypht:2.0.1-docker-wip (docker compose)

I tried running it without the tag, but the screen went white often, and a browser refresh only returned me to the “home” screen. The tagged image seems to redraw as expected.

If I need to use a different image tag, please advise.

I'll add accounts/servers over the next day or so. Thanks!

<!-- gh-comment-id:2130728839 --> @truthsword commented on GitHub (May 25, 2024): OK… The new container is up using ` image: jonocodes/cypht:2.0.1-docker-wip` (docker compose) I tried running it without the tag, but the screen went white often, and a browser refresh only returned me to the “home” screen. The tagged image seems to redraw as expected. If I need to use a different image tag, please advise. I'll add accounts/servers over the next day or so. Thanks!
Author
Owner

@josaphatim commented on GitHub (Jul 6, 2024):

Hello @truthsword. I just test using jonocodes/cypht:2.0.1-docker-wip image. I'm having 20 messages in everything page. But I recommend to use the official image. @Yannick243 fixed issues with combined Junk, Trash, Drafts. Thanks.

<!-- gh-comment-id:2211714148 --> @josaphatim commented on GitHub (Jul 6, 2024): Hello @truthsword. I just test using jonocodes/cypht:2.0.1-docker-wip image. I'm having 20 messages in everything page. But I recommend to use the official image. @Yannick243 fixed issues with combined Junk, Trash, Drafts. Thanks.
Author
Owner

@marclaporte commented on GitHub (Aug 20, 2024):

@truthsword Please test https://github.com/cypht-org/cypht/releases/tag/v2.2.0

Also available via an improved Docker:
https://hub.docker.com/r/cypht/cypht

<!-- gh-comment-id:2297759402 --> @marclaporte commented on GitHub (Aug 20, 2024): @truthsword Please test https://github.com/cypht-org/cypht/releases/tag/v2.2.0 Also available via an improved Docker: https://hub.docker.com/r/cypht/cypht
Author
Owner

@marclaporte commented on GitHub (Sep 28, 2024):

https://github.com/cypht-org/cypht/releases/tag/v2.4.0 is now released

<!-- gh-comment-id:2380382977 --> @marclaporte commented on GitHub (Sep 28, 2024): https://github.com/cypht-org/cypht/releases/tag/v2.4.0 is now released
Author
Owner

@marclaporte commented on GitHub (Sep 1, 2025):

@truthsword The monthly Cypht community meetings are a great opportunity to show bugs: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings

<!-- gh-comment-id:3240701941 --> @marclaporte commented on GitHub (Sep 1, 2025): @truthsword The monthly Cypht community meetings are a great opportunity to show bugs: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings
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#558
No description provided.