-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support searching account name, too #167
Comments
This sounds useful, maybe with an option to turn on/off. quickmove-extension/src/popup/baseItemList.js Lines 483 to 494 in e5490f3
|
It could be extended what has be done in #200, adding the account name to the path string. |
I think this could be done on the user side. If they name their account "Remote Folder" then "rem foo" could work. If they want to go with one letter accounts they could do "r/" as the account name, so that "r/ foo" would match. On our end we could simply have a checkbox to also search for account then. |
Ok, I'll make a PR to search also for the account. |
I have multiple email accounts, and the most common use for switching folders is to switch to the corresponding inbox folder. But I have not found a way to include the account name in the search string.
I even made my account names really short (E, G, S, X are the shortest ones) and I was hoping to be able to enter something like
g/i
org inb
orinb g
orinb/g
to go to the inbox folder of the G account.I have nine accounts and so the current way to go is to enter something like
inb
and then hit cursor down the right number of times (which will be a different number of times each time).The text was updated successfully, but these errors were encountered: