kewisch / quickmove-extension

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

Allow making recent folders just those moved/copied to #102

Open anathusic opened 12 months ago

anathusic commented 12 months ago

Since last version I miss the search box in context menu. Can you please add serach box again.

Other thing: The number of recent folders in the Quick Move dialog is incorrect. I have defined 20 folders in the configuration dialog, but only 5 are displayed in the “Quick Move” dialog! I would like the most recently used folders to be displayed at the top, such as in the context menu. What I'm seeing at the moment isn't really helpful. There are many different folders divided into groups of my configured email accounts, but for me only the most recently used ungrouped folders are of interest (which are at the bottom of the dialog). I either use the recently used folders or the search function.

kewisch commented 11 months ago

Are the recently used folders in a different order than those in the context menu?

Unfortunately the context menu is not coming back, the new extensions technology does not support modifying the context menu so I cannot re-add that.

anathusic commented 11 months ago

It's a shame that the search box is no longer possible in the context menu.

Yes, the most recently used folder doesn't even exist there. Here is a photo of my "Quick Move" dialog: grafik I can only see 3 recently used folders and they are randomly distributed across all email accounts. I would prefer exactly one main folder "Recent Used Folders" in which all of them are listed like in the context menu.

kewisch commented 11 months ago

Inboxes and Sent folders also count as recently used folders, so you're getting closer to 15 there :) I think this was the same as before? I'm not sure this is in 2.0.1, but there should be an option to set how many recent folders to show. Also, in the upcoming 2.6.3, there will be a way to pick specific folders instead of showing recent ones.

Here is a preview of the upcoming version: quick_folder_move-2.6.3.zip

costasvassilakis commented 11 months ago

It's a shame that the search box cannot be used in the context menu. This deprives the plugin of its (probably) most useful functionality.

kewisch commented 11 months ago

Indeed, though I can understand that a such feature in the Thunderbird extensions API wouldn't be very future-proof. To me the main feature was always being able to open the popup via keyboard shortcuts, so you don't actually have to use the mouse much and can triage quickly. With the new version, the closest you have is the button in the message header, which is also in context for the action you are taking. It is also one click less then going through the context menu :)

I know it will take changing some muscle memory, but given what a hack the context menu was I think it is for the better.

costasvassilakis commented 11 months ago

Thanks kewisch. Using the "quick move" button in the message context (or even better a keyboard shortcut!) would be a way round the issue, for me however it does not seem to work since I'm not getting a search box when the button is pressed. image This also happens with the "quick move" button on the application window bar image (the search box appearing above the "move/copy/goto/tag" menu is Thunderbird's standard search widget). The message header button is not optimal for all cases though, since it works at single message level, while many times multiple messages need to be moved to the same folder (e.g. a thread; results of a search or a quick filter; individually selected messages in the message list pane). If the keyboard shortcut or the button on the application window bar would cover these use cases, that would be fine!

anathusic commented 11 months ago

Inboxes and Sent folders also count as recently used folders, so you're getting closer to 15 there :) I think this was the same as before? I'm not sure this is in 2.0.1, but there should be an option to set how many recent folders to show. Also, in the upcoming 2.6.3, there will be a way to pick specific folders instead of showing recent ones.

Here is a preview of the upcoming version: quick_folder_move-2.6.3.zip

I can confirm the problem of costasvassilakis In version 2.6.3 there is no search box anymore.

anathusic commented 11 months ago

Inboxes and Sent folders also count as recently used folders, so you're getting closer to 15 there :) I think this was the same as before? I'm not sure this is in 2.0.1, but there should be an option to set how many recent folders to show.

Yes there is an option to set the count of visible last folders. But it is not what I am searching for. Because I dont want to see the visited Inboxes, Sent-Folders or local folders. For shure I have that folders in the context menu too but there I have a extra folder called "Recent" where that boxes are not shown! And it would be greate if I would see this "Recent" folder, I moved something, on top of the new Quick move diaolg.

grafik

I think I understand the problem now. The most recently visited (clicked on) folders are displayed in the "Quick move" dialog chronologically. It doesn't matter if I moved something there or not. But what I need is a view of just the folders I moved something to! That is what the context menu "Recent" folder does!

kewisch commented 11 months ago

That sounds accurate. Morphing this into a feature request where I would put a checkbox in the options that would allow users to switch between most recent by Thunderbird's MRUTime, vs most recent by recently used in QFM. Thanks for bearing with me on this!