Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(other): add All Snoozed button and Icon to left menu #1375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DKing2222
Copy link
Contributor

@DKing2222 DKing2222 commented Nov 21, 2024

Issues

#1302

@DKing2222 DKing2222 force-pushed the add-snoozed-folder-and-icon branch 2 times, most recently from d9f9e94 to 2795955 Compare November 21, 2024 11:56
@DKing2222 DKing2222 marked this pull request as ready for review November 21, 2024 11:56
@marclaporte marclaporte requested a review from kroky November 21, 2024 12:56
@kroky
Copy link
Member

kroky commented Nov 21, 2024

Can you fix the unit tests?

@DKing2222 DKing2222 force-pushed the add-snoozed-folder-and-icon branch from 2795955 to 173aef0 Compare November 25, 2024 14:31
@DKing2222 DKing2222 changed the title add All Snoozed button and Icon to left menu feat: add All Snoozed button and Icon to left menu Nov 25, 2024
@DKing2222 DKing2222 changed the title feat: add All Snoozed button and Icon to left menu feat(cypht): add All Snoozed button and Icon to left menu Nov 25, 2024
@DKing2222 DKing2222 force-pushed the add-snoozed-folder-and-icon branch from 173aef0 to cf56143 Compare December 14, 2024 12:18
@DKing2222 DKing2222 changed the title feat(cypht): add All Snoozed button and Icon to left menu feat(other): add All Snoozed button and Icon to left menu Dec 14, 2024
@DKing2222
Copy link
Contributor Author

DKing2222 commented Dec 17, 2024

Can you fix the unit tests?

I've fixed the unit tests, resolved the conflicts, and pushed the changes.
The MR is now ready for review.

@@ -34,6 +34,9 @@ function imap_sources($mod, $folder = 'sent') {
elseif ($inbox) {
$sources[] = array('folder' => bin2hex('INBOX'), 'type' => 'imap', 'name' => $vals['name'], 'id' => $index);
}
elseif ($folder=="snoozed"){
$sources[] = array('callback' => $callback, 'folder' => bin2hex('Snoozed'), 'type' => 'imap', 'name' => $vals['name'], 'id' => $index);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Master doesn't use callback anymore, it seems.

Also, I just merged the EWS stuff, please rebase against latest master and resolve any conflicts. There should be a folder_name here after you rebase.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update, @kroky !
I'll rebase against the latest master, resolve the conflicts, and look into the folder_name issue.
I'll get back to you shortly.

@DKing2222 DKing2222 force-pushed the add-snoozed-folder-and-icon branch from cf56143 to 5a1cd41 Compare December 17, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants