Giter VIP home page Giter VIP logo

movemailshortcuts's People

Contributors

robert7k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

movemailshortcuts's Issues

Undo / Redo move

Version 2

Now the folder selection and move one message works fine.

Would it possible to add/enable Undo / Redo (in Edit) - these are working in case of moving with the menu / dragging messages.

Moving mail creates EES-TEMP folder sometimes

Hello!

I use move mail shortcuts version 5 in TB 115.3.2

I move the message with Alt 6 (to avoid Alt 1 .. Alt 5 conflict) to Local Folders/Trash,, and rarely moving mail creates a EES-TEMP folder with the moved message in it .

With previous versions i didn't have this problem.
...
I see the new shortcuts working with Shift Alt, but folder 1 and 6 remained Alt 1 and Alt 6, probably because I originally used Alt 1, and later cI see the new shortcuts with Shift Alt, but folder 1 and 6 remained Alt 1 and Alt 6, probably because I originally used Alt 1, and later changed to Alt 6 to avoid the arisen conflict in ver 102, if I remember well.
hanged to Alt 6 to avoid the arisen conflict in ver 102, if I remember well.

May I modify them to Shift Alt 1 and Shift Alt 6 ?

better instructions for dummies like me

All I got was the screenshot attached.
But no instructions as to what shortcodes I need to use to push my messages into these selected folders.
Maybe add just one more little screenshot showing dummies like me which shortcodes to use.

thanks
manageShortcuts

multiple subfolder hanging

Dear Robert,

thanks for that tool it saves me a lot of team.
I had an issue with subfolder of subfolders. The tools hangs.
Downtracing it, it is the problem with the i variable on recursive entry of findSubfolder:
background.js:
line 81:
" for (i = 0; i < list.length; i++)"
should be replaced by :
" for (let i = 0; i < list.length; i++)"
then the tools is perfectly working for me on TB 78.3.1
I 'm not sure, if i can post that on the master branch. Hence the issue her.
Thanks, Lars

No longer functional on TB 115.3.0 (64-bit) on Windows

Hi there,

This wonderful extension is no longer functioning for me on TB 115.3.0 (64-bit) on Windows.

  • When I'm in the Inbox view, with one (or several) messages selected, and hit a move mail hotkey, nothing happens. (I don't use the viewer pane.)
  • When I'm in a specific window showing a specific message, the hotkey will work and the message will be moved.

I looked into the code, and it appears that this part results in an array of zero messages:

	const tabs = await browser.tabs.query({
		active: true,
		currentWindow: true,
	});
	let tabId = tabs[0].id;
	const messages = await browser.messageDisplay.getDisplayedMessages(tabId);
	if (!messages) {
		console.log("No messages selected");
		return;
	}

It doesn't fail the !messages check as it seems to be a zero-length array.

I do not know if something has changed or my Thunderbird installation is broken.

Let me know if I can help fix this somehow.

Thanks!

Move does not work

TB 115.3.1

I just installed Move Mail Shortcuts. I defined a target folder
image
and a key
image
When I press the key while on a message (not opened), the message disappears but does not appear in the target folder.
I found this in the console, but I am not sure if this is related:
image

Move Mail Shortcuts save problem

Move Mail Shortcuts doesn't remember account, automatically changes to the Folder in 1st account where the folder exists.
For example if I assign Folder 1 to Local Folders / Trash and save it, and go out of options and back, Folder 1 changes to 1st account / Trash.
If I assign Folder 1 to Local Folders / Sent and save it, and go out of options and back, Folder 1 changes to 3rd account / Sent - it's the 1st account where Sent exists.
If I assign for Folder 1 to Local Folders / Outbox and save it, it doesn't change, Outbox is only in Local Folders.

Wish: just go to folders

Say you have setup Alt+1 as shortcut to folder "project1".
I would find it useful if I could press say, CtrlAlt+1 to just GO TO folder "project1"

That way after I moved all messages to the correct folders, I can go to a folder quickly.

I'm guessing as you have to "move" part already done, just "go to" might something that might be feasible?

folder1 Alt-C shortcut doesn't work

I don't know whether Alt-C is used/reserved for other purpose, Alt-1 works fine.

Meanwhile I accidentally clicked on the delete button of folder1 and could not restore the folder1 line except by uninstalling and reinstalling the addon.
Is a simpler method exist?

TB 102 Hotkey Alt 1 - Alt 5 is used for spaces toolbar

In TB 102 the hotkey Alt 1 - Alt 5 is used for spaces toolbar, and it seems they have priority over the addon keys.
Maybe you could assign other keys as default in the addon.
I only used Folder 1 (Alt 1), so I use now folder 6 (Alt 6).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.