Ca y est, le fichier REG est au point !
Il permet d'associer Portable Thunderbird au raccourci "Courrier électronique" du menu démarrer ainsi qu'aux liens "mailto:" présents sur les pages Web. Il ne gère pas les associations aux fichiers EML.
Ces associations sont liés à l'ordinateur et non au compte utilisateur de Windows.
Avant d'exécuter le fichier reg je vous conseille de sauvegarder les deux clés que je modifie :
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
[HKEY_LOCAL_MACHINE\Software\Classes\mailto]
Pensez également à modifier le chemin d'accès à votre Portable Thunderbird !
Vous devrez peut-etre fermer et relancer votre session pour que les icones s'actualisent.
Je l'ai essayé sous Windows XP (avec 2 comptes utilisateurs Windows différents) et sous Windows Vista, avec Portable Thunderbird 1.5 (de PortableApps) et Portable Thunderbird 2.0 test (de Framakey).
Voici le code (ATTENTION : risque de problèmes concernant des guillemets, espaces et autres !!)
- Code: Tout sélectionner
Windows Registry Editor Version 5.00
// Choix du profil souhaité
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
@="Portable Thunderbird"
// Définition du profil général de Portable Thunderbird
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Portable Thunderbird]
@="Portable Thunderbird"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Portable Thunderbird\DefaultIcon]
@="L:\\LogicielsPortables\\ThunderbirdPortable\\ThunderbirdPortable.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Portable Thunderbird\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Portable Thunderbird\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Portable Thunderbird\shell\open\command]
@="\"L:\\LogicielsPortables\\ThunderbirdPortable\\ThunderbirdPortable.exe\" -mail"
// Définition du profil de lien mailto:
[HKEY_LOCAL_MACHINE\Software\Classes\mailto]
@="URL:MailTo Protocol"
"URL Protocol"=""
[HKEY_LOCAL_MACHINE\Software\Classes\mailto\DefaultIcon]
@="L:\\LogicielsPortables\\ThunderbirdPortable\\ThunderbirdPortable.exe,0"
[HKEY_LOCAL_MACHINE\Software\Classes\mailto\shell]
[HKEY_LOCAL_MACHINE\Software\Classes\mailto\shell\open]
[HKEY_LOCAL_MACHINE\Software\Classes\mailto\shell\open\command]
@="\"L:\\LogicielsPortables\\ThunderbirdPortable\\ThunderbirdPortable.exe\" -compose \"%1\""
Sinon je propose le fichier en téléchargement
ICI
Merci Tuxmouraille pour ton aide !
ATTENTION : vous utilisez ce fichier à vos risques et périls, et l'auteur ne pourra en aucun cas être tenu responsable des quelconques dommages subits à votre matériel.