Turn off automatic adding to address book

Discussion of features in Mozilla Thunderbird
Post Reply
old Neil Parks
Moderator
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Turn off automatic adding to address book

Post by old Neil Parks »

Every time I send a msg, the recipient email address or addresses get added to my Personal Address Book. Is there a way to turn that off?
User avatar
David James
Posts: 1321
Joined: November 4th, 2002, 10:19 pm
Location: Ottawa, Ontario, Canada
Contact:

Post by David James »

Well there used to be... now you have to hack away at user.js I guess.

Try:

Code: Select all

user_pref("mail.collect_email_address_incoming", false);
user_pref("mail.collect_email_address_newsgroup", false);
user_pref("mail.collect_email_address_outgoing", false);
Pinball-Firefox maintainer.
http://david.jamesnet.ca/
Debian Sid, KDE 3.3
Post Reply