Subject: Lets get rid of “Recent Contacts.” - how to
Lets get rid of “Recent Contacts.”
Hopefully this will help anyone else ; The recent contacts in the personal address book seems to cause more trouble then what it was ever suppose to do.
Info below are snippets from the 8.0 forum using “recent contacts AND policy”
I am turning this thing off.
Subject: Dissabling recent contacts
Enable: “Do Not Automatically Add Names To Recent Contacts View” Option in Preferences - Contacts
The notes.ini variable is DisableDPABProcessing=1
==========
This option has not moved. It is still in Contacts Preferences. However, there are two things
that must be set, in order to see the “Disable recent contacts” option:
- You must be running the Standard Notes Client (not Basic Notes). Verify that you see an “Open”
button in the top left area of the Notes application. The Basic Notes client does not have this.
- Your names.nsf must have an R8.0 or higher design. Your Contacts application is usually
upgraded automatically when you launch an upgraded client. To ensure that you have the latest
design of the template, open names.nsf and select File/Application/Refresh Design.
===========
http://www-10.lotus.com/ldd/nd8forum.nsf/00b6fcf5c8a1b9a785256fb7006435f5/45f2db69c98083a3852574900070d6c0?OpenDocument
Subject: Use PostOpen in the mail database, in the Inbox folder . . . .
. . . and add this line:
Call session.SetEnvironmentVar(“DisableDPABProcessing”,“1”,True)
This will ensure that the ini variable is set this way every time the user opens their mail file . . .
I actually added this to the R8 Mail template in use and I use a desktop policy doc to upgrade the mail template when users upgrade their clients so the setting only gets rolled out to those users.
===========
http://www-10.lotus.com/ldd/nd8forum.nsf/DateAllThreadedWeb/d6f7db42a5d27c0b852574970060d4b2?OpenDocument
These settings would all be useful, and while you’re waiting for them to appear as options in the desktop policy settings, you can make your own customizations to the Policy settings\Desktop Settings form to push them down.
For example, the Recent Contacts feature can be turned off with the Notes.ini setting DisableDPABProcessing=1 (see http://www-1.ibm.com/support/docview.wss?uid=swg21267115 )
You could set this for new installs through an Installshield Transform, or push this down to existing clients by adding a $PrefDisableDPABProcessing field to the Policy settings\Desktop Settings form (or to $ClientPreferenceSubform).
There’s more info on custom policy settings in the Technote “Using a Desktop Policy to set notes.ini and Location parameters” http://www-1.ibm.com/support/docview.wss?uid=swg21196837
================