quote:
Originally posted by riahc4
We have to add each contact?
It would be nice if this plugin is activated, it does it itself.
There is the default settings at the top of the preferecnes which is to move into folders by email, but you can then add contact specific rules, eg bob@hotmail.com goes into My Rec Files\Bob etc
quote:
Originally posted by CookieRevised
Maybe you better put everything (all the error checking and initializing and calling DoInit) in OnEvent_SignInReady and simply direct OnEvent_Initialize to OnEvent_SignInReady (or don't even use OnEvent_Initialize since it makes no sense to use this script while you're signed out anyways).
Ah ok, will change that later
quote:
Originally posted by CookieRevised
PS: the hardlink creation is a nice touch, although I would personally rather see this as an option.
Yup, it will be optional
I like options.
quote:
Originally posted by CookieRevised
Or device a scheme where the hardlink is only there as long as the conversation window is open or something.
yea it doesn't do it at the moment, but the plan is for it to keep track of the hardlinks created and remove them on convo close/wlm close.
quote:
Originally posted by CookieRevised
And IIRC hard links can only be created on the same volume. So if the user decides to have directories on another volume (to save space?) than Messenger's received files folder, the link can't be created
Well as it currently is it only supports moving to sub-folders within the Received Files folder, so this isn't currently a problem.
quote:
Originally posted by CookieRevised
(plus it is not supported on fat32 of course).
will make a note of that, ideally disabling the option if I can detect if the drive is Fat32.
quote:
Originally posted by CookieRevised
EDIT: Oh, and the Windows API for creating a hardlink is CreateHardlink(). It works as easy (if not easier) than using a DOS Shell to FSutils.
Ah thanks, didn't know there was an API for it