From 8109f7f0555ddd4de21b518a9de7020e84b5e1cb Mon Sep 17 00:00:00 2001 From: mirabellette <34450971+mirabellette@users.noreply.github.com> Date: Tue, 2 Jul 2019 10:31:49 +0200 Subject: Run firefox with your profile when clicking a link When clicking a link in an email in Thunderbird, Firefox profile is not loaded. This fix add the commented parameters required to load the Firefox profile when the user clicked in an email. --- etc/thunderbird.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/thunderbird.profile') diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile index 5ad57a8f5..7185b2447 100644 --- a/etc/thunderbird.profile +++ b/etc/thunderbird.profile @@ -14,6 +14,12 @@ noblacklist ${HOME}/.gnupg # noblacklist ${HOME}/.icedove noblacklist ${HOME}/.thunderbird +# Allow Firefox to load your profile when clicking a link in an email +#noblacklist ${HOME}/.cache/mozilla +#noblacklist ${HOME}/.mozilla +#whitelist ${HOME}/.cache/mozilla/firefox +#whitelist ${HOME}/.mozilla + # If you have setup Thunderbird to archive emails to a local folder, # make sure you add the path to that folder to the mkdir and whitelist # rules below. Otherwise they will be deleted when you close Thunderbird. -- cgit v1.2.3-70-g09d2