kewisch / quickmove-extension

Quick Folder Move Add-on for Thunderbird
86 stars 26 forks source link

Support searching account name, too #167

Open kgrossjo opened 1 month ago

kgrossjo commented 1 month ago

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 or g inb or inb g or inb/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).

kewisch commented 1 month ago

This sounds useful, maybe with an option to turn on/off. https://github.com/kewisch/quickmove-extension/blob/e5490f3ae4bb806c1cd016335b1e35743c2a97b6/src/popup/baseItemList.js#L483-L494 is a good place to start looking.