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

A single shortcut is mapped to both Change Folder and Change Labels #169

Closed
nickolasclarke opened this issue Oct 16, 2017 · 2 comments
Closed

Comments

@nickolasclarke
Copy link

Are there any related issues?

none that I can find

What operating system are you using?

windows 10

What version of Mailspring are you using?

1.0.4-e604c991

Bug?

Do you have any third-party plugins installed? If so, which ones?

none

Is the issue related to a specific email provider (Gmail, Exchange, etc.)?

May be Zoho specific, likely applies to all generic IMAP providers

Is the issue reproducible with a particular attachment, message, signature, etc?

...

--

Feature Request?

Does this feature exist in another mail client or tool you use?

Currently if you use the l or v keyboard shortcut to sort / move a message into a folder only actually works to add a Label. As far as I can tell there is no way to move messages into folder via keyboard shortcut.

@bengotow
Copy link
Collaborator

Thanks for reporting this! I think the problem is that Nylas Mail used to have a single dropdown for "move to category" and a corresponding core:change-category shortcut. I split the category picker into a LabelPicker and a FolderPicker (for "change labels..." and "move to folder..." respectively) and we still need to split the shortcut apart.

I think if you grep through the codebase for core:change-category, it's currently implemented in both the FolderPicker and LabelPicker and it's essentially random which one appears. We'd want to rename core:change-category to change-labels and make the FolderPicker respond to a new one core:change-folder.

If you could take a crack at it that'd be awesome! Let me know if you need help getting the dev environment going - I think the postinstall script is working now on Windows, and it'll download a .tar.gz file with the mailsync binaries into your working copy. If you unpack that into the working directory, you should be able to run npm start and have it work.

@bengotow bengotow changed the title Change Folder / Lables shortcut does not work for folders on Zoho A single shortcut is mapped to both Change Folder and Change Labels Oct 17, 2017
@aw3stin1
Copy link

I am having the same issue on Linux platform using Office 365. Just wanted to confirm this is not specific to a platform or email provider.

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

No branches or pull requests

3 participants